dtolnay / automod
Pull in every source file in a directory as a module
☆172Updated 2 months ago
Alternatives and similar repositories for automod:
Users that are interested in automod are comparing it to the libraries listed below
- Extract documentation for the feature flags from comments in Cargo.toml☆178Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆160Updated 2 months ago
- Find out about keys that are ignored when deserializing data☆81Updated 2 months ago
- ☆112Updated 2 years ago
- Lazy formatting utility macro for rust☆127Updated last year
- Compile-time string formatting☆235Updated 4 months ago
- A Rust macro to make enums with a subset of values of the parent☆86Updated last year
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆142Updated 9 months ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆144Updated 3 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆153Updated last year
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆262Updated 3 weeks ago
- An easy to configure wrapper for Rust's clippy☆108Updated 2 years ago
- Macro to repeat sequentially indexed copies of a fragment of code☆154Updated 2 months ago
- Graph the number of crates that depend on your crate over time☆238Updated this week
- Provides a crate with information from the time it was built.☆172Updated this week
- Cargo command to create the README.md from your crate's documentation☆159Updated 3 weeks ago
- A Cargo subcommand to build and test all feature flag combinations.☆154Updated last year
- Better reference counted strings for Rust☆124Updated 9 months ago
- Compile-time checks that an enum or match is written in sorted order☆114Updated 2 months ago
- Conditional compilation according to rustc compiler version☆351Updated 2 months ago
- Make trait methods callable without the trait in scope☆136Updated 2 months ago
- A rust crate to find the total size of an object, on the stack and on the heap☆107Updated last year
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆294Updated 2 years ago
- Use declarative macros as proc_macro attributes or derives☆112Updated 3 weeks ago
- A scope for async_std and tokio to spawn non-static futures☆132Updated 11 months ago
- Type that deserializes only from one specific value☆231Updated 2 months ago
- Rust `Vec<T>` wrapper that gurantees to contain at least 1 element☆95Updated 11 months ago
- "A very small syn"☆203Updated 3 months ago
- Define your own PhantomData☆152Updated 2 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆200Updated 2 months ago