bytebuffer-new 0.2.2

A byte buffer for networking and binary protocols
Documentation
[package]
name = "bytebuffer-new"
version = "0.2.2"
authors = ["Terah <terah.dev@gmail.com>", "Shiroy <awacheux.utc@gmail.com>"]
description = "A byte buffer for networking and binary protocols"
homepage = "https://github.com/Terah-/rust-bytebuffer"
repository = "https://github.com/Terah-/rust-bytebuffer"
keywords = ["byte", "buffer", "network", "protocol"]
license = "MIT OR Apache-2.0"

[dependencies]
byteorder = "1.2.3"

[badges]
travis-ci = { repository = "terahxluna/rust-bytebuffer" }