JoshMcguigan / arr_macro
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
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- A rust crate to find the total size of an object, on the stack and on the heap☆106Updated last year
- Cargo subcommand for checking your documentation for broken links☆153Updated 3 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆55Updated last month
- A simple bitset container for Rust☆133Updated 4 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 3 months ago
- Intended to allow taking a T from a &mut T temporarily☆78Updated 5 years ago
- Safe wrapper for initializing arrays☆73Updated 2 years ago
- Spawn processes with arbitrary closures in rust☆110Updated 3 years ago
- A library for generating Graphviz DOT language files for graphs.☆74Updated 2 years ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆100Updated 3 months ago
- Defer dropping large structs to a background thread☆62Updated 2 years ago
- Run closures in parallel☆113Updated 2 months ago
- Rust library for typesystem-assisted bitflags.☆119Updated 2 months ago
- An updated version of linked-hash-map and friends☆109Updated 3 weeks ago
- A small ASCII-only bounded length string representation.☆59Updated 3 years ago
- Accessing file timestamps in a platform-agnostic fashion in Rust☆121Updated 7 months ago
- Parse integers directly from `[u8]` slices in safe code☆57Updated last year
- A proc-macro to break Rust IDEs☆64Updated 3 years ago
- Macro to repeat sequentially indexed copies of a fragment of code☆150Updated 3 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆157Updated 3 weeks ago
- Abstract over different executors☆73Updated last year
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆141Updated 8 months ago
- Automatic cfg for Rust compiler features☆96Updated 6 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆109Updated 2 years ago
- Runtime string formatting for Rust☆63Updated 5 years ago
- Rust library for testing code relying on the global allocator☆13Updated last year
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆30Updated 2 years ago
- ☆72Updated last week
- Map data structure whose keys are stored as ranges☆84Updated 3 months ago