assoc 0.1.3

Treat vectors like associative arrays
Documentation
1
2
3
4
5
6
//! See the [module level documentation for an overview](crate).
mod entry;
mod ext;

pub use entry::{Entry, OccupiedEntry, VacantEntry};
pub use ext::{AssocExt, AssocStrictExt};