Expand description
Rust module-tree resolution.
v1 does not reproduce the module declaration tree, including multi-level
inline modules, #[path], cfg, macros, and mod ambiguity. To keep the
label constitutively sound, every outcome is Partial. Making Rust
resolution exact requires Cargo target metadata plus a declaration-tree
model, which is future work.
Structs§
- Rust
Resolve Options - Configuration for Rust module-tree resolution.
Functions§
- rust_
resolver - Build a Rust resolver backed by the operating system filesystem.