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:
parent
abc4a2f7d0
commit
cfc76c38ec
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue