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 circular buffer with fixed capacity (Rust).☆105Updated last year
- Machine scalar casting that meets your expectations☆75Updated 4 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 6 years ago
- Safely combine results☆81Updated last year
- Small Box optimization: store small item on stack and fallback to heap for large item.☆89Updated 2 months ago
- Utilities for dealing with substructures within syn macros☆141Updated 4 months ago
- Intended to allow taking a T from a &mut T temporarily☆79Updated 5 years ago
- Write doc comments from macros☆100Updated 3 years ago
- Procedural macros in expression position☆203Updated 2 years ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- ☆65Updated 4 years ago
- Custom derivation macro for Rust☆113Updated 7 years ago
- ☆60Updated 2 years ago
- A typesafe store keyed by types and containing different types of values.☆179Updated 6 years ago
- ☆125Updated 3 years ago
- ☆59Updated last year
- Keep version numbers in sync with Cargo.toml☆73Updated last year
- ☆108Updated last year
- Runtime string formatting for Rust☆64Updated 5 years ago
- Candidates for inclusion in the Rust standard library☆88Updated 2 years ago
- Safe wrapper for initializing arrays☆74Updated 2 years ago
- A Rust library for generically joining iterables with a separator☆93Updated 2 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆66Updated 2 years ago
- Automatic cfg for Rust compiler features☆103Updated 2 months ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆90Updated 3 years ago
- Spawn processes with arbitrary closures in rust☆112Updated 3 years ago
- Dynamically query a type-erased object for any trait implementation☆67Updated 2 years ago
- A cross platform rust debugger hook☆71Updated 4 years ago
- Cargo subcommand for checking your documentation for broken links☆157Updated 9 months ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Updated last month