Crate oml_storage
source ·Expand description
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.
Structs§
Enums§
Traits§
- The interface to all storage backends.
- The
trait
your items need to implement to be storable