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 4 months ago
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 5 years ago
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- Rust syntax sugar collections.☆129Updated 5 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- skiplist☆142Updated 3 years ago
- Safely combine results☆81Updated 7 months ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆64Updated 2 years ago
- Utilities for pinning☆97Updated last year
- ☆129Updated 5 years ago
- Spawn processes with arbitrary closures in rust☆110Updated 3 years ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 5 years ago
- Asynchronous TLS/SSL streams for Tokio using Rustls.☆141Updated last month
- Coroutine and async/await support for tokio-based futures☆119Updated 5 years ago
- ☆52Updated 5 years ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- A procedural macro for auto logging output of functions☆192Updated 3 years ago
- Unix signal handling for tokio☆88Updated 6 years ago
- An object pool manager in Rust☆196Updated 3 years ago
- Tokio doc blitz effort - A concerted effort to improve Tokio's documentation.☆51Updated 6 years ago
- Rust macro to generate self-referential structs☆210Updated 3 years ago
- A Rust library for generically joining iterables with a separator☆92Updated last year
- Concurrent hash trie☆53Updated 4 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Thread-safe object pool with automatic return and attach/detach semantics☆76Updated 7 months ago
- Run closures in parallel☆113Updated 3 months ago
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated last year