Expand description
Utility to traverse the file-system and inline modules that are declared as references to other Rust files.
Structs§
- Inline
Error - An error that happened while attempting to inline a module.
- Inliner
Builder - A builder that can configure how to inline modules.
- Inlining
Result - The result of a best-effort attempt at inlining.
Enums§
- Error
- An error that was encountered while reading, parsing or inlining a module.
Functions§
- parse_
and_ inline_ modules - Parse the source code in
src_file
and return asyn::File
that has all modules recursively inlined.