[go: up one dir, main page]

sval_protobuf 0.2.3

protobuf encoding for sval
Documentation
[dependencies.bytes]
optional = true
version = "1"

[dependencies.sval]
features = ["alloc"]
version = "2.8"

[dev-dependencies.sval_derive]
features = ["alloc", "flatten"]
version = "2.8"

[[example]]
name = "protoscope"
path = "examples/protoscope.rs"

[lib]
name = "sval_protobuf"
path = "src/lib.rs"

[package]
authors = ["Ashley Mannix <ashleymannix@live.com.au>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "no-std"]
description = "protobuf encoding for sval"
documentation = "https://docs.rs/sval_protobuf"
edition = "2021"
keywords = ["serialization", "no_std"]
license = "Apache-2.0 OR MIT"
name = "sval_protobuf"
readme = "README.md"
repository = "https://github.com/KodrAus/sval_protobuf"
version = "0.2.3"