1
1
mirror of https://github.com/mgree/ffs.git synced 2024-09-19 06:59:15 +03:00
Commit Graph

15 Commits

Author SHA1 Message Date
Michael Greenberg
35f6bf8188
Fuser 0.9.1 (#49), in anticipation of ffs 0.1.2
Update to fuser=0.9 (i.e., 0.9.1). Update websites, version numbers, etc. for new release.

Finally use `destroy` properly, got rid of the `Drop` impl for `FS`. Drop `AutoUnmount` which wasn't doing anything anyway.

Fixes and improvements to CI, docs, and logging.
2021-09-26 05:54:18 -07:00
Michael Greenberg
6668f60068 release 0.1.1 2021-07-15 14:47:17 -04:00
Michael Greenberg
e243e80c2c fix metadata 2021-06-26 11:30:03 -04:00
Michael Greenberg
1e4ec411f7 cleanup crate description (no markdown on crates.io, apparently). add crates.io badge 2021-06-25 20:52:11 -04:00
Michael Greenberg
04030681e3 exclude certain files from crate 2021-06-25 20:42:05 -04:00
Michael Greenberg
cdceaf0c71 update cargo info 2021-06-25 20:35:20 -04:00
Michael Greenberg
1af11e1c3e
Completions (#27)
Completion generation support, with stored completions in the repo. Would be good to have a way to automatically update them.

Pull out app into separate module, `cli.rs`.
2021-06-25 17:14:34 -07:00
Michael Greenberg
94917eda25
Yaml support (#14)
Adds support for YAML using [yaml_rust](https://crates.io/crates/yaml-rust).

Some compromises due to YAML funniness: compound keys will be treated as their hashes.
2021-06-21 17:36:15 -07:00
Michael Greenberg
b48efc266c
Support other formats. (#11)
Broad refactor of how things work, moving `json.rs` to `format.rs`.

Adds support for TOML, along with CLI stuff for setting formats (which are automatically inferred from filenames).

Adds support for binary data using base64 encodings.
2021-06-20 18:20:06 -07:00
Michael Greenberg
38a9870520 update to fuser 0.8.0 2021-06-13 21:02:54 -04:00
Michael Greenberg
25338f864f basic tracing/logging support 2021-06-09 15:06:22 -04:00
Michael Greenberg
a8fd729884 basic ro filesystem, objects but no arrays yet 2021-06-07 21:37:23 -04:00
Michael Greenberg
7bbd8e7ce4 switch to fuser, no need for ln shenanigans 2021-06-07 13:04:52 -04:00
Michael Greenberg
f16de053e8 deps building 2021-06-07 11:22:07 -04:00
Michael Greenberg
131dff95dc cargo new --bin 2021-06-07 10:59:34 -04:00