buffering 0.5.0

A library primarily designed for network packet buffer operations
Documentation
[package]
name = "buffering"
edition = "2018"
version = "0.5.0"
authors = ["John Baublitz <john.m.baublitz@gmail.com>"]
description = "A library primarily designed for network packet buffer operations"
license = "BSD-3-Clause"
repository = "https://github.com/jbaublitz/buffering"
keywords = ["buffer", "network"]
include = [
    "**/*.rs",
    "Cargo.toml",
    "LICENSE",
]

[dev-dependencies]
byteorder = "1"

[dependencies.buffering_nocopy_macro]
path = "./nocopy_macro"
version = "0.2.0"