lust/src/storage/backends/mod.rs

6 lines
96 B
Rust

mod register;
mod filesystem;
mod blob_storage;
mod scylladb;
pub use register::BackendConfigs;