ezmsg 0.6.2

Simple buffer with a topic and parameters.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ezmsg"
version = "0.6.2"
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."

[features]
#default = ["bytes"]

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