pub fn run()
This function is run in main.rs as follows.
main.rs
use forex_split::run; fn main() { run(); }