automoduse 1.0.1

Pull in every source file in a directory as a module and optionally re-export their contents.
Documentation
1
2
3
4
#[test]
fn test() {
    assert_eq!(module_path!(), "tests::regression::issue128");
}