• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..20-Jan-2022-

src/H20-Jan-2022-298224

.cargo-checksum.jsonH A D03-May-202289 11

Cargo.tomlH A D20-Jan-2022973 3127

README.mdH A D20-Jan-2022455 128

README.md

1# RLS-data
2
3Data structures used by the RLS and the Rust compiler.
4
5These are used by the save-analysis functionality in the compiler
6(`rustc -Zsave-analysis`). In that use, the compiler translates info in its
7internal data structures to these data structures then serialises them as JSON.
8Clients (such as the RLS) can use this crate when deserialising.
9
10The data can also be passed directly from compiler to client if the compiler is
11used as a library.
12