Shizcow / hotpatch
Changing function definitions at runtime in Rust
☆130Updated 2 years ago
Alternatives and similar repositories for hotpatch:
Users that are interested in hotpatch are comparing it to the libraries listed below
- Statically-checked alternatives to RefCell and RwLock☆367Updated 7 months ago
- Typed index version of Rust slice and Vec containers☆68Updated 4 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆176Updated 10 months ago
- Delegation of trait implementations via procedural macros☆260Updated 6 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆156Updated last month
- A collection of small utilities for working with pointer types in Rust.☆119Updated 3 weeks ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆182Updated 3 years ago
- Utilities for dealing with substructures within syn macros☆139Updated 6 months ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆121Updated 3 years ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆139Updated last year
- ☆123Updated 2 years ago
- A library for compact bit sets containing enums.☆96Updated 2 months ago
- Generic Atomic<T> type for Rust☆226Updated last year
- Allocation-free data structures that make do with the memory they're given☆145Updated 2 years ago
- A fast, concurrent string interner☆148Updated 5 months ago
- "A very small syn"☆200Updated 2 weeks ago
- Procedural macros in expression position☆204Updated 2 years ago
- Garbage collected smart pointers for Rust☆267Updated 3 years ago
- dipa makes it easy to efficiently delta encode large Rust data structures.☆265Updated 3 years ago
- Utility for comparing two structs and re-applying the differences to other structs☆119Updated last year
- Define custom errors without boilerplate using the custom_error! macro.☆75Updated 3 years ago
- A fast intrusive flamegraph☆234Updated 2 years ago
- The feature-rich, portable async channel library☆251Updated 2 years ago
- offsetof for Rust☆225Updated 10 months ago
- Rust ABI safe code generator