JoshMcguigan / arr_macroLinks
Initialize arrays with ease!
☆84Updated 2 years ago
Alternatives and similar repositories for arr_macro
Users that are interested in arr_macro are comparing it to the libraries listed below
Sorting:
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆58Updated 2 weeks ago
- A rust crate to find the total size of an object, on the stack and on the heap☆109Updated last year
- Extensions for the Rust standard library☆40Updated last year
- Safe wrapper for initializing arrays☆74Updated 2 years ago
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated last year
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 3 years ago
- A library for generating Graphviz DOT language files for graphs.☆77Updated 4 months ago
- ☆58Updated 2 years ago
- Utilities for dealing with substructures within syn macros☆141Updated 3 months ago
- docs.rs as a publishing platform?☆70Updated last week
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 3 months ago
- Migrated to Codeberg☆79Updated last year
- ☆87Updated 7 months ago
- Cargo subcommand for checking your documentation for broken links☆157Updated 8 months ago
- A small ASCII-only bounded length string representation.☆60Updated 3 years ago
- Defer dropping large structs to a background thread☆64Updated 2 years ago
- Machine scalar casting that meets your expectations☆75Updated 3 years ago
- Automatic cfg for Rust compiler features☆102Updated 2 months ago
- Macro for sealing traits and structures☆59Updated 8 months ago
- Map data structure whose keys are stored as ranges☆94Updated last month
- ☆46Updated last year
- Cast between dynamic trait objects☆33Updated 5 years ago
- Run closures in parallel☆114Updated 7 months ago
- An updated version of linked-hash-map and friends☆122Updated 4 months ago
- Unsafe marker trait for types that deref to a stable address☆32Updated last month
- Big array helper for serde