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
10
11
12
13
[dependencies]

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