Go to file
oupson 7bdfcd6ca8
Make mount no-op on unsupported targets
2022-10-10 11:16:18 +02:00
rustcryptfs Make mount no-op on unsupported targets 2022-10-10 11:16:18 +02:00
rustcryptfs-fuse Fix compilation on other target than linux 2022-10-10 11:03:31 +02:00
rustcryptfs-lib Add licenses 2022-10-09 15:50:21 +02:00
rustcryptfs-mount Fix compilation on other target than linux 2022-10-10 11:03:31 +02:00
.gitignore Fix compilation on other target than linux 2022-10-10 11:03:31 +02:00
Cargo.lock Mount as a feature 2022-10-09 12:18:08 +02:00
Cargo.toml Make mount no-op on unsupported targets 2022-10-10 11:16:18 +02:00
LICENSE-APACHE Add licenses 2022-10-09 15:50:21 +02:00
LICENSE-MIT Add licenses 2022-10-09 15:50:21 +02:00
README.md Make mount no-op on unsupported targets 2022-10-10 11:16:18 +02:00

README.md

RustCryptFS

An implementation of gocryptfs in Rust.

Supported plaforms and features

  • Linux (via FUSE)
    • read
    • write
  • Windows
    • read
    • write

Features

  • mount
    Allow to mount a virtual filesystem on linux or windows (unimplemented). This feature is no-op on other targets.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.