dtolnay / seq-macroLinks
Macro to repeat sequentially indexed copies of a fragment of code
☆157Updated 2 weeks 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.☆169Updated last month
- Graph the number of crates that depend on your crate over time☆251Updated 2 weeks ago
- Pull in every source file in a directory as a module☆177Updated 2 weeks ago
- Better reference counted strings for Rust☆135Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆214Updated 2 weeks ago
- Procedural macro to implement Display and FromStr using common settings.☆188Updated last month
- Compile-time string formatting☆241Updated 9 months ago
- Make trait methods callable without the trait in scope☆152Updated 2 weeks ago
- Extract documentation for the feature flags from comments in Cargo.toml☆184Updated 5 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆149Updated 3 weeks ago
- Lazy formatting utility macro for rust☆128Updated last year
- ☆194Updated 3 weeks ago
- An experimental linting interface for Rust. Let's make custom lints a reality☆147Updated last year
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆272Updated 3 weeks ago
- Compile-time checks that an enum or match is written in sorted order☆117Updated 2 weeks ago
- Rust microbenchmarking harness based on paired-testing methodology☆138Updated 2 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 3 months ago
- A scope for async_std and tokio to spawn non-static futures☆144Updated last year
- Append-only collections for Rust where borrows to entries can outlive insertions☆256Updated last month
- Struct fields that are made read-only accessible to other modules☆257Updated 2 weeks ago
- A library for compact bit sets containing enums.☆115Updated 3 weeks ago
- Cargo subcommand for checking your documentation for broken links☆157Updated 9 months ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆109Updated 3 weeks ago
- Macro for sealing traits and structures☆59Updated 9 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆105Updated this week
- Automatically implement traits for common smart pointers☆120Updated 5 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆162Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆252Updated 2 months ago
- Conditional compilation according to rustc compiler version☆375Updated 2 weeks ago
- Utility wrapper to send non send types to other threads safely☆187Updated 5 months ago