Added rust-fuse

This commit is contained in:
Nándor István Krácser 2015-05-21 20:06:39 +02:00
parent 0791252c06
commit 6ac5e6be62

View file

@ -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 [<img src="https://travis-ci.org/kimhyunkang/libyaml-rust.svg?branch=master">](https://travis-ci.org/kimhyunkang/libyaml-rust)
### Filesystem
* FUSE
* [zargony/rust-fuse](https://github.com/zargony/rust-fuse) — [FUSE](http://fuse.sourceforge.net/) bindings <img src="https://travis-ci.org/zargony/rust-fuse.svg?branch=master">
### Game development
* [bbodi/rust-voxlap](https://github.com/bbodi/rust-voxlap) — [Voxlap](http://advsys.net/ken/voxlap.htm) bindings