single 0.2.0

This crate exposes a trait "single::Single" for extracting the element from a single-element iterator.
Documentation
[package]
name = "single"
version = "0.2.0"
authors = ["CAD97 <cad97@cad97.com>"]

description = 'This crate exposes a trait "single::Single" for extracting the element from a single-element iterator.'

homepage = "https://github.com/CAD97/rust-single"
repository = "https://github.com/CAD97/rust-single"

readme = "README.md"

keywords = ["iterator", "single", "once", "only"]

license = "MIT/Apache-2.0"

[badges]
travis-ci = { repository = "CAD97/rust-single" }

[dependencies]