dtolnay / mashup
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
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 3 months ago
- Write doc comments from macros☆101Updated 3 years ago
- Safely combine results☆81Updated 6 months ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆64Updated 2 years ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- Procedural macros in expression position☆204Updated 2 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 5 years ago
- Intended to allow taking a T from a &mut T temporarily☆78Updated 5 years ago
- A typesafe store keyed by types and containing different types of values.☆177Updated 6 years ago
- A circular buffer with fixed capacity (Rust).☆103Updated last year
- Run closures in parallel☆113Updated 2 months ago
- ☆59Updated 6 months ago
- ☆64Updated 4 years ago
- Candidates for inclusion in the Rust standard library☆89Updated 2 years ago
- Utilities for dealing with substructures within syn macros☆139Updated 7 months ago
- Macro for writing nested `if let` expressions☆164Updated last year
- Safe pointer-to-member functionality for rust☆33Updated 9 months ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- Custom derivation macro for Rust☆112Updated 7 years ago
- docs.rs as a publishing platform?☆68Updated last month
- In support of measuring heap allocations in Rust programs.☆100Updated 5 years ago
- Automatic cfg for Rust compiler features☆96Updated 5 months ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- Spawn processes with arbitrary closures in rust☆110Updated 3 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- A Rust library for generically joining iterables with a separator☆92Updated last year
- Make trait methods callable without the trait in scope☆136Updated 2 weeks ago
- Typed index version of Rust slice and Vec containers☆69Updated 5 months ago
- Cargo subcommand for checking your documentation for broken links☆152Updated 3 months ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago