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
- Host: GitHub
- URL: https://github.com/schell/handle-key
- Owner: schell
- Created: 2023-01-25T22:14:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T22:17:02.000Z (over 2 years ago)
- Last Synced: 2025-03-09T04:36:05.281Z (about 2 months ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.