llogiq / overflower
A Rust compiler plugin and support library to annotate overflow behavior
☆105Updated last year
Related projects ⓘ
Alternatives and complementary repositories for overflower
- Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.☆101Updated 5 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 5 years ago
- ☆58Updated 7 years ago
- Machine scalar casting that meets your expectations☆73Updated 3 years ago
- JS affine☆65Updated 4 years ago
- Intended to allow taking a T from a &mut T temporarily☆73Updated 4 years ago
- Safely combine results☆81Updated 2 months ago
- Token tree calling convention☆80Updated last year
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆69Updated 2 years ago
- A type safe, low level replacement for `std::io`.☆60Updated last year
- The empty type Void.☆69Updated last year
- In support of measuring heap allocations in Rust programs.☆99Updated 5 years ago
- A Cargo plugin to list unsafe code in a Rust project.☆43Updated 6 years ago
- Spawn processes with arbitrary closures in rust☆108Updated 3 years ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆64Updated 5 years ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- ☆58Updated 2 months ago
- This crate guarantees that your application is free of panicking branches☆177Updated 5 years ago
- A tool for finding large memcpy's in llvm ir☆59Updated 5 years ago
- Automatic testing of FFI bindings for Rust☆124Updated 3 years ago
- Concatenate identifiers in a macro invocation☆93Updated last year
- A fuzzing tool for incremental compilation that walks git history☆33Updated 6 years ago
- A perf script for helping to answer queries about how much time a given function occupies, where it is called from, and so forth.☆38Updated 6 years ago
- A crate with indexed arenas with small memory footprint☆76Updated 2 months ago
- Type-safe transmutations between layout-compatible types.☆120Updated 4 years ago
- Custom derivation macro for Rust☆110Updated 6 years ago
- A work-stealing fork-join threadpool written in Rust.☆85Updated 7 years ago
- ☆54Updated 5 years ago