dmv 0.3.1

Provides identity values that are restricted to user-specified scopes
dmv-0.3.1 doesn't have any documentation.

Scoped IDs

crates.io docs MIT/Apache

This crate implements the idea of identifiers whose uniqueness is tied to a specific "scope", allowing for a common [Id] type generic over the scope where each individual instantiation can only inter-operate with its own instantiation.

Common Use

todo!()