archshift / dynstackLinks
A stack for rust trait objects that minimizes allocations
☆127Updated 3 years ago
Alternatives and similar repositories for dynstack
Users that are interested in dynstack are comparing it to the libraries listed below
Sorting:
- Small Box optimization: store small item on stack and fallback to heap for large item.☆90Updated 2 months ago
- skiplist☆142Updated 3 years ago
- A collection of small utilities for working with pointer types in Rust.☆128Updated 8 months ago
- Generic Atomic<T> type for Rust☆240Updated 2 weeks ago
- Async stream for Rust and the futures crate.☆187Updated this week
- Copy-on-write string utilities for Rust☆158Updated last year
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- ☆125Updated 3 years ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Fast functions for printing floating-point primitives to a decimal string☆127Updated 2 weeks ago
- 🌵 Cycle-Aware Reference Counting in Rust☆151Updated last week
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Scroll - making scrolling through buffers fun since 2016☆175Updated 3 weeks ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- A simple bitset container for Rust☆150Updated 3 months ago
- Extended utilities for working with files and filesystems in Rust☆149Updated last year
- offsetof for Rust☆228Updated last year
- Procedural macros in expression position☆203Updated 2 years ago
- A minimalistic async/await executor for Rust☆234Updated last year
- A sha1 implementation useable in const contexts☆87Updated last year
- Scoped Thread Local Storage for Rust☆56Updated 2 years ago
- ☆60Updated 2 years ago
- Run closures in parallel☆115Updated 8 months ago
- Utilities for dealing with substructures within syn macros☆142Updated 4 months ago
- docs.rs as a publishing platform?☆71Updated 2 weeks ago
- Better reference counted strings for Rust☆136Updated last year
- Type-safe transmutations between layout-compatible types.☆122Updated 5 years ago
- Utility wrapper to send non send types to other threads safely☆188Updated 6 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆214Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆172Updated last month