Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stebalien/rust-coatcheck
A library for stashing.
https://github.com/stebalien/rust-coatcheck
Last synced: 16 days ago
JSON representation
A library for stashing.
- Host: GitHub
- URL: https://github.com/stebalien/rust-coatcheck
- Owner: Stebalien
- License: other
- Created: 2015-01-23T21:44:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-27T13:58:13.000Z (over 9 years ago)
- Last Synced: 2024-10-09T23:08:55.671Z (27 days ago)
- Language: Rust
- Size: 1.08 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# CoatCheck
CoatCheck is a library for storing values and referencing them by "handles"
(`Tickets`). This library is primarily designed for when one needs to be able
to "register" an object with a system and refer to it after registration but
one doesn't need to actually access the object.Please see the [API](https://stebalien.github.io/rust-coatcheck/coatcheck/)
documentation for a more detailed description.