buffed 0.1.0

Traits & implementation of parsing buffered IO
Documentation
[workspace]
members = [ "fuzz" ]

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

[package.metadata.nix]
build = true

[features]
default = ["std"]
std = []

[[test]]
name = "buffed_reader_std"
path = "tests/buffed_reader_std.rs"
required_features = ["std"]