dirmod icon indicating copy to clipboard operation
dirmod copied to clipboard

Automatic `mod` declaration with visibility/re-export customization, conditional compilation and more.

Results 3 dirmod issues
Sort by recently updated
recently updated
newest added

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.

enhancement

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 -...

enhancement