anystore 0.2.1

Polymorphic, type-safe, composable async API for arbitrary stores
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[cfg(feature = "fs")]
pub mod fs;

pub mod indexed_vec;

pub mod cloud;
#[cfg(feature = "json")]
pub mod json;
pub mod located;

pub mod cell;