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
- Safely combine results☆81Updated 9 months ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆64Updated 2 years ago
- ☆64Updated 4 years ago
- docs.rs as a publishing platform?☆69Updated last month
- Procedural macros in expression position☆203Updated 2 years ago
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- A Rust library for generically joining iterables with a separator☆93Updated last year
- ☆108Updated last year
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- Intended to allow taking a T from a &mut T temporarily☆78Updated 5 years ago
- Automatic cfg for Rust compiler features☆96Updated 3 weeks ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- A simple bitset container for Rust☆143Updated last month
- Typed index version of Rust slice and Vec containers☆69Updated last month
- Small Box optimization: store small item on stack and fallback to heap for large item.☆84Updated last week
- Write doc comments from macros☆99Updated 3 years ago
- Safe wrapper for initializing arrays☆73Updated 2 years ago
- A cross platform rust debugger hook☆71Updated 3 years ago
- ☆57Updated last year
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆101Updated last month
- Utilities for dealing with substructures within syn macros☆139Updated last month
- Custom derivation macro for Rust☆112Updated 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
- ☆57Updated last year
- ☆124Updated 2 years ago
- Better reference counted strings for Rust☆126Updated 11 months ago
- Run closures in parallel☆113Updated 5 months ago
- Make trait methods callable without the trait in scope☆147Updated 3 weeks ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago