mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-30 07:07:32 +00:00
Add more docs
This commit is contained in:
parent
e6776c3e1b
commit
188b0f96f9
20 changed files with 72 additions and 40 deletions
|
@ -1,4 +1,9 @@
|
|||
//! FIXME: write short doc here
|
||||
//! `rust-project.json` file format.
|
||||
//!
|
||||
//! This format is spiritually a serialization of [`base_db::CrateGraph`]. The
|
||||
//! idea here is that people who do not use Cargo, can instead teach their build
|
||||
//! system to generate `rust-project.json` which can be ingested by
|
||||
//! rust-analyzer.
|
||||
|
||||
use std::path::PathBuf;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue