diff options
author | Aleksey Kladov <[email protected]> | 2018-10-22 13:59:01 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2018-10-22 13:59:01 +0100 |
commit | 3b7058098b99d40121f2f6baac9d7b8f914e56a2 (patch) | |
tree | ac7b651b411dd7680d92cc8718349f9b04c91249 | |
parent | 5a64b9a811554473e65db7e7ae515079ca48c70b (diff) |
Add link to ferrous
-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 |