[][src]Module asuran::repository::backend::common

Re-exports

pub use files::*;
pub use index::*;
pub use manifest::*;
pub use segment::*;

Modules

files
index
manifest
segment
sync_backend

This module contains syncronous versions of the backend trait, as well as an abstraction for implementing the main, async traits through holding the syncronous version in a task.