Skip to content

v26-solutions/kv-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic Key-Value Store (Experimental)

A set of traits to work with key-value stores where both the storage and (De)Serialization backends can be chosen by upstream consumers.

Only serde base Serialize & Deserialize traits supported for now.

Usage

See test/mock/consumer.rs

Testing

$ cargo t

About

Generic Key-Value Storage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published