ezmsg 0.6.0

Simple buffer with a topic and parameters.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ezmsg"
version = "0.6.0"
authors = ["jan.danielsson@qrnch.com"]
edition = "2018"
license = "0BSD"
keywords = [ "network" ]
repository = "https://github.com/openqrnch/ezmsg"
description = "Simple buffer with a topic and parameters."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
#default = ["bytes"]

[dependencies]
bytes = { version = "0.5", optional = true }