buffering 0.5.0

A library primarily designed for network packet buffer operations
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.buffering_nocopy_macro]
version = "0.2.0"

[dev-dependencies.byteorder]
version = "1"

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