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

add RustAudio

This commit is contained in:
kud1ing 2015-04-14 08:04:15 +02:00
parent abc4a2f7d0
commit cfc76c38ec

View file

@ -24,6 +24,7 @@ Only projects that are stable and useful to users are added. Projects that do no
- [Mobile](#mobile)
- [Network programming](#network-programming)
- [Platform specific](#platform-specific)
- [Sound](#sound)
- [Template engine](#template-engine)
- [Testing](#testing)
- [Text processing](#text-processing)
@ -206,6 +207,10 @@ Only projects that are stable and useful to users are added. Projects that do no
* Linux
* [carllerche/nix-rust](https://github.com/carllerche/nix-rust) — Linux API bindings [<img src="https://travis-ci.org/carllerche/nix-rust.svg?branch=master">](https://travis-ci.org/carllerche/nix-rust)
## Sound
* [RustAudio](https://github.com/RustAudio)
### Template engine
* [lfairy/maud](https://github.com/lfairy/maud) — compile-time HTML templates [<img src="https://travis-ci.org/lfairy/maud.svg?branch=master">](https://travis-ci.org/lfairy/maud)