1 2 3 4
use roast_cli::raw::raw_cli_stub; use std::io; fn main() -> io::Result<()> { raw_cli_stub() }