rukai / treeflection
A rust library that provides pseudo-reflection for structs and enums
☆22Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for treeflection
- ☆23Updated 5 years ago
- ☆25Updated 4 years ago
- lonely is a no_std+alloc+no TLS task executor for the Rust async/await ecosystem, focused on minimizing cross-core synchronization overhe…☆18Updated 4 years ago
- ☆21Updated 3 years ago
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- Rust library for making easy parallel pipelines with Iterators.☆31Updated 4 years ago
- Methods on HashMap and BTreeMap for safely getting multiple mutable references to the contained values.☆18Updated 7 years ago
- An implementation of Kensler's hashed permutation algorithm☆16Updated this week
- A single-threaded executor for deferred async code for games.☆55Updated last year
- Additional utilities around the bytes crate☆18Updated 4 months ago
- Repo for the Rust `platform` crate.☆22Updated 5 years ago
- Take a reference and get back a slice of length one☆26Updated 3 years ago
- high-speed metrics collection library in Rust☆19Updated 5 years ago
- A sanity checker for global allocations in Rust☆48Updated 5 months ago
- A growable bit-vector for Rust, optimized for size☆39Updated 7 months ago
- OS native dialogs for Windows, MacOS, and Linux☆33Updated 2 years ago
- A Rust crate for working with a group of Components (in the Specs ECS)☆20Updated 3 years ago
- Cache & In-Memory optimizations for Rust, revived from the slabs of Sumer.☆30Updated 4 years ago
- Cast between dynamic trait objects☆32Updated 4 years ago
- ☆35Updated 2 years ago
- ☆20Updated 4 years ago
- [rust] Extensions to the Box type☆23Updated 5 years ago
- A trait-based system for creating async Wakers. Because RawWakers are healthier after they've been cooked.☆21Updated 3 years ago
- ☆11Updated 4 years ago
- ☆37Updated last year
- A dynamic library helper for rust crates☆34Updated last year
- Utility for reusing memory☆52Updated 4 years ago
- Observer pattern which generates a futures 0.3 stream of events☆40Updated 2 years ago
- Simple and Fast 2D rendering library for Rust, based on gfx-hal