protozer0 0.2.1

Simple protobuf decoder based on the protozero C++ library
Documentation
[lib]
name = "protozer0"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["encoding"]
description = "Simple protobuf decoder based on the protozero C++ library"
edition = "2021"
keywords = ["protobuf"]
license = "MPL-2.0 AND BSD-2-Clause AND Apache-2.0"
name = "protozer0"
readme = false
repository = "https://gitlab.com/LeLuxNet/protozer0"
version = "0.2.1"

[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies.varint-simd]
version = "0.4"