refactors: replacing config derived data with vfs, removing markdown
This commit is contained in:
parent
1e1b8df457
commit
db0329077e
32 changed files with 767 additions and 1183 deletions
|
@ -1,4 +1,4 @@
|
|||
use treehouse::vfs::{file::BufferedFile, ReadFilesystem, VPath};
|
||||
use treehouse::vfs::{BufferedFile, ReadFilesystem, VPath};
|
||||
|
||||
fn vfs() -> BufferedFile {
|
||||
BufferedFile::new(b"hewwo :3".to_vec())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue