alexcrichton / alexcrichton/bufstream
Documentation: version 0.2 doesn't exist
Open
- Dominant language
- Rust
- Stars
- 31
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
In the [Async I/O section](http://alexcrichton.com/bufstream/bufstream/index.html#async-io) 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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.