shepmaster / jetscii
A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.
☆114Updated 6 months ago
Alternatives and similar repositories for jetscii:
Users that are interested in jetscii are comparing it to the libraries listed below
- In support of measuring heap allocations in Rust programs.☆100Updated 5 years ago
- Judy array implementation in pure Rust☆85Updated 7 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Automatic testing of FFI bindings for Rust☆122Updated 3 years ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆226Updated 5 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 2 months ago
- An extraction of the compiletest utility from the Rust compiler☆223Updated last month
- A drop-in replacement for Rust's std::BufReader, with extra features☆40Updated 2 years ago
- Spawn processes with arbitrary closures in rust☆109Updated 3 years ago
- A Rust compiler plugin and support library to annotate overflow behavior☆105Updated last year
- ☆76Updated 2 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.☆102Updated 5 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 5 years ago
- Access File System operations off-thread, using a Futures.☆69Updated 6 years ago
- Safely combine results☆81Updated 6 months ago
- Custom derivation macro for Rust