dirmod
dirmod copied to clipboard
Automatic `mod` declaration with visibility/re-export customization, conditional compilation and more.
Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version. Commits 25def51 Release 2.0.3 4f3803d Merge pull request #1412 from dtolnay/exprgroup 516a5b5 Provide Expr::Group even with features="full" off cac5cc6 Release...
Something like [filesystem-rs](https://github.com/iredelmeier/filesystem-rs) can assist in testing the mod inclusion part for higher unit test coverage.
The current `dirmod::os!()` macro requires a structure like this: ``` - mod.rs - includes foo, bar, qux - foo.rs - bar.rs - qux/ - qux/mod.rs - dirmod::os!() - qux/windows.rs -...