mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-09-04 22:53:43 -04:00
move DigitalOcean to cloud
This commit is contained in:
parent
0001139141
commit
8265cfa856
1 changed files with 5 additions and 2 deletions
|
@ -16,6 +16,7 @@ The goal is to have only projects that are mostly stable and useful to users.
|
||||||
- [Libraries](#libraries)
|
- [Libraries](#libraries)
|
||||||
- [Audio](#audio)
|
- [Audio](#audio)
|
||||||
- [Build system](#build-system)
|
- [Build system](#build-system)
|
||||||
|
- [Cloud](#cloud)
|
||||||
- [Command-line argument parsing](#command-line-argument-parsing)
|
- [Command-line argument parsing](#command-line-argument-parsing)
|
||||||
- [Compression](#compression)
|
- [Compression](#compression)
|
||||||
- [Computation](#computation)
|
- [Computation](#computation)
|
||||||
|
@ -138,6 +139,10 @@ See also [http://areweideyet.com/](http://areweideyet.com/).
|
||||||
* CMake
|
* 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)
|
* [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
|
||||||
|
|
||||||
|
* DigitalOcean
|
||||||
|
* [kbknapp/doapi](https://github.com/kbknapp/doapi-rs) — DigitalOcean v2 API bindings [<img src="https://travis-ci.org/kbknapp/doapi-rs.svg?branch=master">](https://travis-ci.org/kbknapp/doapi-rs)
|
||||||
|
|
||||||
### Command-line argument parsing
|
### Command-line argument parsing
|
||||||
|
|
||||||
|
@ -363,8 +368,6 @@ See also [http://areweideyet.com/](http://areweideyet.com/).
|
||||||
|
|
||||||
### Platform specific
|
### Platform specific
|
||||||
|
|
||||||
* DigitalOcean
|
|
||||||
* [kbknapp/doapi](https://github.com/kbknapp/doapi-rs) — DigitalOcean v2 API bindings [<img src="https://travis-ci.org/kbknapp/doapi-rs.svg?branch=master">](https://travis-ci.org/kbknapp/doapi-rs)
|
|
||||||
* Linux
|
* 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)
|
* [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)
|
||||||
* [hannobraun/inotify-rs](https://github.com/hannobraun/inotify-rs) — [inotify](http://en.wikipedia.org/wiki/Inotify) bindings [<img src="https://travis-ci.org/hannobraun/inotify-rs.svg?branch=master">](https://travis-ci.org/hannobraun/inotify-rs)
|
* [hannobraun/inotify-rs](https://github.com/hannobraun/inotify-rs) — [inotify](http://en.wikipedia.org/wiki/Inotify) bindings [<img src="https://travis-ci.org/hannobraun/inotify-rs.svg?branch=master">](https://travis-ci.org/hannobraun/inotify-rs)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue