Crates.io | dmv |
lib.rs | dmv |
version | 0.3.2-a1 |
source | src |
created_at | 2021-08-21 23:08:26.690792 |
updated_at | 2021-10-23 01:48:11.446639 |
description | Provides identity values that are restricted to user-specified scopes |
homepage | |
repository | https://gitlab.com/fluhzar/id_rs |
max_upload_size | |
id | 440486 |
size | 23,831 |
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.
todo!(mention how this is meant to be an ID base that other systems would further restrict/abstract for their own purposes)