cantrip 0.3.3

Practical extension methods for standard Rust collections
Documentation
pub use collection::*;
pub use collection_into::*;
pub use list::*;
pub use map::*;
pub use sequence::*;
pub use sequence_into::*;
pub use slice::*;
pub use transform::*;
pub use transform_into::*;
pub use transform_vec::*;
pub use transform_vec_into::*;

pub(crate) mod collection;
pub(crate) mod collection_into;
pub(crate) mod list;
pub(crate) mod map;
pub(crate) mod sequence;
pub(crate) mod sequence_into;
pub(crate) mod slice;
pub(crate) mod transform_into;
pub(crate) mod transform;
pub(crate) mod transform_vec;
pub(crate) mod transform_vec_into;