[package] edition = "2018" name = "byte_consumer" version = "0.2.0" authors = ["gliontos"] description = "An object that can consume memory slices without copying the slice.\nCan be useful when processing raw binary structured data at a low level\nsuch us when reading the contents of a file that has stored binary data.\n" license = "GPL-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]