jethrogb / rust-reduce
`rust-reduce` will try to make the source file smaller by interpreting it as valid Rust code and intelligently removing parts of the code.
☆98Updated 4 months ago
Related projects ⓘ
Alternatives and complementary repositories for rust-reduce
- Spawn processes with arbitrary closures in rust☆109Updated 3 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 5 years ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆121Updated 3 years ago
- A tool for finding large memcpy's in llvm ir☆59Updated 5 years ago
- Type-safe transmutations between layout-compatible types.☆120Updated 4 years ago
- This crate guarantees that your application is free of panicking branches☆177Updated 5 years ago
- home for proposals in and around compile-time function evaluation☆105Updated last year
- A proc-macro to break Rust IDEs☆63Updated 3 years ago
- In support of measuring heap allocations in Rust programs.☆99Updated 5 years ago
- A Rust compiler plugin and support library to annotate overflow behavior☆105Updated last year
- GLL parsing framework.☆138Updated 8 months ago
- Machine scalar casting that meets your expectations☆73Updated 3 years ago
- ☆66Updated 3 years ago
- exhaustive testing library☆58Updated 3 months ago
- Safely combine results☆81Updated 2 months ago
- Procedural macro span debugger/visualizer☆40Updated 4 years ago
- A list of useful Rust crates.☆42Updated 7 years ago
- A crate with indexed arenas with small memory footprint☆76Updated 2 months ago
- А procedural macro useful for testing/fuzzing stateful models against a semantically equivalent but obviously correct implementation☆81Updated last year
- tracking performance of rustc-generated binaries over time☆105Updated last year
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 2 years ago
- Tutorial and demo of rust compiler replacement tooling☆56Updated 3 years ago
- 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
- Concatenate identifiers in a macro invocation☆93Updated last year
- skiplist☆140Updated 2 years ago
- Prototype extension of the Rust type system towards checking units-of-measure☆108Updated 4 years ago
- A collection of small utilities for working with pointer types in Rust.☆119Updated last year
- "Freedom from syn": Proc macro tools for operating on token trees☆107Updated 4 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆99Updated last year