byte_consumer 0.2.0

An object that can consume memory slices without copying the slice. Can be useful when processing raw binary structured data at a low level such us when reading the contents of a file that has stored binary data.
Documentation
1
2
3
4
5
6
7
8
9
[dependencies]

[package]
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"
edition = "2018"
license = "GPL-2.0"
name = "byte_consumer"
version = "0.2.0"