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

add Build system

This commit is contained in:
kud1ing 2014-07-20 16:24:03 +02:00
parent 9ceeedcb6c
commit dab5d4fc61

View file

@ -7,6 +7,7 @@ Only projects that are more than a prototype should be added. Projects that do n
- [Awesome Rust](#awesome-rust)
- [Code](#code)
- [Audio](#audio)
- [Build system](#build-system)
- [Compression](#compression)
- [Computation](#computation)
- [Cryptography](#cryptography)
@ -26,6 +27,14 @@ Only projects that are more than a prototype should be added. Projects that do n
* [JeremyLetang/rust-portaudio](https://github.com/JeremyLetang/rust-portaudio) — [PortAudio](http://www.portaudio.com/) bindings [<img src="https://travis-ci.org/jeremyletang/rust-portaudio.png?branch=master">](https://travis-ci.org/JeremyLetang/rust-portaudio)
* [musitdev/rust-portmidi](https://github.com/musitdev/rust-portmidi) — [PortMidi](http://portmedia.sourceforge.net/portmidi/) bindings [<img src="https://travis-ci.org/musitdev/rust-portmidi.png?branch=master">](https://travis-ci.org/musitdev/rust-portmidi)
### Build system
* [Cargo](http://crates.io) — the Rust package manager
* CMake
* [SiegeLord/RustCMake)](https://github.com/SiegeLord/RustCMake) — [<img src="https://travis-ci.org/SiegeLord/RustCMakepng?branch=master">](https://travis-ci.org/SiegeLord/RustCMake)
* Make
* [PistonDevelopers/rust-empty](https://github.com/PistonDevelopers/rust-empty) — a Makefile to get started with Rust
### Compression
* [lifthrasiir/rust-zip](https://github.com/lifthrasiir/rust-zip) — read and write ZIP archives [<img src="https://travis-ci.org/lifthrasiir/rust-zip.png?branch=master">](https://travis-ci.org/lifthrasiir/rust-zip)