jFransham / smallstring
SmallVec-backed stack string optimisation
☆44Updated 4 years ago
Alternatives and similar repositories for smallstring:
Users that are interested in smallstring are comparing it to the libraries listed below
- A growable bit-vector for Rust, optimized for size☆40Updated last month
- ☆55Updated last year
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆86Updated 2 years ago
- A simple map based on a vector for small integer keys☆64Updated 3 months ago
- ☆124Updated 2 years ago
- Run closures in parallel☆113Updated 2 months ago
- ☆59Updated 6 months ago
- Generate a Markdown section in your README based on your Rust documentation☆58Updated 2 years ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 4 years ago
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆96Updated 2 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆48Updated last year
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 7 months ago
- Tool to inline module contents into syn::File instances☆12Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 7 months ago
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated last year
- Concurrent hash trie☆51Updated 4 years ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- A rust crate to find the total size of an object, on the stack and on the heap☆106Updated last year
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Take a reference and get back a slice of length one☆25Updated 3 years ago
- Asynchronous file I/O for Tokio☆48Updated last month
- A Rust crate for formatting strings dynamically☆32Updated last year
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆30Updated 2 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆64Updated 2 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆46Updated 11 months ago
- Retriever stores ordinary rust data types in a similar manner as a NoSQL database.☆48Updated last year