dtolnay / automodLinks
Pull in every source file in a directory as a module
☆179Updated 3 weeks ago
Alternatives and similar repositories for automod
Users that are interested in automod are comparing it to the libraries listed below
Sorting:
- Make trait methods callable without the trait in scope☆161Updated 3 weeks ago
- Extract documentation for the feature flags from comments in Cargo.toml☆191Updated 2 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated 3 weeks ago
- A cargo-companion to become a 'lean crate' (a member of The Lean Crate Initiative)☆162Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 4 months ago
- Graph the number of crates that depend on your crate over time☆255Updated 3 weeks ago
- Compile-time checks that an enum or match is written in sorted order☆120Updated 3 weeks ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆171Updated 2 weeks ago
- Type that deserializes only from one specific value☆266Updated 3 weeks ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆291Updated last week
- ☆112Updated 3 years ago
- A library for compact bit sets containing enums.☆121Updated last month
- Find out about keys that are ignored when deserializing data☆95Updated 3 weeks ago
- A Cargo subcommand to build and test all feature flag combinations.☆178Updated last month
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated last month
- A scope for async_std and tokio to spawn non-static futures☆155Updated last year
- An experimental linting interface for Rust. Let's make custom lints a reality☆147Updated 2 years ago
- Provides a crate with information from the time it was built.☆190Updated this week
- Procedural macro to implement Display and FromStr using common settings.☆191Updated 3 weeks ago
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆144Updated 3 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆170Updated last year
- Generate a THIRDPARTY file with all licenses in a cargo project.☆103Updated 2 months ago
- Struct fields that are made read-only accessible to other modules☆262Updated 3 weeks ago
- Rust library for typesystem-assisted bitflags.☆135Updated 3 weeks ago
- lazy static regular expressions checked at compile time☆222Updated this week
- Create extensions for types you don't own with extension traits but without the boilerplate☆134Updated 2 years ago
- Macros for deriving as functions to access Enums as their inner components☆104Updated last year
- Utility wrapper to send non send types to other threads safely☆185Updated 9 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 3 weeks ago
- Lazy formatting utility macro for rust☆129Updated 2 years ago