optcollection 0.1.6

This crate has been renamed `optempty`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! This crate has been renamed `optempty`. Use that, instead.
//!
//! If you want this crate name (`optcollection`), contact
//! [Daniel](https://twitter.com/danielcormier).

#![deprecated = "This crate has been renamed `optempty`. Use that, instead."]

pub mod empty_into_none;
pub mod is_empty;

pub use empty_into_none::EmptyIntoNone;
pub use is_empty::IsEmpty;