[lib]
name = "bytecraft"
path = "src/lib.rs"
[package]
authors = ["Igor Glushatov <igor.743646@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding"]
description = "A flexible and efficient library for reading and writing binary data in Rust."
documentation = "https://docs.rs/bytecraft"
edition = "2021"
exclude = ["tests/*"]
keywords = ["bytecraft", "byte", "reader", "writer", "serialization"]
license = "MIT OR Apache-2.0"
name = "bytecraft"
readme = "README.md"
repository = "https://github.com/Igor743646/bytecraft"
rust-version = "1.80.0"
version = "0.2.4"