1 unstable release
0.1.0 | Jan 25, 2023 |
---|
#312 in Caching
4KB
84 lines
handle-key 🫖🔑
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.
lib.rs
:
Keys that serve as a means of accessing an object in a map.