zesterer / mutationLinks
Unleash the power of nightly Rust to write code that's generic over mutation!
☆24Updated 4 years ago
Alternatives and similar repositories for mutation
Users that are interested in mutation are comparing it to the libraries listed below
Sorting:
- A (mostly) drop-in replacement for Rust's Result that provides backtrace support.☆25Updated 3 years ago
- Proof of concept of procedural macro input parsed by LALRPOP☆52Updated 2 years ago
- An experimental allocated buffer suitable for image data (Rust library).☆33Updated last week
- Experimenting with ergonomic dyn types☆29Updated 3 years ago
- An async allocator with Fun™️ unsafe Rust☆18Updated 2 years ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 6 months ago
- Case-preserving, ASCII case-insensitive `no_std` string types for Rust.☆12Updated last year
- Rust LLVM bindings☆31Updated 2 years ago
- Thread-unsafe async runtime☆28Updated 8 months ago
- A syntactic "for" loop Rust macro☆56Updated 2 years ago
- Visualise recursive functions and tree structures.☆30Updated 4 years ago
- Rust NonEmpty slice☆13Updated 4 years ago
- sptr: The Strict Provenance Polyfill☆75Updated last year
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated 3 months ago
- Annoyed that Rust has many string types? Well it doesn't have to☆39Updated 3 years ago
- Atomic `dbg`/`eprintln`/`eprint` macros☆17Updated 4 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated 8 months ago
- Unbuffered and unlocked I/O streams☆45Updated 4 months ago
- PEG parser generator built on top of nom☆70Updated 5 years ago
- Low-level manipulations of IEEE754 floating-point numbers.☆28Updated 2 years ago
- Find calls to panic functions in rust executables☆35Updated 3 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 4 months ago
- Rust String type with configurable byte storage.☆35Updated 9 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 8 months ago
- Collection of typed data structures, trait operators and aliases☆51Updated 4 years ago
- A stack-allocated box that stores trait objects.☆20Updated 3 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`☆31Updated 2 years ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- Non-owning unsafe I/O☆21Updated 7 months ago
- A Rust memory allocator for large slices that don't escape the stack.☆30Updated 2 years ago