From 84e5a71cbaa59adb264bc16625d6825142fc0e5f Mon Sep 17 00:00:00 2001 From: kud1ing Date: Fri, 13 Nov 2015 13:25:19 +0100 Subject: [PATCH] add georust --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32aaceb..9207b2b 100644 --- a/README.md +++ b/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) — [](https://travis-ci.org/redox-os/redox) * [thepowersgang/rust_os](https://github.com/thepowersgang/rust_os) — [](https://travis-ci.org/thepowersgang/rust_os) + ## Development tools * [brson/multirust](https://github.com/brson/multirust) — manage multiple Rust installations [](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 [](https://travis-ci.org/passcod/cargo-watch) * CMake * [SiegeLord/RustCMake](https://github.com/SiegeLord/RustCMake) — an example project showing usage of CMake with Rust [](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 [](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. [](https://travis-ci.org/chyh1990/yaml-rust) * [kimhyunkang/libyaml-rust](https://github.com/kimhyunkang/libyaml-rust) — [libyaml](http://pyyaml.org/wiki/LibYAML) bindings [](https://travis-ci.org/kimhyunkang/libyaml-rust) + ### Filesystem * FUSE * [zargony/rust-fuse](https://github.com/zargony/rust-fuse) — [FUSE](http://fuse.sourceforge.net/) bindings + ### Game development * [bbodi/rust-voxlap](https://github.com/bbodi/rust-voxlap) — [Voxlap](http://advsys.net/ken/voxlap.htm) bindings * [Piston](http://www.piston.rs) — [](https://travis-ci.org/PistonDevelopers/piston) * [SiegeLord/RustAllegro](https://github.com/SiegeLord/RustAllegro) — [Allegro 5](http://liballeg.org/) bindings [](https://travis-ci.org/SiegeLord/RustAllegro) + +### Geospatial + +* [Georust](https://github.com/georust) — geospatial tools and libraries written in Rust + + ### GUI * Cocoa