tower120 / any_vecLinks
Rust type erased vector.
☆19Updated last week
Alternatives and similar repositories for any_vec
Users that are interested in any_vec are comparing it to the libraries listed below
Sorting:
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆42Updated 3 years ago
- Exeprimental visual terminal for egui☆87Updated 2 years ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- Arena allocator with scopes☆44Updated 2 years ago
- image segmentation on video and images☆48Updated last year
- Asynchronize blocking operation.☆26Updated 3 years ago
- Some benchmarks for generational arenas in rust☆29Updated last year
- Types to define keyboard related events☆65Updated 2 weeks ago
- A zero-allocation library providing const-generic implementations of Bézier curves, B-Spline curves and specialized implementations of up…☆47Updated 11 months ago
- Use winit like the async runtime you've always wanted☆50Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆49Updated last year
- A Rust library for runtime-checked linearish types☆35Updated 2 years ago
- The first compute-centric vector graphic video game☆70Updated last year
- A low-ish level tool for easily writing and hosting WASM based plugins.☆70Updated last year
- Trait generalization of the fundamental types☆44Updated last year
- Traits extending the Rust Range structs in std::ops☆38Updated 2 years ago
- A kludgey 2d game engine written in Rust atop wgpu☆74Updated 5 months ago
- A Rust Library for Numerical Equation Solving, Optimisation, and Integration☆29Updated last month
- ☆27Updated 2 years ago
- Safe, fully-featured bindings to the Tracy profiler☆25Updated last month
- Static Linear Algebra System☆36Updated 2 years ago
- Trait implementation generator macro