[package]
edition = "2021"
name = "bin-it"
version = "1.2.0"
authors = ["Anand Aiyer <aaiyer@gmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple, efficient Rust library for binary serialization and deserialization"
homepage = "https://github.com/aaiyer/bin-it"
readme = "README.md"
keywords = [
"serialization",
"binary",
]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/aaiyer/bin-it"
[lib]
name = "bin_it"
path = "src/lib.rs"
[dependencies]