#back-end #storage

bin+lib oml-storage

A very simple wrapper to handle locked storage of items

6 releases

0.1.8-alpha Mar 19, 2024
0.1.7-alpha Feb 15, 2024
0.1.4-alpha Jan 5, 2024

#1094 in Database interfaces

Download history 16/week @ 2024-01-02 20/week @ 2024-02-06 135/week @ 2024-02-13 30/week @ 2024-02-20 25/week @ 2024-02-27 1/week @ 2024-03-05 6/week @ 2024-03-12 187/week @ 2024-03-19 8/week @ 2024-03-26 39/week @ 2024-04-02

241 downloads per month

MIT license

41KB
925 lines

oml-storage

A very simple wrapper to handle locked storage of items.

Warning

This crate is still very much in flux, and things might change a lot.

We do use it in production for one of oure games, so it should be good enough.


lib.rs:

A very simple wrapper to handle locked storage of items.

Provides an abstraction over storage backends. The core idea is that storage items will be locked in storage and stay hot in memory for a while.

Note: The documentation is still work-in-progress.

Dependencies

~29–40MB
~579K SLoC