Minoru / plentyfs

A proof-of-concept for a read-only filesystem with random contents generated on demand.
Other
37 stars 1 forks source link

Factor out the "business logic" into lib/ #7

Closed Minoru closed 3 years ago

Minoru commented 3 years ago

Currently all the code resides in a single file, src/main.rs. It should be split into two files: one with all the "business logic", another with an "adaptor" that interfaces between fuse-rs and the "business logic".