Expand description
Library for generating rust_project.json files from a Vec<CrateSpec>
See official documentation of file format at https://rust-analyzer.github.io/manual.html
Enums§
- Rust
Analyzer Arg - The argument that
rust-analyzer
can pass to the workspace discovery command. - Discover
Project - The format that
rust_analyzer
expects as a response when automatically invoked. See rust-analyzer documentation for a thorough description of this interface.
Structs§
- Rust
Project - A
rust-project.json
workspace representation. See rust-analyzer documentation for a thorough description of this interface. - Crate
- A
rust-project.json
crate representation. See rust-analyzer documentation for a thorough description of this interface. - Source
- Dependency
- Build
Enums§
Structs§
- Runnable
- A template-like structure for describing runnables.
Enums§
- Runnable
Kind - The kind of runnable.