introduce the virtual filesystem everywhere
this unfortunately means I had to cut some features (bye bye commit history! for now) stuff's not quite 100% working just yet (like branch links, which were and are still broken) we also don't have content_version impls just yet
This commit is contained in:
parent
db0329077e
commit
377fbe4dab
42 changed files with 1613 additions and 1655 deletions
|
@ -1,4 +1,4 @@
|
|||
use treehouse::vfs::{BufferedFile, ReadFilesystem, VPath};
|
||||
use treehouse::vfs::{BufferedFile, Dir, VPath};
|
||||
|
||||
fn vfs() -> BufferedFile {
|
||||
BufferedFile::new(b"hewwo :3".to_vec())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue