You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
365 B

[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"]