Crates.io | id-ish |
lib.rs | id-ish |
version | 0.0.3 |
source | src |
created_at | 2021-02-07 18:19:59.43987 |
updated_at | 2021-08-13 08:53:51.265505 |
description | Numeric ID types that can be swapped in & out |
homepage | https://gitlab.com/zeen3/md-clone/-/tree/master/id-ish |
repository | https://gitlab.com/zeen3/md-clone |
max_upload_size | |
id | 352026 |
size | 12,719 |
Provides traits for ID types.
Provides two traits at the top level:
ID
MaybeID
And two at in id_containers
:
WithID
TakeID
MaybeID has two methods:
as_u128
into_inner
ID has none, but builds on MaybeID.
id
field.