blockset 0.3.6

BLOCKSET command line tool
1
2
3
4
5
6
use blockset_lib::run;
use io_impl::RealIo;

fn main() -> Result<(), String> {
    run(&RealIo::default())
}