| Crates.io | bytecodec |
| lib.rs | bytecodec |
| version | 0.5.0 |
| created_at | 2018-04-01 18:09:00.424081+00 |
| updated_at | 2025-05-05 10:32:57.150814+00 |
| 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 | 218,297 |
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