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:
- Safely combine results☆81Updated 8 months ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 5 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆83Updated this week
- Run closures in parallel☆113Updated 4 months ago
- Write doc comments from macros☆99Updated 3 years ago
- ☆64Updated 4 years ago
- Make trait methods callable without the trait in scope☆146Updated last week
- A Rust library for generically joining iterables with a separator☆93Updated last year
- docs.rs as a publishing platform?☆68Updated last week
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆64Updated 2 years ago
- Macro for writing nested `if let` expressions☆167Updated last year
- Intended to allow taking a T from a &mut T temporarily☆78Updated 5 years ago
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- In support of measuring heap allocations in Rust programs.☆101Updated 5 years ago
- ☆107Updated last year
- Automatic cfg for Rust compiler features☆95Updated last week
- Procedural macros in expression position☆203Updated 2 years ago
- A cross platform rust debugger hook☆71Updated 3 years ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- ☆58Updated 9 months ago
- ☆57Updated last year
- Candidates for inclusion in the Rust standard library☆88Updated 2 years ago
- Custom derivation macro for Rust☆111Updated 7 years ago
- A typesafe store keyed by types and containing different types of values.☆177Updated 6 years ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- Error management☆26Updated 7 years ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆89Updated 2 years ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 3 years ago
- A small ASCII-only bounded length string representation.☆59Updated 3 years ago
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆137Updated 6 months ago