24 releases (breaking)
0.19.1 | Jan 15, 2021 |
---|---|
0.19.0 | Apr 20, 2019 |
0.18.2 | Feb 3, 2019 |
0.18.1 | Sep 24, 2018 |
0.1.0 | Mar 15, 2017 |
#2212 in Development tools
532 downloads per month
Used in 4 crates
(2 directly)
25KB
592 lines
RLS-data
Data structures used by the RLS and the Rust compiler.
These are used by the save-analysis functionality in the compiler
(rustc -Zsave-analysis
). In that use, the compiler translates info in its
internal data structures to these data structures then serialises them as JSON.
Clients (such as the RLS) can use this crate when deserialising.
The data can also be passed directly from compiler to client if the compiler is used as a library.
Dependencies
~110–350KB