summaryrefslogtreecommitdiffstats
path: root/vendor/rls-data/README.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:02:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:02:58 +0000
commit698f8c2f01ea549d77d7dc3338a12e04c11057b9 (patch)
tree173a775858bd501c378080a10dca74132f05bc50 /vendor/rls-data/README.md
parentInitial commit. (diff)
downloadrustc-698f8c2f01ea549d77d7dc3338a12e04c11057b9.tar.xz
rustc-698f8c2f01ea549d77d7dc3338a12e04c11057b9.zip
Adding upstream version 1.64.0+dfsg1.upstream/1.64.0+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/rls-data/README.md')
-rw-r--r--vendor/rls-data/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/rls-data/README.md b/vendor/rls-data/README.md
new file mode 100644
index 000000000..c9c2638dc
--- /dev/null
+++ b/vendor/rls-data/README.md
@@ -0,0 +1,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.