xxshady / relib
a framework for reloadable dynamic libraries (plugins) in Rust
☆16Updated last week
Alternatives and similar repositories for relib:
Users that are interested in relib are comparing it to the libraries listed below
- Const TypeId and non-'static TypeId☆64Updated 3 weeks ago
- Zero-cost type for stack without complicated type or Box☆45Updated 2 weeks ago
- A rust crate to find the total size of an object, on the stack and on the heap☆106Updated last year
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆56Updated last year
- Thread Safe Reactive Data Structure. Made with ❤️ for 🦀☆41Updated last year
- Typed any map for rust☆65Updated 3 months ago
- Adapters to convert between different writable APIs.☆21Updated 3 months ago
- A Rust library for runtime-checked linearish types☆32Updated last year
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆47Updated 3 weeks ago
- Generate enum variants inline☆57Updated last year
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆37Updated last year
- Generate Rust enum variants without associated data☆93Updated last year
- A safe library for allocating arbitrarily sized data on the stack at runtime in Rust.☆18Updated 10 months ago
- structured parallel execution for async Rust☆33Updated 7 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 5 months ago
- SerdeV - Serde with Validation☆57Updated 3 weeks ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆20Updated 8 months ago
- A Rust Vector which swaps to disk based on given parameters