bufstream icon indicating copy to clipboard operation
bufstream copied to clipboard

Documentation: version 0.2 doesn't exist

Open letmutx opened this issue 6 years ago • 0 comments

In the Async I/O section there's a reference to version 0.2 which doesn't seem to be released yet.

bufstream = { version = "0.2", features = ["tokio"] }

Changing it to

bufstream = { version = "0.1.3", feature = ["tokio"]} works.

letmutx avatar Sep 29 '17 08:09 letmutx