๐ปโโ๏ธ๐งถ remi-fs
The remi-fs crate implements the remi-core crate that interacts with the filesystem. This is also re-exported as remi::fs since remi exports this crate by default unless if default-features was false for the remi crate.
remi-fs only supports the Tokio runtime, async-std and other asynchronous rumtimes might be supported in the future.
Features
serde [disabled by default]
Enables the use of serde for the FilesystemStorageConfig struct.
Usage
[]
= "1.4"
= { = "0.1" }
= { = "1.28", = ["fs", "io_util"] }
use FilesystemStorageService;
use UploadRequest;
use Bytes;
async