serde-rs / bytes
Wrapper types to enable optimized handling of &[u8] and Vec<u8>
☆317Updated last month
Related projects ⓘ
Alternatives and complementary repositories for bytes
- Conditional compilation according to rustc compiler version☆335Updated 3 weeks ago
- Async synchronization primitives☆255Updated 3 weeks ago
- Task abstraction for building executors☆401Updated 3 weeks ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆490Updated 4 months ago
- ☆443Updated 2 weeks ago
- A crate for safe and ergonomic pin-projection.☆613Updated this week
- A basic crate to encode values to hexadecimal representation. Originally extracted from rustc-serialize.☆203Updated 3 months ago
- Async I/O and timers☆448Updated this week
- a low-level library that provides config/cache/data paths, following the respective conventions on Linux, macOS and Windows☆185Updated last year
- Struct fields that are made read-only accessible to other modules☆222Updated last month
- Expanding opportunities standard library std::fs and std::io☆301Updated 10 months ago
- Serialize and deserialize C-like enum as underlying repr☆231Updated this week
- A set of alternative `derive` attributes for Rust☆420Updated 5 months ago
- Spin-based synchronization primitives☆482Updated 3 months ago
- Graph the number of crates that depend on your crate over time☆231Updated this week
- ☆265Updated 3 months ago
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆392Updated 3 weeks ago
- Procedural macro for recursive async functions☆209Updated 6 months ago
- Compile-time string formatting☆212Updated 2 months ago
- Async executor☆333Updated 3 weeks ago
- A library for to allow multiple return types by automatically generated enum.☆350Updated last week
- A lightweight version of pin-project written with declarative macros.☆226Updated last week
- Just, really the littlest Vec you could need. So smol.☆649Updated 2 months ago
- x-www-form-urlencoded meets Serde☆228Updated 2 months ago
- Adaptors between compression crates and Rust's async IO types☆403Updated 2 weeks ago
- Generate cargo instructions at compile time in build scripts for use with the env! or option_env! macros☆395Updated last week
- A if/elif-like macro for Rust #[cfg] statements☆568Updated last week
- Check if tables and items in a .toml file are lexically sorted☆217Updated 3 weeks ago
- A thread pool for isolating blocking I/O in async programs☆341Updated 3 weeks ago
- Rust crate for a convenient RAII scope guard.☆475Updated last year