Crate collapse_crate

Source

Structs§

CrateTree
A tree of modules which forms an entire crate.

Functions§

load_crate_from_src
Convenience function; loads an entire crate from the path to the src directory.
load_crate_with_orphans_from_src
Convenience function; like load_crate_from_src, but includes unreachable modules.
load_file
Loads a file into a crate.
load_src_files
Loads the files for an src directory to a crate.