Update README.md

This commit is contained in:
Moritz Gmeiner 2025-08-02 17:32:33 +02:00
commit 5230ee018a
3 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# FUSE implementation for the FAT file system
End-to-end implementation of a FAT driver, with the goal of being able to mount disk image with complete read-write support.
End-to-end implementation of a FAT driver, with the goal of being able to mount disk images with complete read-write support.
Uses (fuser)[https://docs.rs/fuser/latest/fuser/] as the underlying FUSE library.