encrypted_fs 0.1.21

An encrypted file system that mounts with FUSE on Linux. It can be used to create encrypted directories.
Documentation
1
2
3
4
5
6
7
8
9
10
11
Add any required deps from these
```toml
aes-stream = "0.2.1"
ring = "0.17.8"
hex = "0.4.3"
fuser = "0.14.0"
env_logger = "0.11.3"
log = "0.4.21"
rust-crypto = "=0.2.36"

```