cameleon-v0.1.9
Feature
recv_blocking()
method was introduced onPayloadReceiver
. It allows callers to wait for a frame without using futures. By @strohel in #153
Improvement
- Dependencies were trimmed down,
cameleon
and sub-crates no longer pullasync-std
,futures
and some other smaller crates. #154 #157 #158
Misc
Full Changelog: cameleon-v0.1.8...cameleon-v0.1.9