Manuel Woelker
Manuel Woelker
Thanks for the examples! I feel that something like `root.join("foo").` is more ergonomic than `root.join(camino::Utf8Path::new("foo"))`. I also think that if anyone wants to use camino they could either do something...
Hi, great to see this! * Regarding exists() not returning a VfsResult, you are totally right, that is quite inconsistent and should be fixed. I added #17. * u64 is...
Thanks for the comment. This might be a thorny issue, since it probably is platform dependent. The docs for fs::rename even state that this behaviour may change in the future....
I like the idea of adding a `replace_file` or even `replace_file_atomic` function, which would only work as long as the underlying filesystem is the same and supports atomic renames. I'll...
Hi there, very interesting use case. To be honest, I am not sure the library is quite up to the task. Ideally the `persist_into()` would be atomic, to prevent partial...
Hi, and thanks for the PR! Sorry for the late reply, I must have missed the notification. To be honest thi s project is a bit on hold for me...