Crate remi_fs

source ·
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 StorageService implementation of remi-fs.
  • Represents an implementation of a StorageService for the local filesystem.

Constants§

Traits§

Functions§