implemented setattr (properly)

This commit is contained in:
Moritz Gmeiner 2025-08-02 17:22:32 +02:00
commit bdd01bd70e
8 changed files with 356 additions and 199 deletions

2
Cargo.lock generated
View file

@ -238,6 +238,7 @@ dependencies = [
"chrono",
"compact_str",
"enum_dispatch",
"log",
"static_assertions",
"thiserror 2.0.12",
]
@ -255,6 +256,7 @@ name = "fat-fuse"
version = "0.1.0"
dependencies = [
"anyhow",
"bitflags",
"chrono",
"compact_string",
"fat-bits",