refactors: replacing config derived data with vfs, removing markdown

This commit is contained in:
りき萌 2024-11-16 18:33:41 +01:00
parent 1e1b8df457
commit db0329077e
32 changed files with 767 additions and 1183 deletions

View file

@ -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())