Cargo Features

A10 has no features set by default.

[dependencies]
a10 = { version = "0.1.9", features = ["nightly"] }
nightly

Enables nightly only features.

  • Enables usage of the AsyncIterator trait (async_iterator).
  • Returns more accurate io::ErrorKinds for certain errors (io_error_more).