An open API service indexing awesome lists of open source software.

https://github.com/schell/handle-key

Typed resource handles
https://github.com/schell/handle-key

Last synced: 29 days ago
JSON representation

Typed resource handles

Awesome Lists containing this project

README

        

# 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.