A library for reading Blockland save files. Generally tries to work around format errors like Blockland does.
Create a Reader from a
BufRead source to
read the save metadata and iterate over its bricks.
let file = new;
let reader = new?;
for line in reader.description
assert_eq!;
println!;
for brick in reader