mini-fs icon indicating copy to clipboard operation
mini-fs copied to clipboard

Extensible app filesystem library.

Results 3 mini-fs issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...