Expand description
§🐻❄️🧶 Local Filesystem Support for remi-rs
remi-fs is an official implementation of using Remi with Local Filesystem by Noelware.
§Features
§serde (disabled)
Enables the use of serde for (de)serializing for configuration files.
§log (disabled)
Enables the use of log for adding unstructured logging events to track down why something broke.
§tracing (disabled)
Enables the use of tracing::instrument for adding spans to method calls to track down why something went wrong or to debug performance hits.
§file-format (enabled)
Whether or not to include infer and file-format crates when using the default content type resolver.
§serde_json (disabled)
Whether or not to detect JSON file formats with serde_json.
§serde_yaml (disabled)
Whether or not to detect YAML file formats with serde_yaml.
Structs§
- Represents the main configuration of using the
StorageServiceimplementation of remi-fs. - DefaultContentTypeResolverDeprecatedA default implementation of a
ContentTypeResolverthat uses the infer and file-format crates if thefile-formatcrate feature is enabled. - Represents an implementation of a
StorageServicefor the local filesystem.
Constants§
- Default content type given from a
ContentTypeResolver
Traits§
- Represents a resolver to resolve content types from a byte slice.
Functions§
- A default implementation of a
ContentTypeResolver.
Type Aliases§
- FilesystemStorageConfigDeprecated
- FilesystemStorageServiceDeprecated