Skip to content

Commit d3fa9b4

Browse files
committed
README: Add note about Rust implementation
1 parent da6f84d commit d3fa9b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Original Xbox FATX Filesystem Library, Python bindings, FUSE driver, and GUI exp
88
* [**pyfatx**](pyfatx/README.md) is a Python module providing bindings to libfatx.
99
* [**gfatx**](gfatx/README.md) is a graphical utility for working with FATX disk images, built around libfatx.
1010

11+
There is work-in-progress towards a Rust implementation:
12+
* [**fatx**](rust/fatx/README.md) is a Rust crate for working with the FATX filesystem, like libfatx.
13+
* [**fatx-fuse**](rust/fatx-fuse/README.md) is a Rust crate providing a FUSE driver based on fuser and fatx.
14+
1115
License
1216
-------
1317
See LICENSE.txt

0 commit comments

Comments
 (0)