165 releases

new 0.0.215 May 13, 2024
0.0.213 Apr 29, 2024
0.0.207 Mar 25, 2024
0.0.190 Dec 18, 2023
0.0.26 Nov 30, 2020

#72 in Text editors

Download history 1687/week @ 2024-01-22 1569/week @ 2024-01-29 1771/week @ 2024-02-05 1341/week @ 2024-02-12 1669/week @ 2024-02-19 3705/week @ 2024-02-26 1787/week @ 2024-03-04 1846/week @ 2024-03-11 2090/week @ 2024-03-18 1801/week @ 2024-03-25 1894/week @ 2024-04-01 2042/week @ 2024-04-08 2031/week @ 2024-04-15 1460/week @ 2024-04-22 1369/week @ 2024-04-29 1289/week @ 2024-05-06

6,402 downloads per month
Used in 11 crates (4 directly)

MIT/Apache

1MB
43K SLoC

ide crate provides "ide-centric" APIs for the rust-analyzer. That is, it generally operates with files and text ranges, and returns results as Strings, suitable for displaying to the human.

What powers this API are the RootDatabase struct, which defines a salsa database, and the hir crate, where majority of the analysis happens. However, IDE specific bits of the analysis (most notably completion) happen in this crate.

Dependencies

~21–30MB
~573K SLoC