summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 695442e64de244331bd2a0bc6d7ca5f45980f95e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "resiter"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>",
           "Dawid Ciężarkiewicz <dpc@dpc.pw>",
           "Joakim Ohlrogge <joakim.ohlrogge@gmail.com>"]

description = "Helper crate for handling iterators over result"

keywords    = ["iterator", "result", "util"]
categories  = ["algorithms", "no-std", "rust-patterns"]
readme      = "README.md"
license     = "MPL-2.0"

documentation = "https://docs.rs/resiter"
repository    = "https://git.beyermatthi.as/resiter"

[dependencies]