dtolnay / mashupLinks
Concatenate identifiers in a macro invocation
☆93Updated 2 years ago
Alternatives and similar repositories for mashup
Users that are interested in mashup are comparing it to the libraries listed below
Sorting:
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 6 years ago
- Safely combine results☆81Updated 11 months ago
- Write doc comments from macros☆100Updated 3 years ago
- ☆57Updated last year
- Procedural macros in expression position☆203Updated 2 years ago
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- Utilities for dealing with substructures within syn macros☆141Updated 2 months ago
- ☆59Updated 11 months ago
- ☆65Updated 4 years ago
- A typesafe store keyed by types and containing different types of values.☆179Updated 6 years ago
- docs.rs as a publishing platform?☆69Updated 2 months ago
- Intended to allow taking a T from a &mut T temporarily☆79Updated 5 years ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- ☆124Updated 2 years ago
- Custom derivation macro for Rust☆113Updated 7 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆87Updated 3 weeks ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 3 years ago
- Spawn processes with arbitrary closures in rust☆112Updated 3 years ago
- A Rust library for generically joining iterables with a separator☆93Updated 2 years ago
- Cross-platform interface to the `errno` variable☆70Updated last month
- Synchronization primitives for Futures and async/await based on intrusive collections☆180Updated last year
- Macro for writing nested `if let` expressions☆168Updated last year
- Keep version numbers in sync with Cargo.toml☆73Updated last year
- Automatic cfg for Rust compiler features☆102Updated last month
- Cargo subcommand for checking your documentation for broken links☆157Updated 7 months ago
- "Freedom from syn": Proc macro tools for operating on token trees☆108Updated 5 years ago
- Run closures in parallel☆114Updated 6 months ago
- ASCII-only equivalents to `char`, `str` and `String`.