[dependencies.memchr]
optional = true
version = "2.7"
[features]
alloc = ["dep:memchr"]
default = ["std"]
std = ["alloc"]
[lib]
name = "byte_chisel"
path = "src/lib.rs"
[lints.clippy]
tabs_in_doc_comments = "allow"
undocumented_unsafe_blocks = "deny"
[lints.rust]
unsafe_op_in_unsafe_fn = "deny"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding"]
description = "A library for decoding byte-streams into data structures"
edition = "2024"
license = "EUPL-1.2"
name = "byte-chisel"
readme = "README.md"
repository = "https://codeberg.org/Fayti1703/byte-chisel"
version = "0.1.0"
[[test]]
name = "basic"
path = "tests/basic.rs"