rls-data

Crates.iorls-data
lib.rsrls-data
version0.19.1
sourcesrc
created_at2017-03-15 18:52:04.609579
updated_at2021-01-15 00:10:35.65831
descriptionData structures used by the RLS and Rust compiler
homepage
repositoryhttps://github.com/rust-lang/rls
max_upload_size
id8990
size10,095
Igor Matuszewski (Xanewok)

documentation

README

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.

Commit count: 2409

cargo fmt