#iterator #results #lib

options_results

Handling iterators of Option, Result

1 unstable release

Uses old Rust 2015

0.1.1 May 14, 2017
0.1.0 May 14, 2017

#276 in #iterator

MIT license

585KB
316 lines

This crate is for handling the iterator of Option<T> and Result<T, E>. See the documentation or test code in lib.rs.

No runtime deps