diff --git a/README.md b/README.md index f92cd70..e82a1be 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Ther goal is to have only projects that are mostly stable and useful to users. P - [Date structures](#data-structures) - [Date and time](#date-and-time) - [Encoding](#encoding) + - [Filesystem](#filesystem) - [Game development](#game-development) - [Games](#games) - [GUI](#gui) @@ -155,6 +156,11 @@ Ther goal is to have only projects that are mostly stable and useful to users. P * YAML * [kimhyunkang/libyaml-rust](https://github.com/kimhyunkang/libyaml-rust) — [libyaml](http://pyyaml.org/wiki/LibYAML) bindings [](https://travis-ci.org/kimhyunkang/libyaml-rust) +### Filesystem + +* FUSE + * [zargony/rust-fuse](https://github.com/zargony/rust-fuse) — [FUSE](http://fuse.sourceforge.net/) bindings + ### Game development * [bbodi/rust-voxlap](https://github.com/bbodi/rust-voxlap) — [Voxlap](http://advsys.net/ken/voxlap.htm) bindings