binary-codec 0.2.3

A binary codec for Rust that provides serialization and deserialization of data structures to and from binary formats.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "binary-codec"
version = "0.2.3"
edition = "2024"
license = "MIT"
homepage = "https://github.com/maurictg/Binary-Codec"
repository = "https://github.com/maurictg/Binary-Codec"
readme = "../README.md"
description = "A binary codec for Rust that provides serialization and deserialization of data structures to and from binary formats."
authors = ["maurictg"]
keywords = ["binary", "codec", "serialization", "deserialization"]
publish = true

[dependencies]
binary-codec-derive = "0.2.3"