[][src]Crate syn_inline_mod

Utility to traverse the file-system and inline modules that are declared as references to other Rust files.

Functions

parse_and_inline_modules

Parse the source code in src_file and return a syn::File that has all modules recursively inlined.