agentkv 0.1.1

Interface for agent key-value persistence.
Documentation
1
2
3
4
5
6
extern crate agentkv;
use agentkv::*;

fn main() {
    println!("Run example!");
}