dtolnay / seq-macro
Macro to repeat sequentially indexed copies of a fragment of code
☆154Updated 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
- Compile-time string formatting☆235Updated 5 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆200Updated 2 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆160Updated 2 months ago
- Make trait methods callable without the trait in scope☆136Updated 2 months ago
- Extract documentation for the feature flags from comments in Cargo.toml☆178Updated last month
- Better reference counted strings for Rust☆124Updated 9 months ago
- Pull in every source file in a directory as a module☆172Updated 2 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆153Updated last year
- ☆112Updated 2 years ago
- Procedural macro to implement Display and FromStr using common settings.☆184Updated last week
- Struct fields that are made read-only accessible to other modules☆241Updated 2 months ago
- Lazy formatting utility macro for rust☆127Updated last year
- Tools to feature more lenient Polonius-based borrow-checker patterns on stable Rust☆104Updated 5 months ago
- Graph the number of crates that depend on your crate over time☆238Updated this week
- Convert number to enum☆87Updated 9 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆142Updated 9 months ago
- A library for to allow multiple return types by automatically generated enum.☆366Updated last month
- A fast, concurrent string interner☆150Updated 8 months ago
- Utilities for working with impl traits in Rust.☆108Updated 3 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆233Updated 3 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆97Updated 4 months ago
- Define your own PhantomData☆152Updated 2 months ago
- Const TypeId and non-'static TypeId☆66Updated 2 months ago
- Conditional compilation according to rustc compiler version☆351Updated 2 months ago
- An alternate Cargo registry using static files☆120Updated 2 months ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆102Updated 4 months ago
- A scope for async_std and tokio to spawn non-static futures☆132Updated 11 months ago
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆113Updated 7 months ago
- Use declarative macros as proc_macro attributes or derives☆112Updated 3 weeks ago
- A lightweight version of pin-project written with declarative macros.☆245Updated this week