Description
Hi,
I am looking to use this library in an ongoing project -- specifically, I am hoping to use the EmbeddedFS features to make an embedded, portable virtual file system for python and WASM ports of my robotics library.
I noticed that using new versions of rust-embed are not compatible with rust-vfs. Specifically, using rust-embed versions ^6.0 causes "the trait rust_embed::RustEmbed
is not implemented for ...
" errors, even when the struct explicitly derives from RustEmbed. To be clear, this issue is not present for rust-embed versions 5.9 and below; however, it would be great if versions 6.0 and above could be supported since there are really nice features in the newer versions of rust-embed (compression, include-exclude, etc.).
Just let me know if you need any more details, thanks a lot!