teryror / cocaLinks
Allocation-free data structures that make do with the memory they're given
☆145Updated 3 years ago
Alternatives and similar repositories for coca
Users that are interested in coca are comparing it to the libraries listed below
Sorting:
- Utility wrapper to send non send types to other threads safely☆187Updated 5 months ago
- An updated version of linked-hash-map and friends☆122Updated 5 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆169Updated last month
- Copy-on-write string utilities for Rust☆159Updated last year
- Migrated to Codeberg☆79Updated 2 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆252Updated 2 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆134Updated 11 months ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆199Updated this week
- Synchronization primitives for Futures and async/await based on intrusive collections☆180Updated last year
- Threadsafe RefCell for Rust☆95Updated 5 months ago
- Graph the number of crates that depend on your crate over time☆251Updated 2 weeks ago
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- Oneshot Rust channel working both in and between sync and async environments☆92Updated 6 months ago
- Run closures in parallel☆114Updated 7 months ago
- A simple Cross-platform thread schedule and priority library for rust.☆134Updated last week
- ☆216Updated last month
- Fast, FFI-friendly string interning for Rust☆171Updated 11 months ago
- Define your own PhantomData☆156Updated 2 weeks ago
- ☆125Updated 3 years ago
- "A very small syn"☆209Updated 7 months ago
- Pull in every source file in a directory as a module☆177Updated 2 weeks ago
- Typed any map for rust☆67Updated 8 months ago
- Map data structure whose keys are stored as ranges☆94Updated last month
- A simple bitset container for Rust☆148Updated 2 months ago
- generators☆209Updated last year
- Small Box optimization: store small item on stack and fallback to heap for large item.☆89Updated 2 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 3 months ago
- Utilities for dealing with substructures within syn macros☆141Updated 4 months ago
- Open a scope and then freeze it in time for future access.☆107Updated last year
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated this week