[dependencies.bytes-kman-derive]
version = "0.3"
[features]
core = []
default = ["core", "std"]
std = []
[lib]
name = "bytes_kman"
path = "src/lib.rs"
[package]
authors = ["konkitoman"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "serialize and deserialize bytes, a simple way to comunicate to other computer or to save state!"
edition = "2021"
keywords = ["serialize", "deserialize", "bytes"]
license = "GPL-3.0"
name = "bytes-kman"
readme = "README.md"
repository = "https://github.com/konkitoman/bytes"
version = "0.3.1"