1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-27 11:44:52 -05:00

Merge pull request #43 from bonifaido/patch-1

Added rust-fuse
This commit is contained in:
kud1ing 2015-05-22 08:05:57 +02:00
commit b5bd7f59cb

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