Revision control

Copy as Markdown

Other Tools

[package]
name = "fallible-iterator"
version = "0.3.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
description = "Fallible iterator traits"
readme = "README.md"
categories = ["algorithms", "no-std"]
[features]
default = ["alloc"]
alloc = []
# Legacy feature, no longer needed but retained for backwards compatibility.
std = ["alloc"]