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
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 4 years ago
- dipa makes it easy to efficiently delta encode large Rust data structures.☆272Updated 4 years ago
- A collection of small utilities for working with pointer types in Rust.☆133Updated last year
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆115Updated 8 months ago
- Utility for comparing two structs and re-applying the differences to other structs☆124Updated 2 years ago
- Typed index version of Rust slice and Vec containers☆75Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆179Updated 5 months ago
- Small, fast, synchronization primitives☆254Updated last year
- Delegation of trait implementations via procedural macros☆279Updated last month
- Utilities for dealing with substructures within syn macros☆143Updated 8 months ago
- Eventually consistent values for Rust☆125Updated 3 years ago
- Garbage collected smart pointers for Rust☆270Updated 4 years ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆142Updated 2 years ago
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆113Updated last year
- ☆126Updated 3 years ago
- A whitespace-aware quasiquoter for beautiful code generation.☆197Updated last month
- "A very small syn"☆212Updated 11 months ago
- A simple bitset container for Rust☆160Updated 7 months ago
- ☆111Updated 3 years ago
- A Mutex wrapper tracking acquisition order☆74Updated last month
- Versioned data-structures for Rust☆208Updated 11 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆187Updated 2 months ago
- offsetof for Rust☆228Updated last year
- 🌵 Cycle-Aware Reference Counting in Rust☆152Updated 2 months ago
- A fast, concurrent string interner☆164Updated last year
- Rust ABI safe code generator☆191Updated 9 months ago
- Utility wrapper to send non send types to other threads safely☆185Updated 10 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆276Updated last week
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆128Updated 5 years ago