[dependencies.num-traits]
version = "0.2.18"
[dependencies.thiserror]
version = "2.0.11"
[lib]
name = "bitchomp"
path = "src/lib.rs"
[package]
authors = ["KingPEPSALT", "AnthonyFuller"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding"]
description = "A library for reading in different types from a buffer of bytes."
edition = "2021"
keywords = ["byte", "bytes", "endian", "reading", "writing"]
license = "AGPL-3.0-or-later"
name = "bitchomp"
readme = "README.md"
repository = "https://github.com/KingPEPSALT/bitchomp"
version = "0.3.1"