artichoke / intaglioLinks
🗃 UTF-8 string, byte string, and C string interner
☆29Updated 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`☆76Updated 2 weeks ago
- ☆36Updated last year
- A C expression parser and evaluator☆49Updated 2 years ago
- A radioactive stabilization of the ptr_meta RFC.☆33Updated 5 months ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆38Updated 2 months ago
- Target "triple" support☆52Updated 3 weeks ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 2 months ago
- Extremely minimal parser for ELF/PE/Mach-o/ar☆41Updated 4 years ago
- String optimized for map keys☆66Updated 3 months ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 6 months ago
- A simple and convenient way to bundle owned data with a borrowing type.☆28Updated 3 years ago
- Unbuffered and unlocked I/O streams☆45Updated 6 months ago
- A simple macro to create correct opaque pointers☆21Updated 4 years ago
- A memory efficient syntax tree for language developers☆62Updated last month
- global allocator for Rust that provides hooks for tracking allocations☆49Updated 2 years ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 9 months ago
- A low-level I/O ownership and borrowing library☆104Updated last month
- Lossless functionality for platform-native strings.☆73Updated 3 months ago
- Full-service command-line parsing☆74Updated 6 months ago
- Light references to trait objects by embedding the virtual table pointer in the struct☆25Updated last year
- A data structure for tracking source code positions, inspired by the type in rustc's libsyntax.☆53Updated 4 years ago
- Cargo dephell analyzes the third-party dependencies of a Rust workspace☆48Updated 2 years ago
- impl fallible collections in rust, quite as describe in RFC 2116☆39Updated 10 months ago
- ☆93Updated 11 months ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆29Updated last month
- Calm I/O operations for Rust