Closed schungx closed 4 years ago
Changes:
Payload
Vec<u8>
Cow<'static, str>
Publish
Sorry, since you don't have a rustfmt.toml, it messes up your formatting a bit.
rustfmt.toml
As discussed in #11, I'm going to close this without benchmarks to show they speed things up.
Changes:
Payload
with a minimum fixed buffer of 8 bytes. Anything larger goes into aVec<u8>
.Payload
.Cow<'static, str>
forPublish
topic to enable using constant strings as topics.Sorry, since you don't have a
rustfmt.toml
, it messes up your formatting a bit.