gun 0.1.2

The Gun database, in Rust
Documentation
1
2
3
4
5
6
extern crate gun;

#[test]
fn foobar() {
  gun::foobar();
}