binary-codec 0.3.0

A binary codec for Rust that provides serialization and deserialization of data structures to and from binary formats.
Documentation
[dependencies.binary-codec-derive]
version = "0.3.0"

[lib]
name = "binary_codec"
path = "src/lib.rs"

[package]
authors = ["maurictg"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A binary codec for Rust that provides serialization and deserialization of data structures to and from binary formats."
edition = "2024"
homepage = "https://github.com/maurictg/Binary-Codec"
keywords = ["binary", "codec", "serialization", "deserialization"]
license = "MIT"
name = "binary-codec"
publish = true
readme = "README.md"
repository = "https://github.com/maurictg/Binary-Codec"
resolver = "1"
version = "0.3.0"