# 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](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/O5O31JYZ4) ## see also [Serde](https://serde.rs/) [Serde JSON](https://github.com/serde-rs/json) [Bincode](https://github.com/bincode-org/bincode)