Compact, clone-on-write vector and string.
☆300Mar 18, 2026Updated this week
Alternatives and similar repositories for ecow
Users that are interested in ecow are comparing it to the libraries listed below
Sorting:
- Incremental computation through constrained memoization.☆587Mar 13, 2026Updated last week
- Utilities for working with impl traits in Rust.☆124Jan 27, 2025Updated last year
- ☆498Nov 8, 2025Updated 4 months ago
- Make any value Sync but only available on its original thread☆39Dec 20, 2025Updated 3 months ago
- A memory efficient string type that can store up to 24* bytes on the stack☆817Dec 24, 2025Updated 2 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆183Aug 11, 2025Updated 7 months ago
- Painless string scanning.☆57Nov 4, 2024Updated last year
- A fast and ergonomic concurrent hashmap for read-heavy workloads.☆885Aug 6, 2025Updated 7 months ago
- Incremental garbage collection from safe Rust☆821Feb 9, 2026Updated last month
- A scope for async_std and tokio to spawn non-static futures☆156May 28, 2024Updated last year
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 6 months ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆501Jan 28, 2024Updated 2 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆284Jan 22, 2026Updated last month
- Module initialization/global constructor functions for Rust☆963Dec 4, 2025Updated 3 months ago
- Just, really the littlest Vec you could need. So smol.☆731Mar 14, 2026Updated last week
- Optimized string search routines for Rust.☆1,393Feb 12, 2026Updated last month
- Comparison of Rust string types☆170Mar 10, 2026Updated last week
- Yet another string type for Rust☆94Jan 11, 2026Updated 2 months ago
- ☆330Nov 15, 2025Updated 4 months ago
- A string type for Rust that is not required to be valid UTF-8.☆1,053Feb 10, 2026Updated last month
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆126Feb 19, 2026Updated last month
- A fast bump allocation arena for Rust☆2,143Feb 26, 2026Updated 3 weeks ago
- Support atomic operations on Arc itself☆1,279Mar 1, 2026Updated 2 weeks ago
- Fast and simple benchmarking for Rust projects☆1,370Apr 17, 2025Updated 11 months ago
- Unsafely fast hashing algorithm 📈☆1,005Mar 4, 2026Updated 2 weeks ago
- An atomically updatable Arc for lock-free concurrency.☆190Nov 13, 2025Updated 4 months ago
- Library facilitating safe pinned initialization☆79Updated this week
- Rust crate for Ok-wrapping and try blocks☆22Oct 18, 2022Updated 3 years ago
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆930Updated this week
- List and diff the public API of Rust library crates between releases and commits. Detect breaking API changes and semver violations via C…☆539Mar 14, 2026Updated last week
- ☆209Feb 19, 2024Updated 2 years ago
- A datetime library for Rust that encourages you to jump into the pit of success.☆2,633Mar 3, 2026Updated 2 weeks ago
- SIMD-accelerated UTF-8 validation for Rust.☆590Dec 21, 2025Updated 3 months ago
- A vector with a fixed capacity. (Rust)☆855Oct 19, 2024Updated last year
- Experiments with structured concurrency in Rust☆422Jul 24, 2024Updated last year
- Track and query Cargo dependency graphs.☆261Mar 13, 2026Updated last week
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆59Sep 4, 2023Updated 2 years ago
- Use Tree Sitter to parse your own languages in Rust☆691Jun 18, 2025Updated 9 months ago
- Const TypeId and non-'static TypeId☆71Dec 20, 2025Updated 3 months ago