tower120 / any_vecLinks
Rust type erased vector.
☆20Updated last month
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.☆43Updated 3 years ago
- Exeprimental visual terminal for egui☆87Updated 2 years ago
- A Rust Library for Numerical Equation Solving, Optimisation, and Integration☆30Updated 2 months ago
- A low-ish level tool for easily writing and hosting WASM based plugins.☆70Updated last year
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆39Updated last year
- Asynchronize blocking operation.☆26Updated 3 years ago
- Types to define keyboard related events☆67Updated 2 weeks ago
- Arena allocator with scopes☆44Updated 2 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆50Updated last year
- A Rust memory allocator for large slices that don't escape the stack.☆31Updated 3 years ago
- Rust crate for making Read streams peekable.☆26Updated 4 years ago
- A Rust library for runtime-checked linearish types☆36Updated 2 years ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆106Updated last month
- Some benchmarks for generational arenas in rust☆30Updated last year
- Safe, fully-featured bindings to the Tracy profiler☆26Updated 3 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆34Updated 11 months ago
- Use winit like the async runtime you've always wanted☆49Updated last year
- Traits extending the Rust Range structs in std::ops☆41Updated 2 years ago
- Trait generalization of the fundamental types☆46Updated last year
- A simple, modern fuzzy finder tool to run examples in a Cargo project.☆14Updated 2 years ago
- Zero-cost bitsets over native Rust types☆78Updated 6 months ago
- Helps you frob those bits☆40Updated last year
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆44Updated last month
- Utility to inherit dependencies from workspace file if it occurs 'n' or more times throughout the project.☆32Updated 2 years ago
- ☆27Updated 2 years ago
- Support for variety of disjoint impls distinguished by associated types☆21Updated this week
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆39Updated 10 months ago
- A tiny crate mimicking Elixir's pipe operator for Rust without macros.☆36Updated 4 years ago
- A zero-allocation library providing const-generic implementations of Bézier curves, B-Spline curves and specialized implementations of up…☆48Updated last year
- Pathfinding on grids using jumping point search and connected components.☆26Updated 9 months ago