zarrs_storage 0.4.5

The storage API and default stores for the zarrs crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Storage adapters.
//!
//! Storage adapters can be layered on stores.

pub mod atomic_write;

#[cfg(feature = "async")]
pub mod async_to_sync;
#[cfg(feature = "async")]
pub mod sync_to_async;

pub mod performance_metrics;
pub mod usage_log;