blockade 0.1.10

A wrapper library to interface with the Blockade project
Documentation
1
2
3
4
5
6
7
//use blockade::*;
//use common::*;

#[test]
fn it_works() {
    assert_eq!(2 + 2, 4);
}