A binary encoder / decoder implementation in Rust.
☆3,072Aug 15, 2025Updated 7 months ago
Alternatives and similar repositories for bincode
Users that are interested in bincode are comparing it to the libraries listed below
Sorting:
- Tools for concurrent programming in Rust☆8,365Feb 22, 2026Updated 3 weeks ago
- Zero-copy deserialization framework for Rust☆4,090Feb 28, 2026Updated 3 weeks ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,295Feb 21, 2026Updated last month
- Rayon: A data parallelism library for Rust☆12,871Jan 6, 2026Updated 2 months ago
- An RPC framework for Rust with a focus on ease of use.☆3,681Feb 10, 2026Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,312Jan 7, 2026Updated 2 months ago
- Rust parser combinator framework☆10,333Aug 26, 2025Updated 6 months ago
- the champagne of beta embedded databases☆8,947Nov 4, 2025Updated 4 months ago
- Statistics-driven benchmarking library for Rust☆5,433Nov 29, 2025Updated 3 months ago
- Zero-cost asynchronous programming in Rust☆5,829Feb 15, 2026Updated last month
- Rust port of Google's SwissTable hash map☆2,881Mar 7, 2026Updated 2 weeks ago
- PROST! a Protocol Buffers implementation for the Rust Language☆4,636Mar 2, 2026Updated 2 weeks ago
- Serialization framework for Rust☆10,528Mar 6, 2026Updated 2 weeks ago
- derive(Error) for struct and enum error types☆5,382Feb 16, 2026Updated last month
- Blazing fast concurrent HashMap for Rust.☆3,977Mar 5, 2025Updated last year
- DEFLATE, gzip, and zlib bindings for Rust☆1,085Mar 13, 2026Updated last week
- Flexible concrete Error type built on std::Error☆6,464Feb 20, 2026Updated last month
- Application level tracing for Rust.☆6,575Mar 13, 2026Updated last week
- Compile time static maps for Rust☆2,108Mar 12, 2026Updated last week
- Metal I/O library for Rust.☆6,914Updated this week
- Utilities for working with bytes☆2,198Feb 4, 2026Updated last month
- Parser for Rust source code☆3,302Updated this week
- A safe and fast multi-producer, multi-consumer channel.☆2,971Dec 22, 2025Updated 2 months ago
- A fast bump allocation arena for Rust☆2,143Feb 26, 2026Updated 3 weeks ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,105Feb 20, 2026Updated last month
- An interpreter for Rust's mid-level intermediate representation☆5,966Updated this week
- A small and fast async runtime for Rust☆4,820Feb 23, 2026Updated 3 weeks ago
- Rust library for single assignment cells and lazy statics without macros☆2,070Mar 12, 2026Updated last week
- Some more derive(Trait) options☆2,085Mar 6, 2026Updated 2 weeks ago
- Rust library for reading/writing numbers in big-endian and little-endian.☆1,078Sep 25, 2024Updated last year
- Date and time library for Rust☆3,821Feb 23, 2026Updated 3 weeks ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,630Feb 16, 2026Updated last month
- Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3☆5,826Mar 11, 2026Updated last week
- A full featured, fast Command Line Argument Parser for Rust☆16,234Updated this week
- A small rust library for adding custom derives to enums☆2,328Mar 7, 2026Updated 2 weeks ago
- Temporary file library for rust☆1,414Mar 14, 2026Updated last week
- async fn(Request) -> Result<Response, Error>