0.0.6
In this release, we support better AsyncReadBuf, BufReader and BufWriter.
Also, some useful utils are implemented, such as read_u8 and PrefixedIo.
We also add a Sink trait(in GAT way) to make implementation easier with pure async and await.