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

#147 in #solution

Download history 262/week @ 2024-07-08 12/week @ 2024-07-15 168/week @ 2024-07-29 159/week @ 2024-08-12 19/week @ 2024-08-19 3/week @ 2024-08-26

185 downloads per month
Used in 5 crates

Apache-2.0

22KB
490 lines

Essential Storage

Crates.io Documentation license Build Status

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

~4–10MB
~98K SLoC