dirmod

Travis-CI crates.io crates.io docs.rs

dirmod provides several convenience macros most useful in lib.rs, main.rs and mod.rs to automatically declare mod statements for all the files in the directory.

Features

Supported Rust versions

Since detecting the source file requires the proc_macro_span feature, Rust Nightly is required to compile this crate.