rust-vfs
rust-vfs copied to clipboard
Add random file access support
Will close https://github.com/manuel-woelker/rust-vfs/issues/35 by providing a light implementation of seekable file support
Thanks for the PR! It looks like rewind()
is not available in 1.40 yet, but seek(SeekFrom::Start(0))
should work as well.
I'll try to take a deeper look tomorrow!
Good catch w.r.t the tests; I'll patch that up!
(Originally published at: https://jacky.wtf/2022/7/rJ3S)
It looks the error changes I just merged caused a merge conflict, could you resolve that?
Sorry for the extra work!
I can! Apologies for the delay!
(Originally published at: https://jacky.wtf/2022/8/Hn2a)
Thanks for the update! It looks the CI build is still failing, and there seem to be some formatting issues.
Quick note - I'm currently on vacation, might be slow to respond the next week or so.
Hi again, just wanted to check in. Are you still working on this?
Hey! I am, just got caught up with some life stuff that's forced me to focus on it. But I am still focused on landing this!
(Originally published at: https://jacky.wtf/2022/9/N-45)