๐ปโโ๏ธ๐งถ MongoDB GridFS support for remi-rs
remi-gridfs implements the remi-core crate that interacts with MongoDB GridFS.
This crate is also re-exported in the main remi crate with the
gridfsfeature.
Features
serde [disabled by default]
Enables the use of serde for the GridfsStorageConfig struct.
Usage
[]
= "2"
# using the main `remi` crate
= { = "0.1", = false, = ["gridfs"] }
# using this crate instead, you will need to use `remi_gridfs::GridfsStorageService`
# if you plan on using this crate.
= "0.1"