Crates.io | bytecodec |
lib.rs | bytecodec |
version | 0.4.15 |
source | src |
created_at | 2018-04-01 18:09:00.424081 |
updated_at | 2021-07-22 05:16:08.316956 |
description | A tiny framework for implementing encoders/decoders of byte-oriented protocols |
homepage | https://github.com/sile/bytecodec |
repository | https://github.com/sile/bytecodec |
max_upload_size | |
id | 58526 |
size | 212,002 |
A tiny Rust framework for implementing encoders/decoders of byte-oriented protocols.
Encode
and Decode
traits support incremental encoding and decodingencode/decode
methods
can be completely controlled by the callerEncodeExt
and DecodeExt
traitsjson_codec
and bincode_codec
modulesEncodeExt::map_err
and DecodeExt::map_err
methods