Crate ident [] [src]

A crate for creating and using types with an immutable identifier field.

Author --- daniel.bechaz@gmail.com
Last Moddified --- 2018/02/12

The main type provided by this crate is WithIdent.

Re-exports

pub use with_ident::*;
pub use ident_collections::*;

Modules

ident_collections

Declares the IdentCollection trait and several implementations for standard collections.

with_ident

Declares the WithIdent type.