tower120 / any_vecLinks
Rust type erased vector.
☆17Updated last year
Alternatives and similar repositories for any_vec
Users that are interested in any_vec are comparing it to the libraries listed below
Sorting:
- Asynchronize blocking operation.☆26Updated 3 years ago
- Count and convert between various ways of indexing utf8 string slices.☆16Updated 7 months ago
- Rust UI Framework (WIP)☆18Updated 5 years ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆41Updated last month
- Types to define keyboard related events☆65Updated 2 weeks ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 8 months ago
- 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
- Provides truly zero-cost alternatives to Iterator::step_by for both incrementing and decrementing any type that satisfies RangeBounds<T: …☆13Updated 3 years ago
- A primitive for writing structural search and replace programs for rust☆31Updated 11 months ago
- Use winit like the async runtime you've always wanted☆51Updated last year
- ☆34Updated 3 years ago
- Helps you frob those bits☆38Updated 10 months ago
- A Rust library for runtime-checked linearish types☆34Updated last year
- 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
- Mathematical expression calculator with big integers, floats, common fractions, and complex numbers support☆28Updated 3 years ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- Support for mutually disjoint impls☆21Updated 3 months ago
- myrrlyn’s wyzyrdly library☆25Updated last year
- Count lines of code across your entire dependency tree☆18Updated last year
- Static Linear Algebra System☆36Updated last year
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated 8 months ago
- Convenient drawing of objects such as shapes, lines and text to buffers☆17Updated 4 years ago
- A simple, modern fuzzy finder tool to run examples in a Cargo project.☆14Updated 2 years ago
- the definitive non-empty slice/array/vec library for Rust☆16Updated last year
- Zero-cost bitsets over native Rust types☆78Updated 2 months ago
- ☆21Updated 2 years ago
- Unbuffered and unlocked I/O streams☆45Updated 3 months ago
- Zero-terminated string types for FFI.☆13Updated 2 years ago
- structured parallel execution for async Rust☆33Updated 10 months ago
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆31Updated 2 years ago