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