BurntSushi / rust-statsLinks
Basic statistical functions on streams for Rust.
☆88Updated 3 years ago
Alternatives and similar repositories for rust-stats
Users that are interested in rust-stats are comparing it to the libraries listed below
Sorting:
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆113Updated last year
- Judy array implementation in pure Rust☆87Updated 8 years ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆232Updated 8 months ago
- ☆49Updated 8 months ago
- CBOR (binary JSON) for Rust with automatic type based decoding and encoding.☆146Updated 6 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆69Updated 4 years ago
- SmallVec-backed stack string optimisation☆44Updated 5 years ago
- Custom derivation macro for Rust☆113Updated 8 years ago
- Approximations to Histograms☆67Updated 4 years ago
- Conversion traits for Rust