rpytest-core 0.1.2

Core types and abstractions for rpytest
Documentation
1
2
3
4
5
6
7
//! Storage abstraction for rpytest persistence.

mod sled_backend;
mod traits;

pub use sled_backend::SledBackend;
pub use traits::{keys, StorageBackend, StorageError, StorageResult, SCHEMA_VERSION};