Open 2-complex opened 4 years ago
Sounds good! I'm in the middle of a sprint right now - I should be able to do this in a few days.
Thanks so much : ) Also, I really appreciate all the work you've put into this project. It's useful and nifty!
Glad it's useful :) Before I push this to crates.io, I need to find a good name for the project. Names like filesystem-rs
and file-objects-rs
don't describe the lib very well at all - they don't make it clear that this is an in-memory fs for testing.
What would be better? fake-files
? mem-files
? mem-fs
?
@Kixunil @2-complex any ideas?
I think abstract-fs
would convey the point well. Possibly add the word "mock" somewhere in the description too.
I like all those names; I slightly prefer a name that suggests abstraction rather than in-memory implementation. abstract-fs seems pretty on-the-nose : )
@2-complex do you have access to a Windows PC? I wonder how many tests will fail on Windows. I haven't owned a Windows PC in over 12 years...
I'd like to be able to appeal to a version with file objects as a crates.io crate : )