brson / rust-chamber
Rust as sandbox
☆35Updated 10 years ago
Alternatives and similar repositories for rust-chamber:
Users that are interested in rust-chamber are comparing it to the libraries listed below
- ☆52Updated 5 years ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Concurrent hash trie☆54Updated 4 years ago
- Runtime with fast GC and easy concurrency.☆43Updated 4 years ago
- ☆63Updated 7 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated 2 weeks ago
- A growable bit-vector for Rust, optimized for size☆40Updated 2 months ago
- A very small GC in Rust, with a safe API☆62Updated 10 months ago
- PEG parser generator built on top of nom☆70Updated 5 years ago
- Simple language parser, interpreter and CLI built in Rust, to be used for baremetal/no_std environments.☆20Updated 2 years ago
- A splay tree implementation written in Rust☆26Updated 6 years ago
- A safe-guarded transmute for Rust☆38Updated 11 months ago
- ☆47Updated 4 years ago
- Rust library providing a counter-based thread barrier☆56Updated 6 years ago
- Experimental Rust QUIC implementation - moved to https://github.com/djc/quinn☆67Updated 6 years ago
- A fast key-value store written in Rust☆109Updated 3 years ago
- Atomically updatable Arc implementation using crossbeam-epoch for memory reclamation.☆42Updated 6 years ago
- A small ASCII-only bounded length string representation.