Crates.io | kodec |
lib.rs | kodec |
version | 0.1.0 |
source | src |
created_at | 2022-10-24 14:30:40.50074 |
updated_at | 2022-10-24 14:30:40.50074 |
description | Simple crate defining common interface for encoders and decoders. |
homepage | |
repository | https://github.com/zduny/kodec |
max_upload_size | |
id | 695909 |
size | 16,778 |
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.