[package] name = "load-buffer" version = "1.0.0" authors = ["Taylor C. Richberger "] edition = "2021" description = "Crate for loading data into a fixed-sized buffer. Similar to BufRead, but allowing static or dynamic sizes, and no_std use." license = "MPL-2.0" readme = "README.md" repository = "https://codeberg.org/Taywee/load-buffer" keywords = [ "buffer", "no-std", ] categories = [ "no-std", "no-std::no-alloc", ] [features] default = ["std", "alloc"] alloc = [] std = ["alloc"]