artichoke / intaglioLinks
🗃 UTF-8 string, byte string, and C string interner
☆28Updated last week
Alternatives and similar repositories for intaglio
Users that are interested in intaglio are comparing it to the libraries listed below
Sorting:
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 4 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- A C expression parser and evaluator☆46Updated 2 years ago
- ☆36Updated 11 months ago
- Target "triple" support☆54Updated 5 months ago
- A radioactive stabilization of the ptr_meta RFC.☆29Updated 2 months ago
- A syntactic "for" loop Rust macro☆56Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 8 months ago
- A generic, fixed-size, associative cache☆40Updated 8 months ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated 3 months ago
- A growable bit-vector for Rust, optimized for size☆42Updated 4 months ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 6 months ago
- A simple macro to create correct opaque pointers☆22Updated 4 years ago
- Find calls to panic functions in rust executables☆35Updated 3 years ago
- String optimized for map keys☆65Updated last week
- An exploration into the various ways optional trait methods can be implemented in Rust.☆38Updated last week
- Proc macro for smol async runtime☆53Updated 4 years ago
- A low-ish level tool for easily writing and hosting WASM based plugins.☆70Updated last year
- A (mostly) drop-in replacement for Rust's Result that provides backtrace support.☆25Updated 3 years ago
- Hitori is a generic regular expressions library.☆54Updated 2 years ago
- Extremely minimal parser for ELF/PE/Mach-o/ar☆41Updated 4 years ago
- Take a value atomically once.☆30Updated 2 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆49Updated last year
- A simple and convenient way to bundle owned data with a borrowing type.☆27Updated 3 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 3 months ago
- Determines the MIME type of a file by traversing a filetype tree.☆75Updated 4 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated 8 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆57Updated 9 months 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`☆31Updated 2 years ago