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