Documentation
1
2
3
4
5
6
7
8

extern crate test_api_cli;

use test_api_cli::test;

fn main() {
    test();
}