bincode
There are 11 repositories under bincode topic.
TheNeikos/rustbreak
A simple, fast and easy to use self-contained single file storage for Rust
surrealdb/revision
A Rust library for revision-tolerant serialisation and deserialisation, with support for schema evolution over time
dunnock/ipc-bench
Rust ipc-channel throughput benchmark between 2 processes
matteopolak/axum-codec
A multi-codec extractor and response writer for Axum.
pigeon-working-group/serde-perf
Performance comparison of various Serde based serialization and deserialization crates.
Tamschi/reserde
A RE-SErialising DEserialiser - that is: a document converter. Currently supports Bencode, Bincode, CBOR, JSON, TAML, XML, x-www-form-urlencoded and YAML.
hinto-janai/disk
(De)serialize files to/from disk
sum-catnip/serde-ipc
rust inter-process-communication over shared memory with serde
4t145/bincode-ts
A library to decode/encode bincode to JavaScript/TypeScript object.
alecmocatta/serde_pipe
Turn serde+bincode into a pipe: push `T`s and pull `u8`s, or vice versa.
Daelon02/benchmarks
Benchmarks for json, borsh and bincode.