async-proto 0.26.14

Simple async binary network protocols
Documentation
1
2
3
4
5
6
use async_proto_derive::impl_protocol_for;

impl_protocol_for! {
    #[async_proto(attr(cfg_attr(docsrs, doc(cfg(feature = "bytesize")))))]
    struct bytesize::ByteSize(u64);
}