Skip to content
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.

rust-dev-tools/rls-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RLS-data

NOTE: Development has been moved to the central RLS repository.

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.

About

Data structures used by the RLS and Rust compiler

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages