| Crates.io | oml-storage |
| lib.rs | oml-storage |
| version | 0.5.6-alpha |
| created_at | 2024-01-03 19:48:25.481294+00 |
| updated_at | 2025-03-13 18:09:53.415925+00 |
| description | A very simple wrapper to handle locked storage of items. |
| homepage | https://github.com/AndreasOM/oml-storage |
| repository | https://github.com/AndreasOM/oml-storage |
| max_upload_size | |
| id | 1087716 |
| size | 136,028 |
A very simple wrapper to handle locked storage of items.
This crate is still very much in flux, and things might change a lot.
We do use it in production for one of our games, so it should be good enough.
For Examples check oml-storage-examples.
metadata_highest_seen_id returns an OptionITEM::ID now, which will be None if we haven't seen any Id yet.
make_id and generate_next_id for you Items!