dtolnay / seq-macroLinks
Macro to repeat sequentially indexed copies of a fragment of code
☆157Updated 2 months ago
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 2 weeks ago
- Better reference counted strings for Rust☆131Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆209Updated last month
- Make trait methods callable without the trait in scope☆150Updated 2 months ago
- Compile-time string formatting☆238Updated 7 months ago
- Graph the number of crates that depend on your crate over time☆251Updated 3 weeks ago
- Procedural macro to implement Display and FromStr using common settings.☆188Updated last month
- Pull in every source file in a directory as a module☆178Updated 4 months ago
- Extract documentation for the feature flags from comments in Cargo.toml☆183Updated 4 months ago
- A scope for async_std and tokio to spawn non-static futures☆142Updated last year
- ☆188Updated 3 weeks ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 2 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆159Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆247Updated last month
- Lazy formatting utility macro for rust☆128Updated last year
- Define your own PhantomData☆155Updated 3 weeks ago
- A library for compact bit sets containing enums.☆114Updated last week
- A Cargo subcommand to build and test all feature flag combinations.☆162Updated this week
- Struct fields that are made read-only accessible to other modules☆252Updated 2 months ago
- Conditional compilation according to rustc compiler version☆373Updated 2 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆148Updated last year
- Cargo subcommand for checking your documentation for broken links☆157Updated 7 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆102Updated 7 months ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆106Updated this week
- ☆112Updated 2 years ago
- Public repository for the Rust keyword generics initiative☆102Updated 11 months ago
- Compile-time checks that an enum or match is written in sorted order☆117Updated last month
- Tools to feature more lenient Polonius-based borrow-checker patterns on stable Rust☆109Updated 8 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆269Updated 3 months ago
- Use declarative macros as proc_macro attributes or derives☆133Updated last month