dtolnay / seq-macroLinks
Macro to repeat sequentially indexed copies of a fragment of code
☆160Updated last week
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.☆178Updated 4 months ago
- Make trait methods callable without the trait in scope☆161Updated this week
- Compile-time string formatting☆256Updated 2 months ago
- Graph the number of crates that depend on your crate over time☆254Updated this week
- Procedural macro to implement Display and FromStr using common settings.☆192Updated last week
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last month
- A scope for async_std and tokio to spawn non-static futures☆154Updated last year
- Better reference counted strings for Rust☆139Updated last year
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated 3 weeks ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆289Updated 3 weeks ago
- Pull in every source file in a directory as a module☆179Updated this week
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆169Updated last year
- Lazy formatting utility macro for rust☆129Updated 2 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆268Updated last month
- ☆200Updated last month
- Conditional compilation according to rustc compiler version☆389Updated this week
- Extract documentation for the feature flags from comments in Cargo.toml☆191Updated last month
- Cargo subcommand for checking your documentation for broken links☆156Updated last year
- A Cargo subcommand to build and test all feature flag combinations.☆177Updated 3 weeks ago
- Macro for sealing traits and structures☆60Updated last year
- A collection of small utilities for working with pointer types in Rust.☆132Updated 11 months ago
- Define your own PhantomData☆158Updated this week
- Struct fields that are made read-only accessible to other modules☆260Updated this week
- An experimental linting interface for Rust. Let's make custom lints a reality☆147Updated last year
- A library for to allow multiple return types by automatically generated enum.☆373Updated 2 weeks ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆291Updated 3 years ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 7 months ago
- Tools to feature more lenient Polonius-based borrow-checker patterns on stable Rust☆123Updated last month
- Append-only collections for Rust where borrows to entries can outlive insertions☆264Updated last month
- Automatically implement traits for common smart pointers☆120Updated 8 months ago