1 2 3 4 5 6 7 8 9
use coretilus::command::CommandV2; //use coretilus::commands::gti::cli::Gti; use coretilus::commands::gti::cli_v2::Gti; fn main() { coretilus::windows_timer::boost_timer_resolution(); let mut gti = Gti {}; gti.run(); }