artichoke / intaglioLinks
🗃 UTF-8 string, byte string, and C string interner
☆27Updated this week
Alternatives and similar repositories for intaglio
Users that are interested in intaglio are comparing it to the libraries listed below
Sorting:
- ☆36Updated 9 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 7 months ago
- A (mostly) drop-in replacement for Rust's Result that provides backtrace support.☆25Updated 3 years ago
- Tiny little crate to determine how large an unnameable type is.☆11Updated 2 months ago
- A dynamic library helper for rust crates☆35Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 2 months ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated 2 months ago
- Visualise recursive functions and tree structures.☆30Updated 3 years ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 7 months ago
- A generic, fixed-size, associative cache☆40Updated 6 months ago
- A memory efficient container for rust nested collections☆39Updated 2 years ago
- Rust library for displaying compiler diagnostics like rustc☆23Updated last year
- Exhaustive iteration trait in Rust☆16Updated 3 weeks ago
- Rust String type with configurable byte storage.☆35Updated 8 months ago
- A Rust library for runtime-checked linearish types☆34Updated last year
- A C expression parser and evaluator☆46Updated 2 years ago
- A simple macro to create correct opaque pointers☆22Updated 4 years ago
- A tiny crate mimicking Elixir's pipe operator for Rust without macros.☆36Updated 3 years ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆41Updated 2 weeks ago
- A primitive for writing structural search and replace programs for rust☆31Updated 10 months ago
- A simple and convenient way to bundle owned data with a borrowing type.☆27Updated 3 years ago
- Target "triple" support☆54Updated 3 months ago
- Find calls to panic functions in rust executables☆35Updated 3 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆47Updated last year
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- A Rustified OpenCL Experience☆46Updated 2 years ago
- Make any value Sync but only available on its original thread☆39Updated 2 months ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 5 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
- Stack buffer provides alternatives to Buf{Reader,Writer} allocated on the stack instead of the heap.☆14Updated 3 years ago