Cargo Features
A10 has no features set by default.
[dependencies]
a10 = { version = "0.2.2", features = ["nightly"] }
- nightly
-
Enables nightly only features.
- Enables usage of the
AsyncIterator
trait (async_iterator
). - Returns more accurate
io::ErrorKind
s for certain errors (io_error_more
).
- Enables usage of the