Cargo Features

[dependencies]
iteritor = { version = "0.1.0", default-features = false, features = ["nightly", "std"] }
nightly

Use the 'real' Try and FromResidual traits instead of the polyfills.

std default

Include things that depend on the stdlib (using Rc and VecDeque as a buffer).

Affects iteritor::IterFiltered.with_filtered

default = std

The std feature is set by default whenever iteritor is added without default-features = false somewhere in the dependency tree.