[features]
alloc = []
default = ["alloc"]
std = ["alloc"]
[package]
authors = ["Steven Fackler <sfackler@gmail.com>"]
categories = ["algorithms", "no-std"]
description = "Fallible iterator traits"
edition = "2018"
license = "MIT/Apache-2.0"
name = "fallible-iterator"
readme = "README.md"
repository = "https://github.com/sfackler/rust-fallible-iterator"
version = "0.3.0"