agentgraph 0.1.1

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

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