radumarias / rencfs

An encrypted file system written in Rust that is mounted with FUSE on Linux. It can be used to create encrypted directories
Apache License 2.0
117 stars 25 forks source link

[198] Trait for pub API in EncryptedFs #200

Open HugoBal opened 2 months ago

HugoBal commented 2 months ago

[Work in progress]

Create a trait EncryptedFilesystem which contains all pub methods from EncryptedFs.

radumarias commented 6 days ago

@HugoBal what's the staus on this?