https://github.com/zduny/kodec
Simple crate defining common interface for encoders and decoders.
https://github.com/zduny/kodec
binary codec decoding encoding json rust
Last synced: about 1 month ago
JSON representation
Simple crate defining common interface for encoders and decoders.
- Host: GitHub
- URL: https://github.com/zduny/kodec
- Owner: zduny
- License: apache-2.0
- Created: 2022-05-28T17:43:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-14T21:47:29.000Z (over 2 years ago)
- Last Synced: 2025-09-20T09:33:48.465Z (9 months ago)
- Topics: binary, codec, decoding, encoding, json, rust
- Language: Rust
- Homepage: https://docs.rs/kodec/
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# kodec
[](https://github.com/zduny/kodec/actions)
[](https://crates.io/crates/kodec)
[](https://docs.rs/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.
[](https://ko-fi.com/O5O31JYZ4)
## example
See [rust-webapp-template](https://github.com/zduny/rust-webapp-template)
## see also
[Serde](https://serde.rs/)
[Serde JSON](https://github.com/serde-rs/json)
[Bincode](https://github.com/bincode-org/bincode)