qcow2 0.1.2

Reading qcow2 virtual disk images
Documentation
* tests
  * coverage?

* v3 header
  * more extensions?
  * more publicly available metadata

* read guest blocks
  * snapshots

* features
  * compression
  * v2
  * backing file
  * encryption
  * dirty bit / repair
  * dirty bitmap?

* parse contents
  * partitions
  * ext4
  * discard

* writing
  * write guest blocks
  * moving blocks around
  * compaction

* cargo fmt