dtolnay / seq-macroLinks
Macro to repeat sequentially indexed copies of a fragment of code
☆161Updated 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:
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last week
- Compile-time string formatting☆250Updated last month
- Make trait methods callable without the trait in scope☆161Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆177Updated 3 months ago
- Procedural macro to implement Display and FromStr using common settings.☆191Updated 3 months ago
- Graph the number of crates that depend on your crate over time☆254Updated this week
- Extract documentation for the feature flags from comments in Cargo.toml☆190Updated last month
- Better reference counted strings for Rust☆139Updated last year
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆288Updated 2 weeks ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated last week
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆169Updated last year
- Pull in every source file in a directory as a module☆179Updated last week
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆113Updated 6 months ago
- A library for to allow multiple return types by automatically generated enum.☆372Updated 2 weeks ago
- Struct fields that are made read-only accessible to other modules☆259Updated last week
- A scope for async_std and tokio to spawn non-static futures☆154Updated last year
- Use declarative macros as proc_macro attributes or derives☆149Updated 5 months ago
- A fast, concurrent string interner☆161Updated last year
- Cargo subcommand for checking your documentation for broken links☆155Updated 11 months ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆122Updated 3 months ago
- Utilities for dealing with substructures within syn macros☆143Updated 6 months ago
- Macro for sealing traits and structures☆59Updated 11 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆264Updated last week
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated last week
- Determine whether characters have the XID_Start or XID_Continue properties☆104Updated last week
- A library for compact bit sets containing enums.☆120Updated last week
- Tools to feature more lenient Polonius-based borrow-checker patterns on stable Rust☆121Updated last month
- An experimental linting interface for Rust. Let's make custom lints a reality☆147Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆265Updated 3 weeks ago
- Rust library for typesystem-assisted bitflags.☆132Updated 5 months ago