pub struct FsEntry { pub name: String, pub is_dir: bool, pub size: u64, }