devashishdxt / desse
Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).
☆106Updated last year
Alternatives and similar repositories for desse:
Users that are interested in desse are comparing it to the libraries listed below
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 2 months ago
- skiplist☆141Updated 3 years ago
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 4 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 3 years ago
- Run closures in parallel☆113Updated last month
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆178Updated 11 months ago
- Rust syntax sugar collections.☆129Updated 5 years ago
- Concurrent hash trie☆51Updated 4 years ago
- Utilities for pinning☆97Updated 11 months ago
- A circular buffer with fixed capacity (Rust).☆103Updated last year
- Safely combine results☆81Updated 6 months ago
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated last year
- Spawn processes with arbitrary closures in rust☆110Updated 3 years ago
- ☆52Updated 5 years ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- Coroutine and async/await support for tokio-based futures☆119Updated 5 years ago
- Wrapper around generic-array that adds efficient numeric trait implementations☆64Updated 8 months ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- Procedural macros in expression position☆204Updated 2 years ago
- Command line flags library that does not require a central list of all the flags☆55Updated 2 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 5 years ago
- A stack for rust trait objects that minimizes allocations☆128Updated 2 years ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆154Updated 3 years ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆268Updated last year
- A clean, efficient parser combinator☆124Updated 3 years ago
- A crate with indexed arenas with small memory footprint☆77Updated 6 months ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆64Updated 2 years ago
- Asynchronous TLS/SSL streams for Tokio using Rustls.☆141Updated last week