kv-derive-impl 1.0.1

Derive struct conversions from and to key-value vectors
Documentation
1
2
3
use crate::error::Error;

pub type Result<T> = std::result::Result<T, Error>;