TheSven73 / file-objects-rs

Real and fake implementations of file system operations
MIT License
2 stars 1 forks source link

Publish to crates.io #1

Open 2-complex opened 4 years ago

2-complex commented 4 years ago

I'd like to be able to appeal to a version with file objects as a crates.io crate : )

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

2-complex commented 4 years ago

Thanks so much : ) Also, I really appreciate all the work you've put into this project. It's useful and nifty!

TheSven73 commented 4 years ago

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?

Kixunil commented 4 years ago

I think abstract-fs would convey the point well. Possibly add the word "mock" somewhere in the description too.

2-complex commented 4 years ago

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 : )

TheSven73 commented 4 years ago

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