kinode-dao / process_lib

Standard Library crate for Kinode processes written in Rust
Apache License 2.0
3 stars 2 forks source link

`Kv` should be instantiated with a pair of types that represent the keys and values in the store #38

Closed dr-frmr closed 7 months ago

dr-frmr commented 8 months ago

Currently you need to ser/de keys and values on every action. kv::Kv should fix this by letting you define the types (that must implement ser/de) and doing that work for you.