This module provides a single place for all aspects, rules, and macros that are meant to have stardoc generated documentation.

Rules

rust_analyzer

Produces a rust-project.json for the given targets. Configure rust-analyzer to load the generated file via the linked projects mechanism.

name

A unique name for this target.

targets

List of all targets to be included in the index


Aspects

rust_analyzer_aspect

Annotates rust rules with RustAnalyzerInfo later used to build a rust-project.json

Propagates along attributes named: deps,proc_macro_deps

name

A unique name for this target.