diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-10-22 23:11:44 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-10-22 23:11:44 +0100 |
commit | e514084f281840f117bd92fdb177d81e3cc95ba2 (patch) | |
tree | 4a656d9f7d642dedb42c43d0682d7af3e0fad91a /README.md | |
parent | fd7f6beedcf522db4c908661f3df48c23027fa32 (diff) | |
parent | 3b7058098b99d40121f2f6baac9d7b8f914e56a2 (diff) |
Merge #150
150: Add link to ferrous r=+ a=matklad
@skade just took the logo from the website. Is there a more specific page we want to link to?
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -14,6 +14,11 @@ chunks of overall architecture (indexing, on-demand & lazy | |||
14 | computation, snapshotable world view) in place. Some basic IDE | 14 | computation, snapshotable world view) in place. Some basic IDE |
15 | functionality is provided via a language server. | 15 | functionality is provided via a language server. |
16 | 16 | ||
17 | Work on the Rust Analyzer is sponsored by | ||
18 | |||
19 | [![Ferrous Systems](https://ferrous-systems.com/images/ferrous-logo-text.svg)](https://ferrous-systems.com/) | ||
20 | |||
21 | |||
17 | ## Quick Start | 22 | ## Quick Start |
18 | 23 | ||
19 | Rust analyzer builds on Rust >= 1.30.0 (currently in beta) and uses | 24 | Rust analyzer builds on Rust >= 1.30.0 (currently in beta) and uses |