dmv 0.3.1

Provides identity values that are restricted to user-specified scopes
1
2
3
4
5
6
7
8
9
10
11
# Scoped IDs

[![crates.io](https://img.shields.io/crates/v/dmv.svg)](https://crates.io/crates/dmv)
[![docs](https://img.shields.io/badge/docs-website-blue.svg)](https://docs.rs/dmv)
![MIT/Apache](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)

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