Better reference counted strings for Rust
☆144Jul 18, 2024Updated last year
Alternatives and similar repositories for arcstr
Users that are interested in arcstr are comparing it to the libraries listed below
Sorting:
- Fork of std::Arc with lots of utilities useful for FFI☆284Jan 22, 2026Updated last month
- ☆36Aug 8, 2024Updated last year
- Ergonomic Type Diffs☆67Sep 29, 2025Updated 5 months ago
- A fast and flexible LRU map.☆199Jan 3, 2025Updated last year
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆229Updated this week
- Faster, more compact implementation of std::Cow☆374Apr 13, 2023Updated 2 years ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆67Updated this week
- Splay Tree based Collections (e.g., Map, Set, Heap) Library for Rust☆19Nov 1, 2025Updated 4 months ago
- We have Crater At Home☆38Oct 26, 2024Updated last year
- Just, really the littlest Vec you could need. So smol.☆731Mar 14, 2026Updated last week
- Tools to feature more lenient Polonius-based borrow-checker patterns on stable Rust☆126Oct 31, 2025Updated 4 months ago
- Read trait fixed to soundly work with uninitalized memory☆28Nov 20, 2023Updated 2 years ago
- Efficient sized chunk datatypes for immutable.rs☆28Apr 29, 2022Updated 3 years ago
- A collection of small utilities for working with pointer types in Rust.☆133Jan 17, 2025Updated last year
- Struct fields that are made read-only accessible to other modules☆265Feb 16, 2026Updated last month
- Atomic `dbg`/`eprintln`/`eprint` macros☆17Mar 6, 2025Updated last year
- Append-only collections for Rust where borrows to entries can outlive insertions☆274Jan 23, 2026Updated last month
- Compact inlined strings for Rust.☆543Sep 20, 2023Updated 2 years ago
- field accessor traits,and emulation of structural types☆13Apr 13, 2021Updated 4 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆183Aug 11, 2025Updated 7 months ago
- A tool to add, remove and check for `tracing::instrument` in large projects where it is infeasible to manually add it to thousands of fun…☆15Oct 13, 2023Updated 2 years ago
- Like Rust's std::Path, but UTF-8.☆551Dec 15, 2025Updated 3 months ago
- a lock-free concurrent slab (experimental)☆310Jan 20, 2026Updated 2 months ago
- A crate for safe and ergonomic pin-projection.☆704Mar 12, 2026Updated last week
- A library for to allow multiple return types by automatically generated enum.☆377Mar 12, 2026Updated last week
- rust hints to the optimizer☆19Aug 1, 2021Updated 4 years ago
- Automatic versioning of packages with mono-repos in mind☆13Oct 10, 2022Updated 3 years ago
- Compile-time string formatting☆269Oct 6, 2025Updated 5 months ago
- Make trait methods callable without the trait in scope☆163Feb 16, 2026Updated last month
- Scalable and lock-free memory reclamation system☆37Dec 19, 2025Updated 3 months ago
- Rust library for HDD-aware directory traversal☆48Mar 18, 2021Updated 5 years ago
- Copy-on-write string utilities for Rust☆163Apr 11, 2024Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆219Feb 16, 2026Updated last month
- Utility wrapper to send non send types to other threads safely☆186Mar 25, 2025Updated 11 months ago
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Jun 11, 2022Updated 3 years ago
- A benchmarking harness for concurrent key-value collections☆119Feb 5, 2023Updated 3 years ago
- Module initialization/global constructor functions for Rust☆963Dec 4, 2025Updated 3 months ago
- A library for compact bit sets containing enums.☆123Feb 9, 2026Updated last month
- A scope for async_std and tokio to spawn non-static futures☆156May 28, 2024Updated last year