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:
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 6 years ago
- Intended to allow taking a T from a &mut T temporarily☆79Updated 5 years ago
- Utilities for dealing with substructures within syn macros☆141Updated 3 months ago
- Machine scalar casting that meets your expectations☆75Updated 3 years ago
- Safely combine results☆81Updated 11 months ago
- ☆58Updated last year
- ☆125Updated 2 years ago
- ☆65Updated 4 years ago
- Procedural macros in expression position☆203Updated 2 years ago
- "Freedom from syn": Proc macro tools for operating on token trees☆108Updated 5 years ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- Write doc comments from macros☆100Updated 3 years ago
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- A typesafe store keyed by types and containing different types of values.☆179Updated 6 years ago
- docs.rs as a publishing platform?☆69Updated 2 weeks ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆89Updated last month
- Run closures in parallel☆114Updated 7 months ago
- Token tree calling convention☆80Updated 2 years ago
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated last year
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 5 years ago
- ☆59Updated 11 months ago
- Keep version numbers in sync with Cargo.toml☆73Updated last year
- Custom derivation macro for Rust☆113Updated 7 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆101Updated 3 weeks ago
- Cargo subcommand for checking your documentation for broken links☆157Updated 8 months ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 3 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆180Updated last year
- Spawn processes with arbitrary closures in rust☆112Updated 3 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆66Updated 2 years ago