#local-filesystem #remi #configuration #serialization #logging #async #storage

remi-fs

๐Ÿปโ€โ„๏ธ๐Ÿงถ Local filesystem implementation for remi

18 releases (6 breaking)

new 0.7.1 Apr 28, 2024
0.6.3 Feb 19, 2024
0.4.3 Nov 25, 2023
0.3.0 Jul 26, 2023
0.1.3 Feb 10, 2023

#563 in Filesystem

Download history 1/week @ 2024-01-05 57/week @ 2024-01-12 50/week @ 2024-01-19 205/week @ 2024-01-26 56/week @ 2024-02-02 23/week @ 2024-02-09 850/week @ 2024-02-16 148/week @ 2024-02-23 207/week @ 2024-03-01 167/week @ 2024-03-08 161/week @ 2024-03-15 272/week @ 2024-03-22 126/week @ 2024-03-29 93/week @ 2024-04-05 535/week @ 2024-04-12 60/week @ 2024-04-19

855 downloads per month

MIT license

57KB
706 lines

๐Ÿปโ€โ„๏ธ๐Ÿงถ 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.

Dependencies

~3โ€“17MB
~189K SLoC