#codec #binary #json #decoding

kodec

Simple crate defining common interface for encoders and decoders

1 unstable release

0.1.0 Oct 24, 2022

#2264 in Encoding

46 downloads per month
Used in 5 crates

Apache-2.0

6KB
100 lines

kodec

Simple crate defining common interface for encoders and decoders.

Also provides JSON and binary (bincode) codec implementations that can be enabled with json and/or binary features.

ko-fi

see also

Serde

Serde JSON

Bincode


lib.rs:

Simple crate defining common interface for encoders and decoders.

Also provides JSON and binary (bincode) codec implementations that can be enabled with json and/or binary features.

Dependencies

~110–510KB
~11K SLoC