mehcode / guerrilla
☢ Guerrilla (or Monkey) Patching in Rust for (unsafe) fun and profit.
☆115Updated 2 years ago
Alternatives and similar repositories for guerrilla:
Users that are interested in guerrilla are comparing it to the libraries listed below
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 3 years ago
- An allocator that can track and limit memory usage.☆207Updated 2 years ago
- A rust crate to find the total size of an object, on the stack and on the heap☆106Updated last year
- Show unused code from multi-crate Rust projects☆98Updated 6 months ago
- Cargo subcommand for checking your documentation for broken links☆153Updated 3 months ago
- Make trait methods callable without the trait in scope☆136Updated 3 weeks ago
- ☆111Updated 2 years ago
- Atomic file-writes.☆98Updated 5 months ago
- Define custom errors without boilerplate using the custom_error! macro.☆74Updated 3 years ago
- ☆124Updated 2 years ago
- A procedural macro for auto logging output of functions☆191Updated 3 years ago
- Procedural macros in expression position☆204Updated 2 years ago
- Idiomatic argon2 password hashing for several languages☆146Updated 2 years ago
- Safely combine results☆81Updated 6 months ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 5 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 7 months ago
- Spawn processes with arbitrary closures in rust☆110Updated 3 years ago
- A super powered testing macro for Rust☆118Updated last month
- A simple bitset container for Rust☆132Updated 4 months ago
- Async fundamentals initiative: portable and interoperable☆76Updated 2 years ago
- A HashMap variant that spreads resize load across inserts☆191Updated 2 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆157Updated 3 weeks ago
- Conditional compilation according to rustc compiler version☆350Updated 3 weeks ago
- A Rust library to retry some code until its return value satisfies a condition.☆117Updated 2 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 3 months ago
- Chaotic Testing Harness☆59Updated 5 years ago
- Dependency injection for Rust☆48Updated 2 months ago