moved FUSE impl into separate file, more work on inodes

This commit is contained in:
Moritz Gmeiner 2025-07-29 20:33:36 +02:00
commit 372aa34022
5 changed files with 686 additions and 540 deletions

View file

@ -10,4 +10,5 @@ fat-bits = { version = "0.1.0", path = "../fat-bits" }
fuser = "0.15.1"
libc = "0.2.174"
log = "0.4.27"
rand = { version = "0.9.2", default-features = false, features = ["os_rng", "small_rng"] }
thiserror = "2.0.12"