Crates.io | handle-key |
lib.rs | handle-key |
version | 0.1.0 |
source | src |
created_at | 2023-01-25 22:17:08.548336 |
updated_at | 2023-01-25 22:17:08.548336 |
description | Typed and named or unnamed map keys |
homepage | |
repository | https://github.com/schell/handle-key |
max_upload_size | |
id | 768011 |
size | 4,004 |
handle-key
is a small library that provides a Handle
type used to index
into maps. Handle
has both usize
and String
constructors and is a good
fit for resources that may or may not have meaningful names.