myest 0.1.0

nothing but funny
Documentation
1
2
3
4
5
6
7
8
9
//use myest;
mod common;

#[test]
fn it_add_two(){
    common::setup();
    common::fff();
    assert_eq!(4, myest::add_two(2));
}