1 2 3 4 5 6 7 8
use std::io; use blockset_lib::run; use io_impl::RealIo; fn main() -> io::Result<()> { run(&RealIo::default()) }