Builder package:binary

Efficient constructions of lazy bytestrings. This now re-exports Builder.
Builders denote sequences of bytes. They are Monoids where mempty is the zero-length sequence and mappend is concatenation, which runs in O(1).