wasmio 0.0.13

WasmIO a S3 Implementation on steroid
Documentation
1
2
3
4
5
6
7
8
use std::path::PathBuf;

use serde::{Deserialize, Serialize};

#[derive(Debug, Clone, Deserialize, Serialize)]
pub struct StorageConfig {
    pub path: PathBuf,
}