Crates.io | oml-storage |
lib.rs | oml-storage |
version | 0.4.0-alpha |
source | src |
created_at | 2024-01-03 19:48:25.481294 |
updated_at | 2024-06-25 20:26:02.623551 |
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 | 57,813 |
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!