Abstract over the atomicity of reference-counting pointers in rust
☆170Nov 13, 2025Updated 4 months ago
Alternatives and similar repositories for archery
Users that are interested in archery are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Rust persistent data structures☆1,677Nov 13, 2025Updated 4 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆285Jan 22, 2026Updated 2 months ago
- Fast new algorithms for finding the medians, implemented in Rust☆15Jun 14, 2024Updated last year
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 6 months ago
- 🗑 async-dropper is probably the least-worst ad-hoc AysncDrop implementation you've seen so far.☆51Nov 28, 2024Updated last year
- Heap-based async timers☆217Jun 14, 2024Updated last year
- A library for to allow multiple return types by automatically generated enum.☆377Mar 12, 2026Updated last week
- Rust libraries and tools to help with interoperability and testing of serialization formats based on Serde.☆140May 19, 2022Updated 3 years ago
- A string type for Rust that is not required to be valid UTF-8.☆1,053Feb 10, 2026Updated last month
- The current state of Rust’s various stable/unstable features.☆16May 7, 2021Updated 4 years ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆262Feb 10, 2022Updated 4 years ago
- Experimental JIT compiler generator☆29Apr 17, 2024Updated last year
- Read input lines as byte slices for high efficiency☆69Jan 5, 2024Updated 2 years ago
- Compile-time string operations☆118Feb 1, 2026Updated last month
- The arena, a fast but limited type of allocator☆578Aug 16, 2024Updated last year
- Efficient sized chunk datatypes for immutable.rs☆28Apr 29, 2022Updated 3 years ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆297Dec 30, 2025Updated 2 months ago
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Aug 14, 2019Updated 6 years ago
- Generic extensions for tapping values in Rust.☆502Sep 29, 2023Updated 2 years ago
- Ensure correct assumptions about constants, types, and more in Rust☆648Nov 18, 2023Updated 2 years ago
- Executor Agnostic Runtime that can run your futures with your favourite Executor☆144Apr 29, 2021Updated 4 years ago
- A small crate to provide space-efficient Option<_> replacements☆38Mar 10, 2025Updated last year
- Slotmap data structure for Rust☆1,298Dec 6, 2025Updated 3 months ago
- A map backed by a vector☆26Mar 12, 2024Updated 2 years ago
- A Rust proc-macro attribute parser☆1,239Jan 15, 2026Updated 2 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
- A simple and convenient way to bundle owned data with a borrowing type.☆28Apr 22, 2022Updated 3 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆54Feb 25, 2024Updated 2 years ago
- Assorted immutable collection datatypes for Rust☆1,576Aug 19, 2024Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆183Aug 11, 2025Updated 7 months ago
- Notify async tasks or threads☆505Feb 7, 2026Updated last month
- Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.☆1,426Dec 24, 2025Updated 3 months ago
- composable validation functions for custom types☆14Jun 11, 2025Updated 9 months ago
- SIMD aligned data structures to work with `std::simd`.☆11Dec 14, 2024Updated last year
- Procedural macro span debugger/visualizer☆40Aug 28, 2020Updated 5 years ago
- ☆31Feb 22, 2020Updated 6 years ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆219Feb 16, 2026Updated last month
- Structured concurrency operations for async Rust☆492Jan 28, 2026Updated last month
- Rust generators implemented through async/await syntax☆12Sep 29, 2023Updated 2 years ago