bincode

Encoder

A compact binary encoder/decoder implementation for Rust

A binary encoder / decoder implementation in Rust.

GitHub

3k stars
27 watching
273 forks
Language: Rust
last commit: 13 days ago
Linked from 1 awesome list

binaryencodingrustserialization

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
jbaum98/bencode.rs A Rust library for parsing binary-encoded data using the Nom parser combinator framework 2
rubencaro/cipher A cryptographic library for encrypting and decrypting arbitrary binary data in Elixir 61
burntsushi/byteorder A Rust library for encoding and decoding numbers in different byte orders. 982
mongodb/bson-rust A Rust library for encoding and decoding binary JSON-like documents with datetime and UUID support. 406
bytecodealliance/wasmtime A fast and secure runtime for WebAssembly that generates high-quality machine code ahead-of-time or at runtime. 15,404
bytecodealliance/rustix A safe Rust interface to POSIX-like system calls with configurable backends. 1,491
peco602/rust-universal-compiler A container solution to compile Rust projects across multiple operating systems. 32
ghostiam/binstruct Decodes binary data into structured format 97
libp2p/rust-libp2p A Rust implementation of a peer-to-peer networking stack for decentralized applications. 4,609
nrc/zero A Rust library for parsing binary data without allocating memory on the heap. 47
fxamacker/cbor A library for encoding and decoding binary data in a compact and secure format. 739
lifthrasiir/rust-encoding A Rust library providing advanced character encoding support with error detection and recovery capabilities 284
rustcrypto/formats Provides tools and libraries for encoding and decoding various cryptographic formats 250
mirkosertic/bytecoder A tool to interpret and transpile JVM bytecode into other programming languages like JavaScript, WebAssembly, or OpenCL. 897
scodec/scodec A combinator-based library for encoding and decoding binary data with a focus on pure functional programming and statically verified type mappings. 809