unftp-core 0.1.0

Core traits and types for unFTP backends
Documentation
1
2
3
4
5
6
//! Core traits and types for unftp backends.

pub mod auth;
pub mod storage;

type BoxError = Box<dyn std::error::Error + Send + Sync + 'static>;