Fork of std::Arc with lots of utilities useful for FFI
☆280Jan 22, 2026Updated last month
Alternatives and similar repositories for triomphe
Users that are interested in triomphe are comparing it to the libraries listed below
Sorting:
- A collection of small utilities for working with pointer types in Rust.☆133Jan 17, 2025Updated last year
- Fast, efficient, and robust memory reclamation for Rust.☆467Sep 13, 2025Updated 5 months ago
- Support atomic operations on Arc itself☆1,264Feb 22, 2026Updated last week
- Append-only collections for Rust where borrows to entries can outlive insertions☆274Jan 23, 2026Updated last month
- Module initialization/global constructor functions for Rust☆960Dec 4, 2025Updated 2 months ago
- Better reference counted strings for Rust☆142Jul 18, 2024Updated last year
- Manual segmented stacks for Rust☆335Feb 7, 2026Updated 3 weeks ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆295Dec 30, 2025Updated 2 months ago
- A string type for Rust that is not required to be valid UTF-8.☆1,041Feb 10, 2026Updated 3 weeks ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆687Aug 18, 2023Updated 2 years ago
- A library for creating references that carry their owner with them.☆385Oct 12, 2023Updated 2 years ago
- A vector with a fixed capacity. (Rust)☆851Oct 19, 2024Updated last year
- A library for to allow multiple return types by automatically generated enum.☆375Updated this week
- A crate for safe and ergonomic pin-projection.☆704Updated this week
- Slab allocator for Rust☆879Jan 31, 2026Updated last month
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,621Feb 16, 2026Updated 2 weeks ago
- Compact inlined strings for Rust.☆544Sep 20, 2023Updated 2 years ago
- A fast bump allocation arena for Rust☆2,117Updated this week
- Compile time numbers in Rust.☆578Nov 2, 2025Updated 4 months ago
- The arena, a fast but limited type of allocator☆578Aug 16, 2024Updated last year
- Compile-time reference counting☆456May 18, 2025Updated 9 months ago
- Like Rust's std::Path, but UTF-8.☆548Dec 15, 2025Updated 2 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆218Feb 16, 2026Updated 2 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆181Aug 11, 2025Updated 6 months ago
- Safe cross-platform linker shenanigans☆836Feb 19, 2026Updated last week
- A fast, concurrent string interner☆165Aug 19, 2024Updated last year
- ☆500Nov 8, 2025Updated 3 months ago
- A Rust proc-macro attribute parser☆1,238Jan 15, 2026Updated last month
- rust stackful generator library☆361Dec 17, 2025Updated 2 months ago
- Generic and convenient `std` atomics via `Atomic<T>`☆47May 17, 2025Updated 9 months ago
- Async synchronization primitives☆284Dec 21, 2025Updated 2 months ago
- Faster, more compact implementation of std::Cow☆374Apr 13, 2023Updated 2 years ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,282Feb 21, 2026Updated last week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,300Jan 7, 2026Updated last month
- Per-object thread-local storage for Rust☆365Feb 18, 2026Updated 2 weeks ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆500Jan 28, 2024Updated 2 years ago
- A wrapper around Rust futures that stores the future in space provided by the caller.☆306Nov 19, 2025Updated 3 months ago
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 5 months ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Oct 11, 2021Updated 4 years ago