quick-protobuf 0.8.1

A pure Rust protobuf (de)serializer. Quick.
Documentation
[package]
name = "quick-protobuf"
description = "A pure Rust protobuf (de)serializer. Quick."
version = "0.8.1"
authors = ["Johann Tuffe <tafia973@gmail.com>"]
keywords = ["protobuf", "parser"]
license = "MIT"
readme = "README.md" 
documentation = "https://docs.rs/quick-protobuf"
repository = "https://github.com/tafia/quick-protobuf"
edition = "2018"

[dependencies]
byteorder = { version = "1.3.4", default-features = false }

[dev-dependencies]
lazy_static = "1.4.0"
trybuild = "1.0.71"

[features]
default = ["std"]
std = ["byteorder/std"]