From bb2bafb606cb38f0a9ec8bb44693c149ba4288cd Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 20 Dec 2018 13:47:32 +0300 Subject: docs for input queries --- ARCHITECTURE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ARCHITECTURE.md') diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 3b200bbc8..823db0034 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -91,7 +91,9 @@ We use [salsa][https://github.com/salsa-rs/salsa] crate for incremental and on-demand computation. Roughly, you can think of salsa as a key-value store, but it also can compute derived values using specified functions. The `ra_db` crate provides a basic infrastructure for interracting with salsa. Crucially, it -defines most of the "input" queries: facts supplied by the client of the analyzer. +defines most of the "input" queries: facts supplied by the client of the +analyzer. Reading the docs of the `ra_db::input` module should be useful: +everithing else is strictly derived from thouse inputs. ### `crates/ra_hir` -- cgit v1.2.3