#[main]
Expand description
Replace a empty main function into a test harness.
use rustest::main;
#[main]
fn main() {}
Content of the main function is discarded. However you should not have one as it may change in the future (pre or post run)
#[main]
Replace a empty main function into a test harness.
use rustest::main;
#[main]
fn main() {}
Content of the main function is discarded. However you should not have one as it may change in the future (pre or post run)