mini-fs
mini-fs copied to clipboard
Extensible app filesystem library.
Too limited
I tried to use this crate in a project but it was too limited for my case. I wanted to use another file format so I tried to implement a...
Hey, I'm involved in the [IconPie](https://github.com/GarkGarcia/icon-pie) project, and we are contemplating using your crate. Unfortunately we would need to be able to write data, which is currently not implemented, unless...
How do you want shadowing to work? It's clear that files should shadow other files with the same path, but what about dirs? Right now with a tupple overlay a...