agentdb 0.2.0

Interface for agent persistence.
Documentation
1
2
3
4
5
6
extern crate agentdb;
use agentdb::*;

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