Cargo Features

type-toppings has no features set by default.

[dependencies]
type-toppings = { version = "0.2.1", features = ["full", "iterator", "result", "stream"] }
full = iterator, result, stream
iterator full?

Affects type-toppings::IteratorExt

result full? = error_reporter

Affects type-toppings::ResultExt

stream full? = futures

Affects type-toppings::StreamExt

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

error_reporter result?
futures stream?