From a42212f57027bbb9b9fa87f424b4d3175d2493f4 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Sun, 28 Apr 2019 08:54:40 +0200 Subject: [PATCH] resolve redirects --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cc7d10f..e55d9ca 100644 --- a/README.md +++ b/README.md @@ -290,7 +290,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [brycx/checkpwn](https://github.com/brycx/checkpwn) — A Have I Been Pwned (HIBP) command-line utility tool that lets you easily check for compromised accounts and passwords. * [evansmurithi/cloak](https://github.com/evansmurithi/cloak) — A Command Line OTP (One Time Password) Authenticator application. [](https://travis-ci.com/evansmurithi/cloak) [](https://ci.appveyor.com/project/evansmurithi/cloak) -* [arthrp/consoletimer](https://github.com/arthrp/consoleTimer) - Simple timer for your terminal. [](https://travis-ci.org/arthrp/consoleTimer) +* [arthrp/consoletimer](https://github.com/arthrp/consoleTimer) - Simple timer for your terminal. [](https://travis-ci.org/arthrp/consoleTimer) * [myfreeweb/freepass](https://github.com/myfreeweb/freepass) — The free password manager for power users. [](https://travis-ci.org/myfreeweb/freepass) * [arthrp/quick-skeleton](https://github.com/arthrp/quick-skeleton) — Project scaffolding tool, similar to Yeoman and Slush. [](https://travis-ci.org/arthrp/quick-skeleton) * [yaa110/rubigo](https://github.com/yaa110/rubigo) — Golang dependency tool and package manager, written in Rust [](https://travis-ci.org/yaa110/rubigo) @@ -596,7 +596,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [dpc/mioco](https://github.com/dpc/mioco) — Scalable, coroutine-based, asynchronous IO handling library [Travis CI Build Status](https://travis-ci.org/dpc/mioco) * [TeaEntityLab/fpRust](https://github.com/TeaEntityLab/fpRust) — Monad/MonadIO, Handler, Coroutine/doNotation, Functional Programming features for Rust [Travis CI Build Status](https://travis-ci.org/TeaEntityLab/fpRust) * [rust-lang-nursery/futures-rs](https://github.com/rust-lang-nursery/futures-rs) — Zero-cost futures in Rust [Travis CI Build Status](https://travis-ci.org/rust-lang-nursery/futures-rs) -* [carllerche/mio](https://github.com/carllerche/mio) — MIO is a lightweight IO library for Rust with a focus on adding as little overhead as possible over the OS abstractions [](https://travis-ci.org/carllerche/mio) +* [mio](https://github.com/tokio-rs/mio) — MIO is a lightweight IO library for Rust with a focus on adding as little overhead as possible over the OS abstractions [](https://travis-ci.org/tokio-rs/mio) * [Xudong-Huang/may](https://github.com/Xudong-Huang/may) — rust stackful coroutine library [](https://travis-ci.org/Xudong-Huang/may) ### Audio @@ -983,7 +983,7 @@ See also [Are we game yet?](http://arewegameyet.com) * Entity-Component Systems (ECS) * [slide-rs/specs](https://github.com/slide-rs/specs) — Specs Parallel ECS [](httpsL//github.com/travis-ci.org/slide-rs/specs) * Game Engines - * [Amethyst](https://www.amethyst.rs) — Data-oriented game engine [](https://jenkins.amethyst-engine.org/blue/organizations/jenkins/amethyst/activity/) + * [Amethyst](https://amethyst.rs) — Data-oriented game engine [](https://jenkins.amethyst-engine.org/blue/organizations/jenkins/amethyst/activity/) * [Piston](https://www.piston.rs/) — [](https://travis-ci.org/PistonDevelopers/piston) * [ggez](https://github.com/ggez/ggez) — A lightweight game framework for making 2D games with minimum friction [](https://travis-ci.org/ggez/ggez) * [Kiss3D](http://kiss3d.org/) — A Keep It Simple, Stupid 3d graphics engine written with Rust @@ -1022,7 +1022,7 @@ See also [Are we game yet?](http://arewegameyet.com) * [glium/glium](https://github.com/glium/glium) — safe OpenGL wrapper for the Rust language. [](https://travis-ci.org/glium/glium) * [Kiss3d](http://kiss3d.org) — draw simple geometric figures and play with them with one-liners [](https://api.travis-ci.org/repositories/sebcrozet/kiss3d.json) * [PistonDevelopers/glfw-rs](https://github.com/PistonDevelopers/glfw-rs) — [](https://travis-ci.org/PistonDevelopers/glfw-rs) - * [tomaka/glutin](https://github.com/tomaka/glutin) — Rust alternative to [GLFW](https://www.glfw.org/) [](https://travis-ci.org/tomaka/glutin) + * [glutin](https://crates.io/crates/glutin) — Rust alternative to [GLFW](https://www.glfw.org/) [](https://travis-ci.org/rust-windowing/glutin) * PDF * [kaj/rust-pdf](https://github.com/kaj/rust-pdf) — [](https://travis-ci.org/kaj/rust-pdf) * [fschutt/printpdf](https://github.com/fschutt/printpdf) — PDF writing library [](https://travis-ci.org/fschutt/printpdf) @@ -1076,7 +1076,7 @@ See also [Are we game yet?](http://arewegameyet.com) * [abonander/img_hash](https://github.com/abonander/img_hash) — Perceptual image hashing and comparison for equality and similarity. * [image-rs/image](https://github.com/image-rs/image) — Basic imaging processing functions and methods for converting to and from image formats [](https://travis-ci.org/image-rs/image) -* [PistonDevelopers/imageproc](https://github.com/PistonDevelopers/imageproc) — An image processing library, based on the `image` library. [![Build Status](https://api.travis-ci.org/PistonDevelopers/imageproc.svg?branch=master)](https://travis-ci.org/PistonDevelopers/imageproc) +* [image-rs/imageproc ](https://github.com/image-rs/imageproc ) — An image processing library, based on the `image` library. [![Build Status](https://api.travis-ci.org/image-rs/imageproc .svg?branch=master)](https://travis-ci.org/image-rs/imageproc ) * [twistedfall/opencv-rust](https://github.com/twistedfall/opencv-rust) — Rust bindings for OpenCV [](https://travis-ci.org/twistedfall/opencv-rust) * [teovoinea/steganography](https://github.com/teovoinea/steganography) [[steganography](https://crates.io/crates/steganography)] — A simple steganography library [](https://travis-ci.org/teovoinea/steganography) @@ -1109,7 +1109,7 @@ See also [Are we game yet?](http://arewegameyet.com) [Geal/rust_on_mobile](https://github.com/Geal/rust_on_mobile) * Android - * [tomaka/android-rs-glue](https://github.com/tomaka/android-rs-glue) — glue between Rust and Android [](https://travis-ci.org/tomaka/android-rs-glue) + * [rust-windowing/android-rs-glue](https://github.com/rust-windowing/android-rs-glue) — glue between Rust and Android [](https://travis-ci.org/rust-windowing/android-rs-glue) * iOS * [TimNN/cargo-lipo](https://github.com/TimNN/cargo-lipo) — A cargo lipo subcommand which automatically creates a universal library for use with your iOS application. [](https://travis-ci.org/TimNN/cargo-lipo) * [vhbit/ObjCrust](https://github.com/vhbit/ObjCrust) — using Rust to create an iOS static library [](https://travis-ci.org/vhbit/ObjCrust) @@ -1130,7 +1130,7 @@ See also [Are we game yet?](http://arewegameyet.com) * JSON-RPC * [vlopes11/futures-jsonrpc](https://github.com/vlopes11/futures-jsonrpc) [[futures-jsonrpc](https://crates.io/crates/futures-jsonrpc)] — Futures implementation for JSON-RPC [](https://travis-ci.org/vlopes11/futures-jsonrpc) * Low level - * [Gymmasssorla/sendmmsg](https://github.com/Gymmasssorla/sendmmsg) — Transmit multiple messages using one system call in Rust [](https://travis-ci.com/Gymmasssorla/sendmmsg) + * [Gymmasssorla/sendmmsg](https://github.com/Gymmasssorla/sendmmsg) — Transmit multiple messages using one system call in Rust [](https://travis-ci.com/Gymmasssorla/sendmmsg) * [libpnet/libpnet](https://github.com/libpnet/libpnet) — A cross-platform, low level networking [](https://travis-ci.org/libpnet/libpnet) * [tokio-rs/tokio](https://github.com/tokio-rs/tokio) — A network application framework for rapid development and highly scalable production deployments of clients and servers. * [dylanmckay/protocol](https://github.com/dylanmckay/protocol) — Custom TCP/UDP protocol definitions @@ -1269,7 +1269,7 @@ See also [Are we web yet?](http://www.arewewebyet.org) and [Rust web framework c * [Rocket](https://github.com/SergioBenitez/Rocket) — Rocket is web framework for Rust (nightly) with a focus on ease-of-use, expressability, and speed [](https://travis-ci.org/SergioBenitez/Rocket) * [Rustless](https://github.com/rustless/rustless) — A REST-like API micro-framework inspired by [Grape](https://github.com/ruby-grape/grape) and [Hyper](https://github.com/hyperium/hyper) [](https://travis-ci.org/rustless/rustless) * [Saphir](https://github.com/richerarc/saphir) — A progressive web framework with low-level control, without the pain. - * [sappworks/sapper](https://github.com/sappworks/sapper) — A lightweight web framework built on async hyper, implemented in Rust language. [](https://travis-ci.org/sappworks/sapper) + * [rustforce/sapper](https://github.com/rustforce/sapper) — A lightweight web framework built on async hyper, implemented in Rust language. [](https://travis-ci.org/rustforce/sapper) * [tiny-http](https://github.com/tiny-http/tiny-http) — Low level HTTP server library [](https://travis-ci.org/frewsxcv/tiny-http) * [tomaka/rouille](https://github.com/tomaka/rouille) — Web framework in Rust [](https://travis-ci.org/tomaka/rouille) * [carllerche/tower-web](https://github.com/carllerche/tower-web) [[tower-web](https://crates.io/crates/tower-web)] — A fast, boilerplate free, web framework for Rust [](https://travis-ci.org/carllerche/tower-web)