1 2 3 4 5 6 7 8 9
use riptree; use std::env; fn main() { let args = env::args(); let config = riptree::Config::build(args); riptree::run(config) }