mehcode / guerrillaLinks
☢ Guerrilla (or Monkey) Patching in Rust for (unsafe) fun and profit.
☆122Updated 3 years ago
Alternatives and similar repositories for guerrilla
Users that are interested in guerrilla are comparing it to the libraries listed below
Sorting:
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 4 years ago
- ☆125Updated 3 years ago
- Concatenate identifiers in a macro invocation☆94Updated 2 years ago
- Compile the Git version (tag name, or hash otherwise) and dirty state into your Rust program.☆123Updated last year
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 6 years ago
- Execute your code on the Rust ecosystem.☆185Updated 2 months ago
- A HashMap variant that spreads resize load across inserts☆193Updated 9 months ago
- Write doc comments from macros☆101Updated 3 weeks ago
- Procedural macros in expression position☆204Updated 2 years ago
- An allocator that can track and limit memory usage.☆214Updated 2 years ago
- Copy-on-write string utilities for Rust☆158Updated last year
- Provides a crate with information from the time it was built.☆186Updated last week
- Scroll - making scrolling through buffers fun since 2016☆178Updated 2 months ago
- Idiomatic argon2 password hashing for several languages☆146Updated 2 years ago
- Cargo subcommand for checking your documentation for broken links☆155Updated 11 months ago
- Make trait methods callable without the trait in scope☆160Updated 3 weeks ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- A rust crate to find the total size of an object, on the stack and on the heap☆111Updated last year
- Spawn processes with arbitrary closures in rust☆113Updated 4 years ago
- ☆112Updated 2 years ago
- Run closures in parallel☆115Updated 9 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆180Updated last year
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 4 months ago
- Macro for writing nested `if let` expressions☆168Updated 2 months ago
- This crate guarantees that your application is free of panicking branches☆178Updated 6 years ago
- A simple bitset container for Rust☆155Updated 4 months ago
- 🌵 Cycle-Aware Reference Counting in Rust☆152Updated last week
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆129Updated 5 years ago
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆143Updated last month
- Abstract over the atomicity of reference-counting pointers in rust☆167Updated last month