[features]
default = ["std"]
std = []
[package]
authors = ["Austreelis"]
categories = ["no-std::no-alloc", "parsing", "encoding", "rust-patterns"]
description = "Traits & implementation of parsing buffered IO"
documentation = "https://docs.rs/buffed/0.1.0/buffed"
edition = "2021"
exclude = ["TODO.md", "flake.nix", "flake.lock", "/nix/", "rustfmt.toml", "/fuzz/"]
keywords = ["buffered", "io"]
license = "MIT OR Apache-2.0"
name = "buffed"
readme = "README.md"
repository = "https://gitlab.com/austreelis/buffed"
rust-version = "1.67.1"
version = "0.1.0"
[package.metadata.nix]
build = true
[[test]]
name = "buffed_reader_std"
path = "tests/buffed_reader_std.rs"