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

#2053 in Development tools

Download history 124/week @ 2023-12-24 140/week @ 2023-12-31 246/week @ 2024-01-07 207/week @ 2024-01-14 168/week @ 2024-01-21 164/week @ 2024-01-28 169/week @ 2024-02-04 163/week @ 2024-02-11 193/week @ 2024-02-18 243/week @ 2024-02-25 185/week @ 2024-03-03 205/week @ 2024-03-10 195/week @ 2024-03-17 157/week @ 2024-03-24 251/week @ 2024-03-31 80/week @ 2024-04-07

701 downloads per month
Used in 4 crates (2 directly)

Apache-2.0/MIT

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–345KB