Skip to main content

Module rust

Module rust 

Source
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§

RustResolveOptions
Configuration for Rust module-tree resolution.

Functions§

rust_resolver
Build a Rust resolver backed by the operating system filesystem.