roswire 0.1.0

JSON-first RouterOS CLI bridge for AI agents and automation.
1
2
3
4
5
6
fn main() {
    if let Err(error) = roswire::run() {
        error.print_to_stderr();
        std::process::exit(i32::from(error.exit_code()));
    }
}