Fork of std::Arc with lots of utilities useful for FFI
☆285Jan 22, 2026Updated 2 months ago
Alternatives and similar repositories for triomphe
Users that are interested in triomphe are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A collection of small utilities for working with pointer types in Rust.☆135Jan 17, 2025Updated last year
- Fast, efficient, and robust memory reclamation for Rust.☆468Sep 13, 2025Updated 6 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆297Dec 30, 2025Updated 2 months ago
- Manual segmented stacks for Rust☆337Feb 7, 2026Updated last month
- Append-only collections for Rust where borrows to entries can outlive insertions☆274Jan 23, 2026Updated 2 months ago
- Better reference counted strings for Rust☆144Jul 18, 2024Updated last year
- Support atomic operations on Arc itself☆1,279Mar 1, 2026Updated 3 weeks ago
- A string type for Rust that is not required to be valid UTF-8.☆1,053Feb 10, 2026Updated last month
- Module initialization/global constructor functions for Rust☆963Dec 4, 2025Updated 3 months ago
- A library for creating references that carry their owner with them.☆387Oct 12, 2023Updated 2 years ago
- Slab allocator for Rust☆886Jan 31, 2026Updated last month
- Compact inlined strings for Rust.☆542Sep 20, 2023Updated 2 years ago
- A crate for safe and ergonomic pin-projection.☆704Mar 12, 2026Updated last week
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,630Feb 16, 2026Updated last month
- A vector with a fixed capacity. (Rust)☆855Oct 19, 2024Updated last year
- Compile time numbers in Rust.☆581Nov 2, 2025Updated 4 months ago
- Compile-time reference counting☆456May 18, 2025Updated 10 months ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆687Aug 18, 2023Updated 2 years ago
- The arena, a fast but limited type of allocator☆578Aug 16, 2024Updated last year
- Like Rust's std::Path, but UTF-8.☆551Dec 15, 2025Updated 3 months ago
- A library for to allow multiple return types by automatically generated enum.☆377Mar 12, 2026Updated last week
- A fast bump allocation arena for Rust☆2,143Feb 26, 2026Updated 3 weeks ago
- A fast, concurrent string interner☆167Aug 19, 2024Updated last year
- Light references to trait objects by embedding the virtual table pointer in the struct☆25Aug 25, 2024Updated last year
- An implementation of Joshua Yanovski's Ghost Cell paper.☆501Jan 28, 2024Updated 2 years ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆219Feb 16, 2026Updated last month
- A wrapper around Rust futures that stores the future in space provided by the caller.☆306Nov 19, 2025Updated 4 months ago
- rust stackful generator library☆361Mar 2, 2026Updated 3 weeks ago
- Abstract over the atomicity of reference-counting pointers in rust☆170Nov 13, 2025Updated 4 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,312Jan 7, 2026Updated 2 months ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,295Feb 21, 2026Updated last month
- Generic and convenient `std` atomics via `Atomic<T>`☆47May 17, 2025Updated 10 months ago
- ☆498Nov 8, 2025Updated 4 months ago
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 6 months ago
- Optimized string search routines for Rust.☆1,393Feb 12, 2026Updated last month
- A Rust proc-macro attribute parser☆1,239Jan 15, 2026Updated 2 months ago
- Safe cross-platform linker shenanigans☆839Feb 19, 2026Updated last month
- Easy self-referential struct generation for Rust.