# Scoped IDs
[](https://crates.io/crates/dmv)
[](https://docs.rs/dmv)

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!()