4 releases (breaking)
0.3.0 | Aug 14, 2024 |
---|---|
0.2.0 | Jul 30, 2024 |
0.1.0 | Jul 8, 2024 |
0.0.0-release | Jul 8, 2024 |
#129 in #solution
63 downloads per month
Used in 5 crates
22KB
490 lines
Essential Storage
A collection of traits that define the abstract interface for storage implementations used by the Essential server. This crate allows for flexible and interchangeable storage backends, enabling developers to easily switch between different storage solutions without modifying the core application logic.
lib.rs
:
Storage
Trait for the storage layer of the Essential platform.
Dependencies
~3.5–10MB
~98K SLoC