futures_cbor_codec 0.1.1

A codec for framing an AsyncRead/AsyncWrite with cbor for all types that are serializable with serde
1
2
3
4
5
#!/usr/bin/env sh

cargo check
cargo test
cargo test --release