Shizcow / hotpatchLinks
Changing function definitions at runtime in Rust
☆134Updated 3 years ago
Alternatives and similar repositories for hotpatch
Users that are interested in hotpatch are comparing it to the libraries listed below
Sorting:
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- dipa makes it easy to efficiently delta encode large Rust data structures.☆273Updated 3 years ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 4 years ago
- Typed index version of Rust slice and Vec containers☆75Updated last month
- Utility for comparing two structs and re-applying the differences to other structs☆124Updated 2 years ago
- Utilities for dealing with substructures within syn macros☆143Updated 8 months ago
- A collection of small utilities for working with pointer types in Rust.☆133Updated 11 months ago
- Delegation of trait implementations via procedural macros☆280Updated 2 weeks ago
- Display syntax-diagrams for Rust-macros on docs.rs and doc.rust-lang.org☆197Updated 2 years ago
- ☆125Updated 3 years ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆142Updated 2 years ago
- Abstract over the atomicity of reference-counting pointers in rust☆168Updated last month
- A fast, concurrent string interner☆162Updated last year
- A simple bitset container for Rust☆158Updated 6 months ago
- "A very small syn"☆212Updated 11 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 7 months ago
- A library for compact bit sets containing enums.☆120Updated 3 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 4 months ago
- A tool to detect code paths leading to Rust's panic handler☆220Updated 4 years ago
- prae is a crate that aims to provide a better way to define types that require validation.☆135Updated 2 years ago
- A light wrapper around rr, the time-travelling debugger☆145Updated 2 years ago
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆113Updated last year
- Rust ABI safe code generator☆190Updated 8 months ago
- Proc-macro typestate DSL for Rust☆153Updated 2 years ago
- Spawn processes with arbitrary closures in rust☆114Updated 4 years ago
- Eventually consistent values for Rust☆126Updated 3 years ago
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆273Updated last week
- Rust crate to time your function using derive annotations.☆86Updated 2 years ago
- A whitespace-aware quasiquoter for beautiful code generation.☆196Updated last month