[dependencies.bytey_byte_buffer]
version = "0.3.0"
[dependencies.bytey_derive]
version = "0.3.0"
[lib]
name = "bytey"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures", "encoding", "network-programming"]
description = "Bytey provides a convenient and easy to use byte storage"
edition = "2021"
homepage = "https://github.com/Stefanowhb/bytey"
keywords = ["buffers", "io", "utility", "byte", "endian"]
license = "MIT"
name = "bytey"
readme = "README.md"
repository = "https://github.com/Stefanowhb/bytey"
version = "0.4.0"