Skip to content

0.0.6

Choose a tag to compare

@ihciah ihciah released this 13 Jun 14:44
· 160 commits to master since this release
96059d8

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.