JoshMcguigan / arr_macroView external linksLinks
Initialize arrays with ease!
☆84Jan 5, 2023Updated 3 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:
- A macro impl and discussion about named & default args in Rust.☆18Dec 20, 2018Updated 7 years ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆52Jun 8, 2023Updated 2 years ago
- A generic, fixed-size, associative cache☆40Nov 8, 2024Updated last year
- Proof of concept of procedural macro input parsed by LALRPOP☆52Dec 19, 2022Updated 3 years ago
- Postfix macros on stable Rust, today.☆76Mar 1, 2021Updated 4 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Aug 30, 2022Updated 3 years ago
- A Syn Attribute Parser Toolkit☆14Oct 15, 2024Updated last year
- A Rust library for generically joining iterables with a separator☆94Jun 28, 2023Updated 2 years ago
- Synchronization mechanisms based on lock-free queues and Rust futures☆40Mar 25, 2024Updated last year
- Helper trait to create a boxed instance without going through stack☆36Mar 13, 2022Updated 3 years ago
- std::Error in no_std environment.☆39Dec 26, 2020Updated 5 years ago
- ☆24Dec 11, 2022Updated 3 years ago
- A Rust utility DSL and macro to help construct and modify Paths.☆23Jul 11, 2020Updated 5 years ago
- [rust] Extensions to the Box type☆23Apr 24, 2019Updated 6 years ago
- Migration tool for replacing await! macro with await syntax.☆40Jan 1, 2021Updated 5 years ago
- logging library for rayon☆17Sep 14, 2020Updated 5 years ago
- measures and prints wall time in rust for given scope☆18Dec 9, 2024Updated last year
- high-speed metrics collection library in Rust☆19May 2, 2019Updated 6 years ago
- An MPMC journaled broadcast channel☆13Sep 9, 2020Updated 5 years ago
- docs.rs as a publishing platform?☆71Dec 20, 2025Updated last month
- Procedural macros in expression position☆204Dec 19, 2022Updated 3 years ago
- Efficient transactional memory in rust.☆210Aug 2, 2021Updated 4 years ago
- Pretty-print file sizes and more☆50Mar 28, 2025Updated 10 months ago
- Utilities for pinning☆99Apr 5, 2024Updated last year
- A library for to allow multiple return types by automatically generated enum.☆374Updated this week
- Generic Atomic<T> type for Rust☆246Sep 16, 2025Updated 4 months ago
- Take a reference and get back a slice of length one☆26Apr 29, 2021Updated 4 years ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆266May 29, 2023Updated 2 years ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Mar 14, 2019Updated 6 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Jun 17, 2019Updated 6 years ago
- Comparing Rust crate function speeds☆16Jan 11, 2019Updated 7 years ago
- An experiment in embedding layout computations in the type system.☆17Aug 18, 2019Updated 6 years ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆686Aug 18, 2023Updated 2 years ago
- DOOM fire implementation written in rust☆87Jan 20, 2023Updated 3 years ago
- Type-safe transmutations between layout-compatible types.☆122Aug 11, 2020Updated 5 years ago
- Shared memory for Rust.☆16Jun 21, 2016Updated 9 years ago
- Native TLS for futures and async-std☆72Jun 5, 2025Updated 8 months ago
- A set of safe Least Recently Used (LRU) map/cache types for Rust☆16Jan 25, 2023Updated 3 years ago
- A drop-in GlobalAlloc implementation using tcmalloc from gperftools.☆20Nov 2, 2023Updated 2 years ago