Parse the canonical byte representation of Tahoe-LAFS directories into a structured Haskell representation
In #55 (closed) we will introduce a somewhat abstract representation for Tahoe-LAFS directories. On the storage grid, these directories will be represented as a byte sequence.
Implement a parser which takes such a byte sequence and produces the corresponding abstract representation.