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
gridfs
feature.
Enables the use of serde for the GridfsStorageConfig
struct.
```toml [dependencies] mongodb = "2"
remi
crateremi = { version = "0.1", default-features = false, features = ["gridfs"] }
remi_gridfs::GridfsStorageService
remi-gridfs = "0.1" ```