#codec

kodec

Simple crate defining common interface for encoders and decoders

1 unstable release

0.1.0 Oct 24, 2022

#672 in #codec


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

~100–520KB
~11K SLoC