shepmaster / jetscii
A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.
☆114Updated 8 months ago
Alternatives and similar repositories for jetscii
Users that are interested in jetscii are comparing it to the libraries listed below
Sorting:
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 4 months ago
- A Rust compiler plugin and support library to annotate overflow behavior☆106Updated last year
- In support of measuring heap allocations in Rust programs.☆101Updated 5 years ago
- Automatic testing of FFI bindings for Rust☆122Updated 3 years ago
- Judy array implementation in pure Rust☆87Updated 7 years ago
- Custom derivation macro for Rust☆111Updated 7 years ago
- A pool of reusable values☆50Updated 5 years ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆227Updated 7 months ago
- Safely combine results☆81Updated 8 months ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆64Updated 2 years ago
- Asynchronous TLS/SSL streams for Tokio using Rustls.☆141Updated 2 months ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- ☆76Updated 2 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- Asynchronous process management for tokio☆148Updated 5 years ago
- The empty type Void.☆69Updated 2 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- ☆52Updated 5 years ago
- A simple map based on a vector for small integer keys☆63Updated 5 months ago
- Candidates for inclusion in the Rust standard library☆88Updated 2 years ago
- A flexible thread pool providing scoped and static threads.☆85Updated 6 years ago
- Send syslog messages from Rust☆116Updated 9 months ago
- Spawn processes with arbitrary closures in rust☆111Updated 3 years ago
- A drop-in replacement for Rust's std::BufReader, with extra features☆40Updated 2 years ago
- Iterate in a lazily achieved sorted order☆59Updated 6 years ago
- A crate with indexed arenas with small memory footprint☆77Updated 8 months ago
- Runtime string formatting for Rust☆63Updated 5 years ago
- Rust serializer library☆87Updated last year
- An extraction of the compiletest utility from the Rust compiler☆225Updated 4 months ago