shepmaster / jetscii
A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.
☆114Updated 5 months ago
Alternatives and similar repositories for jetscii:
Users that are interested in jetscii are comparing it to the libraries listed below
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Judy array implementation in pure Rust☆84Updated 7 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆226Updated 3 months ago
- Automatic testing of FFI bindings for Rust☆122Updated 3 years ago
- A pool of reusable values☆50Updated 5 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆77Updated last month
- A drop-in replacement for Rust's std::BufReader, with extra features☆38Updated 2 years ago
- Spawn processes with arbitrary closures in rust☆109Updated 3 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆63Updated 2 years ago
- Runtime string formatting for Rust☆63Updated 5 years ago
- A Cargo plugin to list unsafe code in a Rust project.☆43Updated 6 years ago
- Basic statistical functions on streams for Rust.☆86Updated 2 years ago
- Asynchronous process management for tokio☆146Updated 5 years ago
- Safely combine results☆81Updated 4 months ago
- A Rust compiler plugin and support library to annotate overflow behavior☆105Updated last year
- SmallVec-backed stack string optimisation☆43Updated 4 years ago
- ☆52Updated 5 years ago
- ☆40Updated 5 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 5 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Generate a Markdown section in your README based on your Rust documentation☆58Updated 2 years ago
- Unix signal handling for tokio☆87Updated 6 years ago
- A crate with indexed arenas with small memory footprint☆76Updated 5 months ago
- Custom derivation macro for Rust☆111Updated 7 years ago
- ☆58Updated 5 months ago
- Candidates for inclusion in the Rust standard library☆89Updated 2 years ago
- rust histogram and percentile stats☆46Updated 4 years ago
- A growable bit-vector for Rust, optimized for size☆40Updated 10 months ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago