bincode
Encoder
A compact binary encoder/decoder implementation for Rust
A binary encoder / decoder implementation in Rust.
3k stars
28 watching
274 forks
Language: Rust
last commit: about 1 month ago
Linked from 1 awesome list
binaryencodingrustserialization
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. | 989 |
mongodb/bson-rust | A Rust library for encoding and decoding binary JSON-like documents with datetime and UUID support. | 407 |
bytecodealliance/wasmtime | A lightweight WebAssembly runtime that provides a fast, secure, and standards-compliant execution environment for web-based applications. | 15,559 |
bytecodealliance/rustix | A safe Rust interface to POSIX-like system calls with configurable backends. | 1,512 |
peco602/rust-universal-compiler | A container solution to compile Rust projects across multiple operating systems. | 32 |
ghostiam/binstruct | Decodes binary data into structured format | 99 |
libp2p/rust-libp2p | An implementation of a peer-to-peer networking stack in Rust | 4,664 |
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. | 750 |
lifthrasiir/rust-encoding | A Rust library providing advanced character encoding support with error detection and recovery capabilities | 285 |
rustcrypto/formats | Provides tools and libraries for encoding and decoding various cryptographic formats | 253 |
mirkosertic/bytecoder | A tool to interpret and transpile JVM bytecode into other programming languages like JavaScript, WebAssembly, or OpenCL. | 903 |
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 |