mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-11-27 11:44:52 -05:00
add georust
This commit is contained in:
parent
07fa588493
commit
84e5a71cba
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -30,6 +30,7 @@ The goal is to have only projects that are mostly stable and useful to users.
|
|||
- [Filesystem](#filesystem)
|
||||
- [Game development](#game-development)
|
||||
- [Games](#games)
|
||||
- [Geospatial](#geospatial)
|
||||
- [GUI](#gui)
|
||||
- [Image processing](#image-processing)
|
||||
- [Markup language](#markup-language)
|
||||
|
@ -73,6 +74,7 @@ The goal is to have only projects that are mostly stable and useful to users.
|
|||
* [redox-os/redox](https://github.com/redox-os/redox) — [<img src="https://travis-ci.org/redox-os/redox.svg?branch=master">](https://travis-ci.org/redox-os/redox)
|
||||
* [thepowersgang/rust_os](https://github.com/thepowersgang/rust_os) — [<img src="https://travis-ci.org/thepowersgang/rust_os.svg?branch=master">](https://travis-ci.org/thepowersgang/rust_os)
|
||||
|
||||
|
||||
## Development tools
|
||||
|
||||
* [brson/multirust](https://github.com/brson/multirust) — manage multiple Rust installations [<img src="https://travis-ci.org/brson/multirust.svg?branch=master">](https://travis-ci.org/brson/multirust)
|
||||
|
@ -140,7 +142,8 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs](
|
|||
* [passcod/cargo-watch](https://github.com/passcod/cargo-watch) — utility for cargo to compile projects when sources change [<img src="https://travis-ci.org/passcod/cargo-watch.svg?branch=master">](https://travis-ci.org/passcod/cargo-watch)
|
||||
* CMake
|
||||
* [SiegeLord/RustCMake](https://github.com/SiegeLord/RustCMake) — an example project showing usage of CMake with Rust [<img src="https://travis-ci.org/SiegeLord/RustCMake.svg?branch=master">](https://travis-ci.org/SiegeLord/RustCMake)
|
||||
|
||||
|
||||
|
||||
### Cloud
|
||||
|
||||
* AWS
|
||||
|
@ -178,6 +181,7 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs](
|
|||
* Scirust
|
||||
* [indigits/scirust](https://github.com/indigits/scirust) — scientific computing library in Rust [![Build Status](https://travis-ci.org/indigits/scirust.svg?branch=master)](https://travis-ci.org/indigits/scirust)
|
||||
|
||||
|
||||
### Cryptography
|
||||
|
||||
* [DaGenix/rust-crypto](https://github.com/DaGenix/rust-crypto) — cryptographic algorithms in Rust [<img src="https://travis-ci.org/DaGenix/rust-crypto.svg?branch=master">](https://travis-ci.org/DaGenix/rust-crypto)
|
||||
|
@ -287,17 +291,25 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs](
|
|||
* [chyh1990/yaml-rust](https://github.com/chyh1990/yaml-rust) — The missing YAML 1.2 implementation for Rust. [<img src="https://travis-ci.org/chyh1990/yaml-rust.svg?branch=master">](https://travis-ci.org/chyh1990/yaml-rust)
|
||||
* [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
|
||||
* [Piston](http://www.piston.rs) — [<img src="https://travis-ci.org/PistonDevelopers/piston.svg?branch=master">](https://travis-ci.org/PistonDevelopers/piston)
|
||||
* [SiegeLord/RustAllegro](https://github.com/SiegeLord/RustAllegro) — [Allegro 5](http://liballeg.org/) bindings [<img src="https://travis-ci.org/SiegeLord/RustAllegro.svg?branch=master">](https://travis-ci.org/SiegeLord/RustAllegro)
|
||||
|
||||
|
||||
### Geospatial
|
||||
|
||||
* [Georust](https://github.com/georust) — geospatial tools and libraries written in Rust
|
||||
|
||||
|
||||
### GUI
|
||||
|
||||
* Cocoa
|
||||
|
|
Loading…
Reference in a new issue