Structs§
- Crate
Tree - 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.