Better reference counted strings for Rust
☆142Jul 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☆280Jan 22, 2026Updated last month
- ☆36Aug 8, 2024Updated last year
- A fast and flexible LRU map.☆198Jan 3, 2025Updated last year
- We have Crater At Home☆38Oct 26, 2024Updated last year
- Automatic versioning of packages with mono-repos in mind☆13Oct 10, 2022Updated 3 years ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆274Jan 23, 2026Updated last month
- Splay Tree based Collections (e.g., Map, Set, Heap) Library for Rust☆19Nov 1, 2025Updated 4 months ago
- Faster, more compact implementation of std::Cow☆374Apr 13, 2023Updated 2 years ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆223Feb 22, 2026Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆181Aug 11, 2025Updated 6 months ago
- A crate for safe and ergonomic pin-projection.☆705Feb 16, 2026Updated last week
- Ergonomic Type Diffs☆67Sep 29, 2025Updated 5 months ago
- Efficient sized chunk datatypes for immutable.rs☆28Apr 29, 2022Updated 3 years ago
- Like Rust's std::Path, but UTF-8.☆547Dec 15, 2025Updated 2 months ago
- A simple library to use Rust's type system to handle endianness.☆17Jan 30, 2026Updated last month
- Tools to feature more lenient Polonius-based borrow-checker patterns on stable Rust☆124Oct 31, 2025Updated 4 months ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆67Updated this week
- a lock-free concurrent slab (experimental)☆305Jan 20, 2026Updated last month
- A benchmarking harness for concurrent key-value collections☆119Feb 5, 2023Updated 3 years ago
- Compact inlined strings for Rust.☆543Sep 20, 2023Updated 2 years ago
- A library for to allow multiple return types by automatically generated enum.☆374Feb 18, 2026Updated last week
- Just, really the littlest Vec you could need. So smol.☆728Jan 28, 2026Updated last month
- Struct fields that are made read-only accessible to other modules☆265Feb 16, 2026Updated last week
- Make trait methods callable without the trait in scope☆163Feb 16, 2026Updated last week
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆36Oct 19, 2024Updated last year
- A collection of small utilities for working with pointer types in Rust.☆133Jan 17, 2025Updated last year
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Oct 11, 2021Updated 4 years ago
- Atomic `dbg`/`eprintln`/`eprint` macros☆17Mar 6, 2025Updated 11 months ago
- Copy-on-write string utilities for Rust☆163Apr 11, 2024Updated last year
- Module initialization/global constructor functions for Rust☆960Dec 4, 2025Updated 2 months ago
- Rust library for HDD-aware directory traversal☆48Mar 18, 2021Updated 4 years ago
- Just Use /dev/urandom -- now with more safety at early boot☆59Sep 7, 2020Updated 5 years ago
- A library for compact bit sets containing enums.☆121Feb 9, 2026Updated 2 weeks ago
- A library for conveniently displaying well-formatted, and good looking errors to users of CLI applications. Useful for bubbling up unreco…☆18May 15, 2020Updated 5 years ago
- autogenerate visual studio solutions / projects☆18Oct 15, 2023Updated 2 years ago
- Heap profiling and ad hoc profiling for Rust programs.☆938Feb 20, 2025Updated last year
- Execute Rust code carefully, with extra checking along the way☆480Jan 3, 2026Updated last month
- Conditional compilation according to rustc compiler version☆392Feb 16, 2026Updated last week
- A thread pool for running multiple tasks on a configurable group of threads.☆51Nov 22, 2023Updated 2 years ago