From fb3ea557cb0af48635d38dcf186ff2ee5b71a1ec Mon Sep 17 00:00:00 2001 From: BC Ko Date: Sun, 1 Jul 2018 13:18:29 -0700 Subject: [PATCH 1/3] fix travis error --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2670d37..05bcc6d 100644 --- a/README.md +++ b/README.md @@ -375,7 +375,7 @@ See also [Foreign Function Interface](https://doc.rust-lang.org/book/first-editi * [d-unseductable/ruru](https://github.com/d-unseductable/ruru) — native Ruby extensions written in Rust [](https://travis-ci.org/d-unseductable/ruru) * [tildeio/helix](https://github.com/tildeio/helix) — write Ruby classes in Rust [](https://travis-ci.org/tildeio/helix) * Web Assembly - * [ashleygwilliams/wasm-pack](https://github.com/ashleygwilliams/wasm-pack) — :package: :sparkles: pack up the wasm and publish it to npm! [](https://travis-ci.org/ashleygwilliams/wasm-packn) + * [rustwasm/wasm-pack](https://github.com/rustwasm/wasm-pack) — :package: :sparkles: pack up the wasm and publish it to npm! [](https://travis-ci.org/rustwasm/wasm-packn) * [rustwasm/wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) — A project for facilitating high-level interactions between wasm modules and JS. [](https://travis-ci.org/rustwasm/wasm-bindgen) ### IDEs @@ -950,7 +950,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [dylanmckay/protocol](https://github.com/dylanmckay/protocol) — Custom TCP/UDP protocol definitions * [actix/actix](https://github.com/actix/actix) — Actor library for Rust [](https://travis-ci.org/actix/actix) * NanoMsg - * [thehydroimpulse/nanomsg.rs](https://github.com/thehydroimpulse/nanomsg.rs) — [nanomsg](http://nanomsg.org/) bindings [](https://travis-ci.org/thehydroimpulse/nanomsg.rs) + * [thehydroimpulse/nanomsg.rs](https://github.com/thehydroimpulse/nanomsg.rs) — [nanomsg](https://nanomsg.org/) bindings [](https://travis-ci.org/thehydroimpulse/nanomsg.rs) * NNTP * [mattnenterprise/rust-nntp](https://github.com/mattnenterprise/rust-nntp) — an [NNTP](https://en.wikipedia.org/wiki/Network_News_Transfer_Protocol) client for Rust [](https://travis-ci.org/mattnenterprise/rust-nntp) * POP3 From 6abfb43052f6b9000ef1e5932ee282dfa83ada5a Mon Sep 17 00:00:00 2001 From: BC Ko Date: Sun, 1 Jul 2018 13:32:28 -0700 Subject: [PATCH 2/3] fixing travis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05bcc6d..7657f63 100644 --- a/README.md +++ b/README.md @@ -517,7 +517,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust and IDEs](https * [TeXitoi/structopt](https://github.com/TeXitoi/structopt) [[structopt](https://crates.io/crates/structopt)] — parse command line argument by defining a struct [](https://travis-ci.org/TeXitoi/structopt) * [killercup/quicli](https://github.com/killercup/quicli) [[quicli](https://crates.io/crates/quicli)] — quickly build cool CLI apps in Rust [](https://travis-ci.org/killercup/quicli) * Human-centered design - * [yoshuawuyts/human-panic](https://github.com/yoshuawuyts/human-panic) — panic messages for humans [](https://travis-ci.org/yoshuawuyts/human-panic) + * [rust-clique/human-panic](https://github.com/rust-clique/human-panic) — panic messages for humans [](https://travis-ci.org/rust-clique/human-panic) * Line editor * [srijs/rust-copperline](https://github.com/srijs/rust-copperline) [[copperline](https://crates.io/crates/copperline)] — pure-Rust command line editing library * [MovingtoMars/liner](https://github.com/MovingtoMars/liner) [[liner](https://crates.io/crates/liner)] — a library offering readline-like functionality [](https://travis-ci.org/MovingtoMars/liner) From 514860d8821e61b0ebd84287d52624c2034598b1 Mon Sep 17 00:00:00 2001 From: BC Ko Date: Sun, 1 Jul 2018 16:00:53 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7657f63..9cfb675 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). ## Applications -See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organizations running Rust in production). +See also [Friends of Rust](https://www.rust-lang.org/friends.html)(organizations running Rust in production). * [andschwa/rust-genetic-algorithm](https://github.com/andschwa/rust-genetic-algorithm) — a genetic algorithm for academic benchmark problems [](https://travis-ci.org/andschwa/rust-genetic-algorithm) * [azerupi/mdBook](https://github.com/rust-lang-nursery/mdBook) — a command line utility to create books from markdown files [](https://travis-ci.org/azerupi/mdBook)