dtolnay / seq-macroLinks
Macro to repeat sequentially indexed copies of a fragment of code
☆156Updated last month
Alternatives and similar repositories for seq-macro
Users that are interested in seq-macro are comparing it to the libraries listed below
Sorting:
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated 3 weeks ago
- Compile-time string formatting☆238Updated 7 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆209Updated 3 weeks ago
- Graph the number of crates that depend on your crate over time☆251Updated last month
- Pull in every source file in a directory as a module☆173Updated 4 months ago
- Procedural macro to implement Display and FromStr using common settings.☆187Updated 2 weeks ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆147Updated 11 months ago
- Make trait methods callable without the trait in scope☆149Updated last month
- Better reference counted strings for Rust☆130Updated 11 months ago
- Define your own PhantomData☆155Updated this week
- Extract documentation for the feature flags from comments in Cargo.toml☆180Updated 3 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆157Updated last year
- A Cargo subcommand to build and test all feature flag combinations.☆161Updated last year
- ☆188Updated 3 weeks ago
- A scope for async_std and tokio to spawn non-static futures☆138Updated last year
- Conditional compilation according to rustc compiler version☆366Updated last month
- Lazy formatting utility macro for rust☆127Updated last year
- Append-only collections for Rust where borrows to entries can outlive insertions☆252Updated 4 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated last month
- Compile-time checks that an enum or match is written in sorted order☆117Updated last month
- A cargo-companion to become a 'lean crate' (a member of The Lean Crate Initiative)☆157Updated last year
- A library for compact bit sets containing enums.☆109Updated 2 months ago
- Struct fields that are made read-only accessible to other modules☆252Updated last month
- Bisects rustc, either nightlies or CI artifacts☆186Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆244Updated 3 weeks ago
- Rust library for typesystem-assisted bitflags.☆127Updated last month
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆269Updated 3 months ago
- Project group working on the "safe transmute" feature☆93Updated 9 months ago
- Rust microbenchmarking harness based on paired-testing methodology☆126Updated last month
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆120Updated 9 months ago