byteable 0.4.0

A Rust crate for convenient serialization and deserialization of byte-oriented data.
Documentation
[dependencies.byteable_derive]
optional = true
version = "0.1.0"

[dependencies.tokio]
features = ["full"]
optional = true
version = "1"

[features]
all = ["derive", "tokio"]
default = []
derive = ["dep:byteable_derive"]
tokio = ["dep:tokio"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust crate for convenient serialization and deserialization of byte-oriented data."
edition = "2024"
license = "MIT"
name = "byteable"
readme = "README.md"
repository = "https://github.com/PaulDepping/byteable"
version = "0.4.0"