mehcode / guerrillaLinks
☢ Guerrilla (or Monkey) Patching in Rust for (unsafe) fun and profit.
☆121Updated 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 3 years ago
- ☆125Updated 3 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Procedural macros in expression position☆203Updated 2 years ago
- Spawn processes with arbitrary closures in rust☆113Updated 4 years ago
- Utility wrapper to send non send types to other threads safely☆188Updated 6 months ago
- Compile the Git version (tag name, or hash otherwise) and dirty state into your Rust program.☆121Updated last year
- Execute your code on the Rust ecosystem.☆184Updated last month
- Copy-on-write string utilities for Rust☆158Updated last year
- A typesafe store keyed by types and containing different types of values.☆179Updated 6 years ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- An allocator that can track and limit memory usage.☆214Updated 2 years ago
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆142Updated last week
- Utilities for dealing with substructures within syn macros☆142Updated 4 months ago
- skiplist☆142Updated 3 years ago
- Provides a crate with information from the time it was built.☆183Updated this week
- Macro for writing nested `if let` expressions☆168Updated last month
- ☆112Updated 2 years ago
- generators☆209Updated 2 years ago
- Migrated to Codeberg☆79Updated 2 years ago
- Scroll - making scrolling through buffers fun since 2016☆175Updated 3 weeks ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆90Updated 3 months ago
- Make trait methods callable without the trait in scope☆157Updated 2 weeks ago
- A tool to detect code paths leading to Rust's panic handler☆217Updated 4 years ago
- A cross platform rust debugger hook☆71Updated 4 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 6 years ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 4 months ago
- ☆162Updated last year
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆129Updated 5 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year