summaryrefslogtreecommitdiffstats
path: root/vendor/rls-data/README.md
blob: c9c2638dc0f2063b3379ce0739775e8f47daa89a (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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.