rs_box 0.0.28

rust develop box
Documentation
1
2
3
4
5
6
7
8
9
10
11
12


#[test]
fn test_get_version() {
    let version = crate::LIB_VERSION;
    println!("{}", version.to_string());
}

#[test]
fn test_rs_box_setup() {
    crate::rs_box_setup("test_setup_rs_box",crate::RunMode::RunModeTest,"",7,60)
}