droundy / tinysetLinks
Compact sets in rust
☆57Updated 5 months ago
Alternatives and similar repositories for tinyset
Users that are interested in tinyset are comparing it to the libraries listed below
Sorting:
- A memory efficient syntax tree for language developers☆62Updated 2 weeks ago
- Token tree calling convention☆80Updated 2 years ago
- A small ASCII-only bounded length string representation.☆60Updated 3 years ago
- A simple, id-based arena☆120Updated last year
- Defer dropping large structs to a background thread☆64Updated 2 years ago
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆97Updated 4 months ago
- PEG parser generator built on top of nom☆70Updated 5 years ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 3 years ago
- Simple goldenfile testing in Rust☆41Updated 6 months ago
- A library for generating Graphviz DOT language files for graphs.☆77Updated 4 months ago
- Dynamically query a type-erased object for any trait implementation☆66Updated 2 years ago
- The simd optimized escape code☆54Updated last week
- A macro to generate Rust actors☆45Updated 4 years ago
- SmallVec-backed stack string optimisation☆44Updated 5 years ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- A memory efficient container for rust nested collections☆40Updated 2 years ago
- ☆111Updated last year
- A collection of small utilities for working with pointer types in Rust.☆127Updated 7 months ago
- An unordered multiset/bag implementation backed by HashMap☆70Updated 3 weeks ago
- Simple, Erlang-inspired fault-tolerance framework for Rust Futures.☆130Updated 4 years ago
- Typed index version of Rust slice and Vec containers☆70Updated this week
- Log call tree summaries after each request for rust programs instrumented with `tracing`.☆44Updated 3 years ago
- A Rust library for generically joining iterables with a separator☆93Updated 2 years ago
- Rust serializer library☆87Updated last year
- Spawn processes with arbitrary closures in rust☆112Updated 3 years ago
- Find calls to panic functions in rust executables☆35Updated 3 years ago
- Calm I/O operations for Rust☆76Updated 4 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types