[](https://github.com/tigerros/dry-mods/actions/workflows/main.yml)
[](https://docs.rs/dry-mods/)
[](https://crates.io/crates/dry-mods)

# DRY modules
Don't Repeat Yourself, be DRY!
That's why you should use this crate, for removing repetition and verboseness from your module declarations.
Check out the docs for a guide and examples.
Why this crate?
- Intuitive macro syntax.
- Extremely lightweight. No dependencies.
- You can use it in a `no-std` or `no-alloc` context.