#codec #binary #json #decoding

kodec

Simple crate defining common interface for encoders and decoders

1 unstable release

0.1.0 Oct 24, 2022

#2119 in Encoding

Download history 1/week @ 2024-01-08 5/week @ 2024-02-12 13/week @ 2024-02-19 32/week @ 2024-02-26 10/week @ 2024-03-04 14/week @ 2024-03-11 16/week @ 2024-03-18

73 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