diff --git a/Cargo.lock b/Cargo.lock index 7bcfc3038..594814cf1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,51 +1,3 @@ -[root] -name = "crater" -version = "0.1.0" -dependencies = [ - "arc-cell 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "chrono 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "clap 2.24.2 (registry+https://github.com/rust-lang/crates.io-index)", - "crates-index 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dotenv 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-cpupool 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "handlebars 0.27.0 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", - "mime 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", - "ref_slice 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "reqwest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "result 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "route-recognizer 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "rusoto_core 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rusoto_s3 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rustup-dist 1.4.0 (git+https://github.com/rust-lang-nursery/rustup.rs?tag=1.4.0)", - "scopeguard 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "semver 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "slog 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "slog-scope 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "slog-term 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "structopt 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "structopt-derive 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", - "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-core 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-process 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-timer 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "toml 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", - "uri 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "advapi32-sys" version = "0.1.2" @@ -246,6 +198,54 @@ dependencies = [ "libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "crater" +version = "0.1.0" +dependencies = [ + "arc-cell 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "chrono 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 2.24.2 (registry+https://github.com/rust-lang/crates.io-index)", + "crates-index 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dotenv 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-cpupool 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "handlebars 0.27.0 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", + "mime 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", + "ref_slice 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "reqwest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "result 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "route-recognizer 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "rusoto_core 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rusoto_s3 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rustup-dist 1.4.0 (git+https://github.com/rust-lang-nursery/rustup.rs?tag=1.4.0)", + "scopeguard 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "semver 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "slog 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "slog-scope 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "slog-term 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "structopt 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "structopt-derive 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", + "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-core 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-process 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "toml 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "uri 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "crates-index" version = "0.10.0" diff --git a/gh-apps.txt b/gh-apps.txt index 297f9c2dc..cb52fd7cc 100644 --- a/gh-apps.txt +++ b/gh-apps.txt @@ -1,2265 +1,1970 @@ -https://github.com/0gajun/hdc1000_monitor -https://github.com/0X1A/core-utils -https://github.com/0xpr03/yayd +https://github.com/0freeman00/tokio_simple_server +https://github.com/0ncorhynchus/rust-md +https://github.com/1011X/REL-16 https://github.com/1011X/emily-rust +https://github.com/1uks/brainfuck-jit https://github.com/1vn/wifi_doorbell +https://github.com/1wilkens/rdm +https://github.com/22a/brute-canary https://github.com/2bdkid/chip8-emulator +https://github.com/3541/shell +https://github.com/3Hren/cocaine-http-proxy https://github.com/3Hren/logdrop https://github.com/3Hren/zenlog -https://github.com/Aaronepower/ddg -https://github.com/Aaronepower/i8080 -https://github.com/Aaronepower/numcount +https://github.com/46bit/comms +https://github.com/887/fluffy-system +https://github.com/887/mass-file-renamer +https://github.com/AGhost-7/schedule-m8 +https://github.com/APTy/kvlite +https://github.com/AaronFriel/grapple +https://github.com/Aaronepower/hostme https://github.com/Aaronepower/tokei -https://github.com/AaronLeon/eecs395-rust-hw3 -https://github.com/aatxe/awebot +https://github.com/Acizza/anitrack +https://github.com/AerialX/rust-emscripten-example +https://github.com/AffogatoLang/moka-rust +https://github.com/AgilData/gibbs-mysql-spyglass +https://github.com/AgilData/mysql-proxy-rs +https://github.com/AlexW-GH/rust8 +https://github.com/Alexander-Miller/hanabi-server +https://github.com/AlexanderElias/rust-iron-handlebars +https://github.com/AlexanderElias/rust-nickel-mustache +https://github.com/AlexanderThaller/get_grains +https://github.com/AlexanderThaller/salt-compressor +https://github.com/AlisCode/AdventOfCode2017 +https://github.com/AltSysrq/pgpipe +https://github.com/AndreasSchroeder/rust_game_project +https://github.com/Antsiscool/sudoku_solver +https://github.com/Antti/rust-workshop-brainfuck +https://github.com/ApolloCrawler/gauc +https://github.com/ArchersDeLaBretagneRomantique/users +https://github.com/ArielMant0/RustChess +https://github.com/AsoSunag/redis-client +https://github.com/BaconSoap/branch-destroyer +https://github.com/BanjoFox/fedibook +https://github.com/BartWillems/YoukeBox-rust +https://github.com/BeeWarloc/cogboy +https://github.com/BertrandD/imageResize +https://github.com/Beskhue/advent-of-code-2017 +https://github.com/Bilalh/vgmdb-rust +https://github.com/BlakeWilliams/rust-brainfuck +https://github.com/BlakeWilliams/slack_markov +https://github.com/BlakeWilliams/straw +https://github.com/BobertForever/sship +https://github.com/Bobo1239/rust-vst-demo +https://github.com/BookOwl/rusty-markov +https://github.com/BrainBlasted/Trumpet +https://github.com/BurntSushi/cargo-benchcmp +https://github.com/BurntSushi/ripgrep +https://github.com/BurntSushi/xsv +https://github.com/BygoneWorlds/telepipe +https://github.com/CSM-Dream-Team/final-project +https://github.com/CallumHoward/walker +https://github.com/CamJN/jsonqrst +https://github.com/CamJN/killline +https://github.com/CamJN/min +https://github.com/CanalTP/mimirsbrunn +https://github.com/Celti/rust-load +https://github.com/ChariotEngine/Chariot +https://github.com/Chicoryn/dream-go +https://github.com/ChrisMacNaughton/tetanus +https://github.com/ChristophWurst/krankerl +https://github.com/CleanCut/rusty_sword +https://github.com/CleverCloud/issues-helper +https://github.com/CloneRob/PBR-Engine +https://github.com/CodeGradox/Rust-Sense-Hat +https://github.com/ColinKinloch/get-newsblur +https://github.com/Connicpu/connies-rpg-game +https://github.com/Connicpu/d2d1test-rs +https://github.com/CooCooCaCha/amethyst-hot-reload +https://github.com/CraZySacX/aoc +https://github.com/CraigglesO/ethpool-parity +https://github.com/Crazy-Owl/hungry-pixel-rs +https://github.com/CrockAgile/bitbucket-repo-lister +https://github.com/CryZe/demangle-tww +https://github.com/CryZe/livesplit-rivatuner +https://github.com/CryZe/rustboyadvance +https://github.com/DLeyland/Hello-Rust +https://github.com/Dagothig/rust-opengl-attempt +https://github.com/Damezuma/rust-realtime-chat +https://github.com/DanielCollins/incarnadine +https://github.com/DanielKeep/calendar-example +https://github.com/DanielKeep/cargo-script +https://github.com/DemonSpawn/gameOfLife +https://github.com/DenisKolodin/cargo-docker +https://github.com/DenisKolodin/sip-rs +https://github.com/Detegr/Clicker +https://github.com/Diggsey/ruplace_viewer +https://github.com/Dineshs91/wordgen +https://github.com/DiscoViking/rust_club +https://github.com/DomWilliams0/cimulosm +https://github.com/DominoTree/ipfix-elasticsearch +https://github.com/Don42/pixelflut-rs +https://github.com/DougNoGit/side-scroller-rust +https://github.com/DrGoldfire/advent2017 +https://github.com/DrKwint/bayes +https://github.com/Drakulix/fireplace +https://github.com/DsXack/rust_philosopher_dinner +https://github.com/EEVV/haxlel +https://github.com/EFulmer/weeshchain +https://github.com/ELD/hackassembler-rs +https://github.com/EmilHernvall/hermes +https://github.com/EmmaLa/MonkeyInterpreter +https://github.com/Enet4/cargo-navigate +https://github.com/Enet4/julia-bench-rs +https://github.com/Enet4/propan +https://github.com/EugenioPetulla/labirintite-in-rust +https://github.com/Euphoric/EconomicSim +https://github.com/FFX01/arcade-rs +https://github.com/FGRibreau/rss-to-lametric +https://github.com/FHMS-ITS/Xim +https://github.com/FTB-Gamepedia/ftb-rs +https://github.com/FauxFaux/contentin +https://github.com/FauxFaux/deb2pg +https://github.com/FauxFaux/quadrs +https://github.com/Fedcomp/metarust +https://github.com/Feliix42/bitly-rs +https://github.com/Fishrock123/nucleus-chakra +https://github.com/Fitzsimmons/cmdipass +https://github.com/Flarp/DoIWannaKnow +https://github.com/FloVanGH/pg-frame +https://github.com/ForsakenHarmony/adventofcode_2017 +https://github.com/FreeFull/Asteroids-Plus +https://github.com/Freezerburn/rust-text-adventure +https://github.com/Freyskeyd/rundeck +https://github.com/FrogBomb/ulam_spiral +https://github.com/Fuzen-py/fuzen.info +https://github.com/GHvW/rust_vocabulary +https://github.com/Gekkio/mooneye-gb +https://github.com/Gexon/loginserver +https://github.com/GodTamIt/diffsim +https://github.com/Grokmoo/rust-game +https://github.com/GuillaumeGomez/process-viewer +https://github.com/GuillaumeGomez/video-metadata-rs +https://github.com/HackGT/hackgproject +https://github.com/HadrienG2/3photons-rust +https://github.com/Haggus/bust +https://github.com/Hand-of-Cthulhu/rust-winapi-keylogger +https://github.com/Henning-K/cargo-authors +https://github.com/HenryTheCat/RUSThello +https://github.com/HewlettPackard/shoveller +https://github.com/HipsterBrown/minigrep +https://github.com/Hopman/roest +https://github.com/Hoverbear/rust-rosetta +https://github.com/HowNetWorks/ama +https://github.com/HybridEidolon/rustvita +https://github.com/IBUzPE9/hyper-tokio-sse-example +https://github.com/IanConnolly/which.rs +https://github.com/IdeaJailbreak/game-of-life-rs +https://github.com/ImageOptim/gifski +https://github.com/InQuicker/kaws +https://github.com/InQuicker/ktmpl +https://github.com/Isaac-Lozano/um-rust +https://github.com/JWorthe/rust_git_hooks +https://github.com/JacksonGariety/earthmacs-rs +https://github.com/JacobEberhardt/AdventOfCode +https://github.com/JacobEberhardt/ZoKrates +https://github.com/Jarusk/pass-rs +https://github.com/JasonKleban/RustyEuler +https://github.com/Jay9596/scribble +https://github.com/JinShil/rust_arm_cortex-m_semihosted_hello_world +https://github.com/JinShil/rust_arm_cortex-m_semihosted_hello_world_libcore +https://github.com/JohnBSmith/moss +https://github.com/Jokler/AdventOfCode +https://github.com/JuanPotato/botato +https://github.com/KaiserKyle/Rust_Chip8 +https://github.com/Keats/gutenberg +https://github.com/KeenS/cargo-pack-docker +https://github.com/KeenS/http_server +https://github.com/KeenS/webml +https://github.com/KeepCalmAndLearnRust/object-factory-pattern +https://github.com/Kerollmops/particle-system-rs +https://github.com/Keruspe/mnemesis +https://github.com/KeyboardFire/babble +https://github.com/KeyboardFire/chessolang +https://github.com/Kibouo/particles +https://github.com/Kilobyte22/nettest +https://github.com/Kingsquee/glwhy +https://github.com/Kintaro/wtftw +https://github.com/KitFreddura/Kinder +https://github.com/Kixunil/rmcr +https://github.com/LFalch/key-layouts +https://github.com/LPGhatguy/teensy-rust-experiment +https://github.com/Laastine/ftp +https://github.com/Laastine/zombie-shooter +https://github.com/LesPepitos/gist +https://github.com/Limeth/streamsplash +https://github.com/Limvot/rust-SDL-OpenGL-example +https://github.com/LinusU/emoji-commit +https://github.com/Lispre/so_stupid_search +https://github.com/LogoiLab/caffeine-rs +https://github.com/LogoiLab/echran +https://github.com/Lolirofle/2dgl +https://github.com/LordSentox/sascs +https://github.com/Luke-Nukem/rs_webserver_game +https://github.com/Luminarys/synapse +https://github.com/Machtan/token-rs +https://github.com/MackieLoeffel/avr-vm +https://github.com/MackieLoeffel/rust-os +https://github.com/MaikKlein/cargo-workspace +https://github.com/MaikKlein/variadic +https://github.com/Maplicant/entropy_words +https://github.com/MarkMcCaskey/rusty-8 +https://github.com/Marwes/haskell-compiler +https://github.com/Matt-Hurd/42-GBmu +https://github.com/Matthew-Maclean/user_vote_scraper +https://github.com/McGittyHub/aoc-2k17 +https://github.com/McGittyHub/cubes-rs +https://github.com/Mcat12/backtrack +https://github.com/MegaBouncer/IRCConnector +https://github.com/Mic92/cntr +https://github.com/MichaelWJung/rustgb +https://github.com/MikkelSchubert/big_text +https://github.com/Milhound/Rust-Bot +https://github.com/Minoru/git-submerge +https://github.com/Miridyan/paint +https://github.com/MitinPavel/rocket_redis_r2d2 +https://github.com/MonkeyLog/BrewStillery +https://github.com/NanXiao/stream +https://github.com/NateAGeek/BB-Assembler +https://github.com/NathanMer/RFSMP +https://github.com/NathanielPerkins/Serial_Logger +https://github.com/Nercury/comics-rs +https://github.com/Nercury/monilog +https://github.com/Nervengift/rust-elm-example +https://github.com/NicolasLM/nucleon +https://github.com/NilSet/fc-primes +https://github.com/NishanthSpShetty/crust +https://github.com/Nogamara/timezonebot +https://github.com/NotGyro/Gestalt +https://github.com/Ogeon/pyrite +https://github.com/Okasu/in-order +https://github.com/Oliver2213/chatpack-updater +https://github.com/Ongy/dhcp-rs +https://github.com/OpenStratos/OpenStratos-rs +https://github.com/OsnaCS/plantex +https://github.com/ParadoxSpiral/axon +https://github.com/ParadoxSpiral/parabot +https://github.com/Parfyonator/merkle_tree +https://github.com/PaulKlinger/watch-leela-train +https://github.com/Pctg-x8/interlude +https://github.com/Peekmo/rust-roguelike +https://github.com/PeterHatch/color-smash +https://github.com/PhilipTrauner/match3 +https://github.com/Phrohdoh/github-webhook-data-rs +https://github.com/PierreZ/addupstream +https://github.com/Pirh/doq +https://github.com/PistonDevelopers/hematite +https://github.com/Polish-Civil/kingdoms-rs +https://github.com/Polly-lang/Polly +https://github.com/Pomettini/streaming-stampede +https://github.com/Pranz/Emperust +https://github.com/Programming4life/chromium_updater +https://github.com/Progressive-Learning-Platform/plp-grinder +https://github.com/PushAMP/pamcollector +https://github.com/PyO3/tokio +https://github.com/QuietMisdreavus/rust-docbot +https://github.com/Quyzi/gpt +https://github.com/RCIX/word_generator +https://github.com/Racum/djpass +https://github.com/RalfJung/rust-101 +https://github.com/RandomInsano/Baudler +https://github.com/RayNovarina/rust-docker-heroku +https://github.com/RazrFalcon/svgcleaner +https://github.com/RecursiveLogic/Rush +https://github.com/RedBeardLab/rediSQL +https://github.com/Redrield/kobalt-updater +https://github.com/ReemusRabala/End-of-Time +https://github.com/Reflejo/yobot +https://github.com/Regan-Koopmans/time-serv +https://github.com/ReinierMaas/PathTracer +https://github.com/RoPP/todo-backend-rustful +https://github.com/Robbepop/cionc +https://github.com/RossMeikleham/Super-CHIP8-Rust +https://github.com/Roybie/hack-emulator +https://github.com/RustAudio/lewton +https://github.com/RustSec/cargo-audit +https://github.com/RustSparkle/Snaked +https://github.com/Ryan1729/one-night-ultimate-werewolf +https://github.com/Rydgel/rustis +https://github.com/SF-Software/Shadow-RPG +https://github.com/SUPERAndroidAnalyzer/super +https://github.com/SamYaple/qemuwatch +https://github.com/SamYaple/waterrower-rs +https://github.com/ScazLab/baby_linguist +https://github.com/Sean1708/cargo-brew +https://github.com/ShadowNinja/mt_media_collector +https://github.com/Shnitz/aoc +https://github.com/SiIky/gtk-stuff +https://github.com/SiIky/jcd.rs +https://github.com/SimonSapin/rust-on-bbc-microbit +https://github.com/SirRade/homepage +https://github.com/SirRade/slowloris-rs +https://github.com/Skealz/pistontest +https://github.com/SkyBeastMC/RayTracer-Rust +https://github.com/SlartiTron/legend +https://github.com/Sloth6/fastaq_ngrams +https://github.com/SmilingNavern/rconsole +https://github.com/Sogomn/grass-daut +https://github.com/Spalynx/soliloquy +https://github.com/SpiderPigSpy/meetup-bot +https://github.com/SpinResearch/RustySecrets +https://github.com/Spotifyd/spotifyd +https://github.com/SriRamanujam/quasselclient-curses +https://github.com/StefanYohansson/sadfeelings +https://github.com/StefanoChiodino/niceprofit +https://github.com/StoneDot/server_monitor +https://github.com/StrayLightning/aeolius +https://github.com/Svedrin/sunt +https://github.com/TBeihammer/Snake +https://github.com/TF2Stadium/config.tf +https://github.com/TechnoCrunch/ACMToWAV +https://github.com/TechnoCrunch/acro +https://github.com/TestAccount404/STEVENFILES +https://github.com/ThatOtherPerson/sembler +https://github.com/ThatsGobbles/taggu-rust +https://github.com/TheDan64/limonite +https://github.com/TheNeikos/infiniventure +https://github.com/TheSpiritXIII/Texture-Atlas +https://github.com/TheZoq2/flash +https://github.com/ThimLohse/mangOS +https://github.com/Thinkofname/steven +https://github.com/ThomasColliers/age-of-rust +https://github.com/TieSoul/GBEm +https://github.com/TimNN/cargo-lipo +https://github.com/Tomcc/acpplinter +https://github.com/TooManyBees/super-metroid +https://github.com/Tsallanmaa/chit8 +https://github.com/TuckerBMorgan/RustServerForFireplace +https://github.com/Turnierserver/API +https://github.com/Twinklebear/tray_rust +https://github.com/Tyzzer/webdir +https://github.com/USUFox/mandelbrot +https://github.com/UnlawfulMonad/regtest +https://github.com/Urcra/rusty-8 +https://github.com/VelocityRa/rustboy +https://github.com/VictorKoenders/rust_stm32 +https://github.com/Vinatorul/game_proto +https://github.com/Vinatorul/minesweeper-rs +https://github.com/Vinatorul/tileengine-rs +https://github.com/Vurich/sexpress +https://github.com/Vzaa/craycray +https://github.com/Waldteufel/barrel-organ +https://github.com/WanzenBug/xch +https://github.com/White-Oak/kefia +https://github.com/Wilfred/bfc +https://github.com/Wilfred/gameboy_emulator +https://github.com/Wilfred/sooty +https://github.com/WuTheFWasThat/hanabi.rs +https://github.com/XDjackieXD/png4snowy +https://github.com/XMPPwocky/legend_of_link +https://github.com/Xinkai/Minesweeper +https://github.com/Xion/cargo-download +https://github.com/YaLTeR/talos-tools +https://github.com/Yasu-umi/rust_nlp_100_examples +https://github.com/ZOTTCE/cleo-vm +https://github.com/ZSarver/rust-man +https://github.com/ZacharyKamerling/rust_rts +https://github.com/Zen12/learn_rust_opengl +https://github.com/ZeroCostGoods/hoppler +https://github.com/aag/eagle-eye +https://github.com/aatxe/alectro +https://github.com/aatxe/dnd https://github.com/aatxe/irc-services -https://github.com/aatxe/mailbot https://github.com/aatxe/mcaas -https://github.com/aatxe/rip https://github.com/aatxe/rustlike -https://github.com/abombard/expert-system -https://github.com/abonander/img-dup +https://github.com/abhi18av/my_dylib +https://github.com/abhishek6262/calculator https://github.com/abtv/sloc -https://github.com/Acizza/bcnotif -https://github.com/Acizza/twirc -https://github.com/acmcarther/next_space_coop -https://github.com/acmcarther/swarm-test-rust +https://github.com/abusch/rustracer +https://github.com/acdenisSK/kitty-rs +https://github.com/aclemmensen/rusty-regex-search https://github.com/acmiyaguchi/rust-tinywm -https://github.com/actimehl/c_ffi_test -https://github.com/actindi-dev/outing-mining-rust -https://github.com/adelelopez/khovanov +https://github.com/adamgreig/asfmrs +https://github.com/adamwilbert/Rust-Guessing-Game +https://github.com/adfaure/batsim.rs https://github.com/adinapoli/profiv https://github.com/adinapoli/viktor -https://github.com/adjivas/pasteur -https://github.com/admazzola/metal https://github.com/adnelson/nix-browse -https://github.com/AdrianDanis/R4 -https://github.com/AdrienChampion/benchi -https://github.com/AerialX/rust-emscripten-example -https://github.com/afishberg/feo-boy -https://github.com/afonso360/RustBox -https://github.com/agatan/sq +https://github.com/aeleos/BoringOS +https://github.com/afonso360/td +https://github.com/agatan/squeeze-rs https://github.com/agatan/yoin -https://github.com/AgilData/gibbs-mysql-spyglass -https://github.com/AgilData/mysql-proxy-rs -https://github.com/agmcleod/agile_archer +https://github.com/agersant/polaris https://github.com/agrover/froyo -https://github.com/ahk/rust-web-arm https://github.com/ahwatts/filament +https://github.com/aidanhs/dayer https://github.com/aidanhs/tclscan -https://github.com/airsword/airsword-rs +https://github.com/aij/cafs https://github.com/aisrael/ceph-rs -https://github.com/aji/ircd-oxide -https://github.com/ajoneil/missingnogmb -https://github.com/akatsuki-chan/tmux-ssh-pane +https://github.com/aizyurov/meccano +https://github.com/aji/oxide-proxy +https://github.com/ak1t0/rust-socks-server https://github.com/akitaonrails/rust_ruby_exercise_1 -https://github.com/akitsu-sanae/alcl -https://github.com/akitsu-sanae/ysd https://github.com/akuraj/eroica -https://github.com/alanamramjit/replay +https://github.com/alamminsalo/radio https://github.com/alan-andrade/rust-irc https://github.com/alan-andrade/snake2-rs -https://github.com/alberdingk-thijm/podesta -https://github.com/albertp007/RustQ -https://github.com/aleics/rsmath +https://github.com/alanpoon/hardback_server +https://github.com/alatiera/GResource-rs-example +https://github.com/albertofem/carcasian https://github.com/aleksanb/plates -https://github.com/alem0lars/fizzy -https://github.com/alexandercampbell/pi -https://github.com/AlexanderChen1989/halo -https://github.com/AlexanderElias/rust-nickel-mustache -https://github.com/AlexanderElias/rust-sendmail +https://github.com/alex/csv-sql +https://github.com/alex/ct-tools https://github.com/alexanderkyte/etiquette -https://github.com/Alexander-Miller/hanabi-server -https://github.com/alexchandel/ld9 +https://github.com/alexcrichton/bors2 https://github.com/alexcrichton/cargo-edit-locally https://github.com/alexcrichton/cargo-vendor -https://github.com/alexcrichton/futures-await -https://github.com/alexcrichton/rust-central-station -https://github.com/alexcrichton/stamp-rs -https://github.com/alex/csv-sql -https://github.com/alex/ct-tools -https://github.com/AlexeyAkhunov/parse_bitcoin -https://github.com/alexfish8/rustboy +https://github.com/alexcrichton/wasm-gc https://github.com/alexkehayias/cargo-safety -https://github.com/AlexNav73/rusty_dam -https://github.com/alex/otp-cop -https://github.com/AlexW-GH/rust8 -https://github.com/alisha17/Tic-Tac-Toe -https://github.com/AltSysrq/ensync -https://github.com/amarant/codecon -https://github.com/amrhassan/countinversions -https://github.com/anchovieshat/tilepaste -https://github.com/anchovieshat/turnip -https://github.com/andars/bits-of-rust +https://github.com/alexpearce/adventofcode_2017 +https://github.com/alextanhongpin/rust-rocket +https://github.com/algermissen/web-rust +https://github.com/algesten/rabbiteer-rs +https://github.com/allan-simon/sentence-aligner-rust +https://github.com/althea-mesh/guac-light-client +https://github.com/amar-laksh/workstation +https://github.com/amcarthur/hammer +https://github.com/amrhassan/pazuzu +https://github.com/amukiza/git-utils https://github.com/andars/rust-calculator -https://github.com/AndreasSchroeder/rust_game_project -https://github.com/andrebeat/rust-okasaki https://github.com/andrejskoda/hello_rust -https://github.com/andrewcsmith/owt-rust -https://github.com/andrewdavidmackenzie/libproc-rs https://github.com/andrew-d/emoji256 https://github.com/andrew-d/findcrypt -https://github.com/andrewyli/rust-madlibs -https://github.com/AndroidOatmeal/rust-mtg-sim +https://github.com/andrew-pa/txd +https://github.com/andrew-pa/ununi +https://github.com/andrewclarkson/yaml.rs +https://github.com/andrewcsmith/osc_server_example +https://github.com/andrewcsmith/owt-rust +https://github.com/andrewcsmith/reconstruction +https://github.com/andrewdavidmackenzie/libproc-rs +https://github.com/andrewhickman/lang +https://github.com/andreyrmg/advent-of-code +https://github.com/andriy-kuz/consensus_from_trust https://github.com/andygrove/tmp102-rs -https://github.com/andyrsmith/learnRust -https://github.com/anekos/axe -https://github.com/anekos/chrysoberyl -https://github.com/angelini/dataframes -https://github.com/AngelOfSol/dsa_hw2 -https://github.com/angered-ghandi/OpenAOE https://github.com/angusholder/gba-emulator -https://github.com/anguslees/kubecfg -https://github.com/anmej/piston-falling-sand-prototype https://github.com/anowell/servur +https://github.com/antage/netcat https://github.com/antekone/parse-netstats -https://github.com/antonysastre/guessing_game -https://github.com/antoyo/uncbv -https://github.com/antoyo/webkit2gtk-rs -https://github.com/Antti/rust-workshop-brainfuck -https://github.com/anurse/bld -https://github.com/anurse/overseer -https://github.com/anurse/remy -https://github.com/anurse/rustboy +https://github.com/anthonyclays/tetris +https://github.com/antifuchs/tmux_min_attacher +https://github.com/antiochp/grin-keybase-wallet +https://github.com/anton-okolelov/htmlwebinar +https://github.com/antoyo/titanium https://github.com/anvie/litcrypt.rs -https://github.com/aochagavia/rocket -https://github.com/aochagavia/RusticMineSweeper +https://github.com/aochagavia/Infi-AOC https://github.com/aochagavia/Rust-Sudoku-Solver -https://github.com/aoikonomopoulos/wping +https://github.com/aochagavia/rocket +https://github.com/aochagavia/rocket_wasm +https://github.com/aolagers/rook +https://github.com/aoprisan/try-rust +https://github.com/apexo/dirstat +https://github.com/apg/ray +https://github.com/apoelstra/icebox +https://github.com/apoloval/flightvars https://github.com/apoloval/mcp -https://github.com/APTy/kvlite https://github.com/ararslan/julia-pkg +https://github.com/arathunku/rulsp https://github.com/archaelus/bitzn +https://github.com/archaelus/teensyds https://github.com/archer884/airline_delays https://github.com/archer884/annatar -https://github.com/archer884/computus -https://github.com/archer884/dkill -https://github.com/archer884/fin -https://github.com/archer884/fun -https://github.com/archer884/left-pad -https://github.com/archer884/left-pad-iron -https://github.com/archer884/shuffle -https://github.com/archer884/watcher -https://github.com/arcnmx/encage-runtime -https://github.com/Arcterus/game-of-life -https://github.com/Arcterus/rget -https://github.com/arden/rust-api +https://github.com/archer884/reldate +https://github.com/archer884/weather https://github.com/ardite/ardite-graphql -https://github.com/ArielMant0/RustChess -https://github.com/arknave/chip8 -https://github.com/arminha/covet +https://github.com/ardite/ardite-rest +https://github.com/arionkrause/advent-of-code-2017 +https://github.com/arkadijs/opengl-rust https://github.com/arminha/kilo-rs -https://github.com/Armored-Dragon/talky -https://github.com/arnau/gol-rs +https://github.com/arthurmilliken/rustlab https://github.com/arthurprs/floki -https://github.com/arthurprs/sucredb -https://github.com/arthurstockler/rust-restful -https://github.com/artur-augustyniak/rstored https://github.com/arturoc/ofxaddons-tests +https://github.com/asarode/pyramid https://github.com/ascii-dresden/asciii -https://github.com/ashleygwilliams/c-path -https://github.com/AskePit/note_gen -https://github.com/asolove/rust-playground -https://github.com/AsoSunag/redis-client +https://github.com/ashelleyPurdue/rust_prng +https://github.com/ashfordneil/password-hash-util +https://github.com/asolove/maxilla +https://github.com/asonix/release-manager +https://github.com/asonix/telecord +https://github.com/asonix/telegram-admin-bot +https://github.com/asp2insp/AdventOfCode +https://github.com/astlouisf/krampus +https://github.com/aszecsei/game-jun17 https://github.com/athaeryn/satcaster -https://github.com/athenanike/slack-history https://github.com/athena-org/athena_editor +https://github.com/athenanike/slack-history +https://github.com/atsushi130/Cryptor https://github.com/audiocogs/aurora.rs -https://github.com/audiocogs/mp3.rs https://github.com/augustt198/json-rs -https://github.com/augustt198/truth -https://github.com/austinwiles/adb -https://github.com/autovis/nebra +https://github.com/aulisius/adventofcode2017 +https://github.com/aulisius/alphabet_icon https://github.com/autumnai/leaf-examples -https://github.com/aviaviavi/euler-rust-21 +https://github.com/awidegreen/reti +https://github.com/axelmagn/roguelike-rs +https://github.com/ayax79/rust_eureka https://github.com/ayonix/call_of_blobby -https://github.com/azasypkin/rust-cast -https://github.com/azasypkin/rust-caster +https://github.com/azasypkin/frunze-api https://github.com/azdle/dolos -https://github.com/azdle/virgil -https://github.com/aztecrex/rust-data-race -https://github.com/b52/optimization-rust -https://github.com/badboy/bpf-map -https://github.com/badboy/dotenv-shell +https://github.com/aztecrex/rust-wiring +https://github.com/aztecrex/try-rust-guessing-game +https://github.com/bachp/git-mirror +https://github.com/badboy/flat-json https://github.com/badboy/rustup-version-name -https://github.com/badboy/webdis-rs -https://github.com/BakaBBQ/lunautils https://github.com/bakerj76/rust-tetris -https://github.com/bakervm/bakervm -https://github.com/bakstad/rust-sandbox -https://github.com/bananu7/Thermite +https://github.com/banditopazzo/Sala-Cinema-Rust https://github.com/banyan/rust-git-gsub -https://github.com/banyan/rust-pretty-bytes -https://github.com/barrettclark/language-comparison-client-rust https://github.com/barrucadu/bfo -https://github.com/bartnv/portlurker https://github.com/bash/coop-rust https://github.com/baskerville/fdb https://github.com/baskerville/plato -https://github.com/baskerville/sketch -https://github.com/bbodi/meal_planner -https://github.com/bbodi/rust-voxlap-test -https://github.com/bdero/space-rust -https://github.com/bdougie/guessing_game -https://github.com/BeeWarloc/cogboy +https://github.com/bbatha/advent2017 +https://github.com/beedaddy/print_test https://github.com/bellskinling/rust_big_number +https://github.com/belst/discord-irc-bridge https://github.com/belst/telegram-irc-bridge -https://github.com/benaryorg/rust-cli_calculator +https://github.com/bemeurer/hemoglobin https://github.com/benaryorg/rust-loop_benchmarking -https://github.com/benaryorg/rust-prime_generator -https://github.com/Benjamin-L/FRC3636_2015-dashboard -https://github.com/Benjamin-L/kari -https://github.com/Benjamin-L/polarize +https://github.com/benfalk/rust_guessing_game https://github.com/benlakey/rust_learning -https://github.com/berwyn/auracite -https://github.com/bfontaine/primo +https://github.com/benwbooth/bam2bedgraph.rs https://github.com/bgalvao/nodevo -https://github.com/bgamari/name-tagger +https://github.com/bgluzman/rust-sdl2-template https://github.com/bgourlie/rs-nes -https://github.com/bheisler/Corrosion -https://github.com/Bilalh/vgmdb-rust +https://github.com/bhamrick/rust_splay https://github.com/birdperson-lives/rust-game-of-life -https://github.com/birlscript/birlscript +https://github.com/bit101/bit-rust-dev https://github.com/bitsparrow/bitsparrow-derive https://github.com/bkoropoff/rust-viewbox -https://github.com/BlakeWilliams/rust-brainfuck -https://github.com/BlakeWilliams/slack_markov -https://github.com/BlakeWilliams/straw +https://github.com/blakehawkins/pi-status-rs +https://github.com/blechschmidt/masswhois https://github.com/blitzcode/rust-exp -https://github.com/blogscot/rusty-travelling-salesman -https://github.com/bltavares/cloudflare-rs +https://github.com/blorente/RustikGB +https://github.com/blt/llrv +https://github.com/blt/mmap_comm https://github.com/bltavares/heartbeat -https://github.com/bluecereal/terminal-renderer -https://github.com/Bluecodelf/tw-chip8 +https://github.com/bltavares/meu-site-em-rust +https://github.com/bluecereal/collatz_conjecture +https://github.com/bluecereal/multi_array https://github.com/bluejekyll/trust-dns -https://github.com/bnbeckwith/abes-axe -https://github.com/bnewbold/einhyrningsins -https://github.com/BobertForever/sship -https://github.com/BobKingstone/rust-pwd -https://github.com/bohdantrotsenko/rust-kalaha -https://github.com/bomattin/snowcrab -https://github.com/bombless/sdl2-test -https://github.com/BookOwl/clip -https://github.com/BookOwl/kaleidoscope-rs -https://github.com/BookOwl/rusty-markov -https://github.com/BookOwl/snake-rs -https://github.com/BookOwl/trusty +https://github.com/bnewbold/geniza +https://github.com/bobbo/spotify-connect-scrobbler +https://github.com/boiding/workshop-server +https://github.com/bollu/equinox +https://github.com/bomgar/rust-oauth-proxy +https://github.com/bon-chi/unite_bookmark_sync https://github.com/booyaa/betsy https://github.com/booyaa/cargo-cake -https://github.com/borntyping-sandbox/cyborg -https://github.com/bosondata/aof-rs -https://github.com/bow/gnftools -https://github.com/bpglaser/red-mountain-resize -https://github.com/bradfier/thermite -https://github.com/brad-rathke/rust-pretendo -https://github.com/bradurani/rust-iterator-to-hash-map -https://github.com/brain-lang/brain -https://github.com/brandon515/SideScroller -https://github.com/brayniac/telem -https://github.com/brdgme/lost-cities -https://github.com/brdgme/rand-bot -https://github.com/brianloveswords/hookshot +https://github.com/bosondata/badwolf-runner +https://github.com/boxdot/realpath-rs +https://github.com/boxofrox/neovim-scorched-earth +https://github.com/brain-lang/brainfuck +https://github.com/brainsickcc/libvbstd +https://github.com/breed/punnel +https://github.com/brisad/age +https://github.com/brocode/fblog https://github.com/brocode/fw -https://github.com/brson/cargo-bake -https://github.com/brson/cargobomb -https://github.com/brson/cargo-crusader -https://github.com/brson/hello-rs +https://github.com/brson/cargo-index-tool https://github.com/brson/httptest -https://github.com/bruceadams/wdscli https://github.com/brunodea/gebemula -https://github.com/brunoom1/pass_gen https://github.com/bschwind/mqtt -https://github.com/bspaulding/rust-tutorial https://github.com/buntine/rust-crawler https://github.com/buntine/rust-dining-philosophers -https://github.com/BurningMind/ion -https://github.com/burnt43/rust-ncurses -https://github.com/burnt43/simple_rust_webserver -https://github.com/BurntSushi/cargo-benchcmp -https://github.com/BurntSushi/ripgrep -https://github.com/BurntSushi/rust-cmail -https://github.com/BurntSushi/xsv https://github.com/buster/rrun -https://github.com/bvssvni/ld31 -https://github.com/BygoneWorlds/telepipe -https://github.com/byronmejia/Rust-On-Nails-Boilerplate -https://github.com/Byron/rula -https://github.com/bytecurry/hyperfs -https://github.com/bzf/neubauten -https://github.com/c2hub/pebble -https://github.com/c2hub/pebble-server -https://github.com/C4K3/nbted +https://github.com/bvtsang/xumbot +https://github.com/bwasty/learn-opengl-rs +https://github.com/cGuille/rust-guessing-game https://github.com/ca1ek/tetrahedrane -https://github.com/cactorium/Corythosaurus -https://github.com/caleb/syslog_forwarder -https://github.com/CallumJHays/rust-ann -https://github.com/camjackson/conway_rs -https://github.com/campaul/tarnish -https://github.com/canaltinova/interpreter -https://github.com/CanalTP/mimirsbrunn -https://github.com/CanalTP/munin -https://github.com/CanalTP/transfe_rs -https://github.com/Candunc/twitch-dl -https://github.com/CanonicalLtd/ceph_safe_disk +https://github.com/caius/rscat +https://github.com/campaul/robobrain +https://github.com/campaul/shovel https://github.com/cantsin/pcg -https://github.com/carbidegames/sapphire-hail -https://github.com/caretcaret/superdeduper -https://github.com/cargonauts-rs/cargonauts-cli -https://github.com/Carl-Foster/breakout -https://github.com/carlosgj94/simple_blockchain +https://github.com/cardoe/cargo-bitbake +https://github.com/carllerche/tokio-examples +https://github.com/carlosmn/dns-server https://github.com/carols10cents/adventofcode-rs -https://github.com/carols10cents/uses-either-and-my-lib -https://github.com/carrotsrc/rsnl +https://github.com/carols10cents/harvey-holt https://github.com/casey/just -https://github.com/causticwindow/rudit https://github.com/cavejay/cryptopal-rust -https://github.com/cb22/play-rs +https://github.com/cb372/morocco https://github.com/cbarrick/ripl -https://github.com/cbiffle/minimal-embedded-rust -https://github.com/ccowmu/rustpunk -https://github.com/c-cube/bender +https://github.com/cbiffle/emb.rs +https://github.com/cbiffle/httpd1 https://github.com/cdbfoster/takkerus -https://github.com/cedenday/rshare -https://github.com/Celti/gurps-aging-calculator -https://github.com/Celti/unicode_graph -https://github.com/Centril/rust_strong_rc -https://github.com/cessen/led -https://github.com/cetra3/apache_log -https://github.com/cetra3/mdcollate -https://github.com/cetra3/rustcloud -https://github.com/cgaebel/cargo-tags -https://github.com/cgaebel/tree-bench https://github.com/cgag/hostblock https://github.com/cgag/loc -https://github.com/cgati/rust-linked-list -https://github.com/cgibson/flux-rt -https://github.com/cGuille/botcast -https://github.com/cGuille/rust-guessing-game https://github.com/chamakits/bigdumbstore -https://github.com/charliesome/giffy_stardust -https://github.com/Charon01/rust-learn-demo -https://github.com/chbatey/rust-intro -https://github.com/cheezgi/es +https://github.com/channel-music/client +https://github.com/chasinglogic/fnd-rs +https://github.com/chastabor/mdserve +https://github.com/cheezgi/pet-sim https://github.com/cheezgi/stones https://github.com/chef/delivery-cli -https://github.com/chiakis/myceline -https://github.com/chihiro/myceline -https://github.com/chip8-rust/chip8-ui -https://github.com/chklauser/progressd -https://github.com/chklauser/rust-nvm -https://github.com/cholcombe973/qemu-rust +https://github.com/cheme/rust-striple +https://github.com/cheme/votingmachine +https://github.com/chenshuiluke/github-repo-dl +https://github.com/chinatsu/ggetris +https://github.com/cholcombe973/glusterfs-fuse https://github.com/chr4/writing_an_interpreter_in_rust -https://github.com/chriskonstad/chip8 +https://github.com/chrisduerr/terminator https://github.com/chriskrycho/lightning-rs -https://github.com/ChrisMacNaughton/cargo-cacher -https://github.com/ChrisMacNaughton/monitor_ceph -https://github.com/ChrisMacNaughton/tetanus -https://github.com/christoph-heiss/rush -https://github.com/chris--young/snake -https://github.com/chyld/rust -https://github.com/chyld/rust_gg +https://github.com/chriskuehl/cargo-docserve +https://github.com/christophertrml/rs-natural https://github.com/chylli/rust-busybox -https://github.com/circuitfox/rsbot +https://github.com/cipriancraciun/rust-scheme +https://github.com/cisco/lal-build-manager https://github.com/citiral/omud https://github.com/citybound/citybound -https://github.com/cjqed/rs-natural -https://github.com/cjqed/spoon -https://github.com/cjschneider2/rust-gw2apiV2 +https://github.com/cjschneider2/quirl https://github.com/cjschneider2/sudoku_solver +https://github.com/cjxgm/fancy-status https://github.com/ckolek/FIXEngine-rs -https://github.com/cl91/osmium-loader +https://github.com/clarkezone/simple_c_compiler +https://github.com/clee/agealyzer-rust +https://github.com/clementmiao/website-rocket https://github.com/clippy-io/clippy-api-rust https://github.com/clog-tool/clog-cli +https://github.com/cmatsuoka/rustlet https://github.com/cmr/one-hour-roguelike -https://github.com/cmr/tree-generator -https://github.com/cmsd2/rust-u2f -https://github.com/cmt227/crypto +https://github.com/cmsd2/rust-openid-connect https://github.com/cobalt-org/cobalt.rs -https://github.com/Cobrand/chatbix -https://github.com/Cobrand/toyunda-player-rs https://github.com/code0100fun/rust-hackrf -https://github.com/codec-abc/GlutinEventOrdering -https://github.com/codecov/example-rust -https://github.com/coder543/asterias +https://github.com/codec-abc/rustCameraCalibration +https://github.com/codepitbull/rust-top https://github.com/coder543/localsim https://github.com/codeslinger/smtpd +https://github.com/codinguncut/adventofcode_2017 +https://github.com/cody-p/discord-image-bot https://github.com/coeuvre/rust-2048 -https://github.com/cogciprocate/enamel -https://github.com/CoiledSpring/gba -https://github.com/colatkinson/image_hider https://github.com/colemickens/cfdyndns https://github.com/colemickens/chefi https://github.com/colemickens/euler-rust -https://github.com/colin353/largetable -https://github.com/colonelmo/gitcnt +https://github.com/colindjk/tin_can_telephone +https://github.com/colinwd/advent2017 https://github.com/compass-rs/compass -https://github.com/computermouth/sdl2-gfx-rs_test -https://github.com/concourse/broker-resource -https://github.com/Connicpu/d2d1test-rs -https://github.com/Connicpu/trollserv -https://github.com/Connorcpu/d2d1test-rs -https://github.com/Connorcpu/rgame -https://github.com/Connorcpu/trollserv -https://github.com/ConnyOnny/sdfgen +https://github.com/computermouth/slapfight https://github.com/conradkdotcom/rooster -https://github.com/conradkleinespel/rooster -https://github.com/conundrumer/audioscope -https://github.com/CooCooCaCha/amethyst-hot-reload -https://github.com/Corecii/steam_arguments_launcher +https://github.com/cora32/Linkcrawl https://github.com/coredump-ch/coredumpbot https://github.com/coredump-ch/mdr -https://github.com/coredump-ch/rpsrtsrs https://github.com/coredump-ch/status -https://github.com/coredump-ch/telegram-groups-bot -https://github.com/cosmo0920/grnenv-rs -https://github.com/couchemar/bsvm -https://github.com/CountOmega/Inventar +https://github.com/cptroot/gnu-efi +https://github.com/cquinn/meshman +https://github.com/cracell/objects-in-space https://github.com/crawford/marker +https://github.com/crazymerlyn/sudoku https://github.com/crazymykl/r7-rs https://github.com/crazymykl/rust-koans https://github.com/crazymykl/rust-life -https://github.com/creativcoder/roger -https://github.com/creativcoder/silica -https://github.com/Crejak/Unlimited-Quests -https://github.com/crespyl/rust_ca +https://github.com/creativcoder/graphin +https://github.com/creators/cli.sudoku.rs https://github.com/cristeahub/hvilkenukeerdet https://github.com/cristianoliveira/funzzy https://github.com/cristicbz/rust-doom -https://github.com/crumblingstatue/noten -https://github.com/CryZe/demangle-tww -https://github.com/CryZe/livesplit-core -https://github.com/CryZe/livesplit-discord-server -https://github.com/CryZe/livesplit-server -https://github.com/cs4414/ps1 +https://github.com/cristicbz/treebank-tokenizer +https://github.com/crsaracco/vst-analysis-host +https://github.com/crumblingstatue/nxfuse +https://github.com/cryptape/cita https://github.com/cs4414/ps2 -https://github.com/csperkins/crtp -https://github.com/cstorey/spki-sexp.rs -https://github.com/ctjhoa/cargo-outdated-badge -https://github.com/cwmiller/rustboy -https://github.com/cyberglot/rust101 -https://github.com/cyphar/initrs -https://github.com/d12i/iba_kyuko_bot +https://github.com/cshaffer/advent_2017 +https://github.com/csherratt/BillBe +https://github.com/cssivision/shadowsocks-rs +https://github.com/cutelab/doory +https://github.com/cwbriones/rlox +https://github.com/cwbriones/typed-fizzbuzz +https://github.com/cyanideio/polorust +https://github.com/czipperz/rcomp +https://github.com/czycha/remember +https://github.com/d-unseductable/rust_hadoop_streaming +https://github.com/d3zd3z/jirasync +https://github.com/d3zd3z/stenome https://github.com/daa84/neovim-gtk -https://github.com/DaanHoogland/tr -https://github.com/daboross/screeps-rs -https://github.com/Daedrus/rustz80emu -https://github.com/Dagothig/rust-opengl-attempt +https://github.com/dahlia/gitter-slack +https://github.com/dam5s/gtk-rest-client +https://github.com/damnever/game-rs +https://github.com/dan-robertson/wrui +https://github.com/dan-t/cpp-typecheck +https://github.com/dan-t/rusty-tags +https://github.com/danbee/8080 https://github.com/danburkert/distributed-map -https://github.com/dancingrobot84/typewriter -https://github.com/daniel5151/AC8E -https://github.com/DanielCollins/incarnadine -https://github.com/DanielKeep/calendar-example -https://github.com/DanielKeep/cargo-script -https://github.com/danielre92/yahtzeesolve +https://github.com/dangeloj/rust-guessing-game +https://github.com/danielrenninghoff/yahtzeesolve https://github.com/danielschemmel/drsat https://github.com/danielwaterworth/qbf-rust -https://github.com/danpersa/rusty-oauth -https://github.com/dan-t/cpp-typecheck -https://github.com/dan-t/rusty-tags +https://github.com/danielwippermann/resol-vbus.rs +https://github.com/dannypsnl/qked +https://github.com/danpersa/rusty-team https://github.com/daramos/rustql -https://github.com/DarkRyu550/bbman-rust-engine -https://github.com/Darksecond/rust-jit https://github.com/darkstalker/triangles https://github.com/darkwater/obsidian -https://github.com/darkwater/patternlock -https://github.com/darrint/device-blocker -https://github.com/daschl/couchbase-inspector -https://github.com/daschl/tokio-cb -https://github.com/dashed/rebalance +https://github.com/darkwater/priv-battery https://github.com/das-labor/panopticon +https://github.com/daschl/tokio-cb +https://github.com/dashed/rebalance-app +https://github.com/dat2/financial-planner-cli https://github.com/dat2/tokio-hyper-playground -https://github.com/davebrent/jez https://github.com/daveslutzkin/robot_with_rust -https://github.com/davetttt/ttt_rust_2 -https://github.com/davidbarsky/husk -https://github.com/davidbegin/clear-terminal https://github.com/davidbegin/messin-with-lifetimes -https://github.com/davidbegin/messin-with-types -https://github.com/davidbegin/rust-euler -https://github.com/DavidBM/rust-webserver-example-with-iron-diesel-r2d2-serde -https://github.com/davidcarltonsumo/sumo-cli-client -https://github.com/DavideCanton/fckscript -https://github.com/DavideCanton/perudo -https://github.com/davidfrickert/sokoban +https://github.com/daviddever/guessing_game +https://github.com/davidszotten/advent-of-code-2017 https://github.com/davydovanton/yaspeller -https://github.com/dazeus/dazeus-plugin-karma https://github.com/dbaron/wgmeeting-github-ircbot -https://github.com/dbittman/ising-rust -https://github.com/dboone/rusty-build-light -https://github.com/dbrgn/showtemp https://github.com/dbrgn/tealdeer -https://github.com/dbrodie/rex -https://github.com/dbr/rstvnamer https://github.com/dbwg/lain https://github.com/dcjohnson/Rust-Game -https://github.com/ddresselhaus/test_rust -https://github.com/deciduously/lem -https://github.com/deckarep/flappy-rust -https://github.com/dedmons/mandelbrot +https://github.com/dcjohnson/craigslist-scraper +https://github.com/deckarep/rust-quest https://github.com/deepjoy/project-euler-rust -https://github.com/definedD4/my-ui -https://github.com/delaemon/rust-fizzbuzz -https://github.com/DemonSpawn/gameOfLife +https://github.com/deg4uss3r/postio https://github.com/demozoo/open_depacker -https://github.com/DenialAdams/bamegoy -https://github.com/DenisKolodin/cargo-docker -https://github.com/DenisKolodin/rfail -https://github.com/DenisKolodin/sip-rs +https://github.com/dennis-van-bennekom/rust-guessing-game +https://github.com/denschub/github-hook-receiver +https://github.com/denysvitali/sonos-web-rs +https://github.com/denysvitali/vbox-proxy-server https://github.com/derekchiang/rust-hyperdex https://github.com/dericgf92/rust_bluetooth_server https://github.com/derniercri/snatch -https://github.com/Detegr/teapot -https://github.com/DeuterosOrg/deuteros https://github.com/devcat-studio/kailua https://github.com/deverton/rarathon -https://github.com/devigned/rust-key-vault -https://github.com/devnought/gitplz -https://github.com/devonhollowood/brainstorm -https://github.com/dezgeg/rustless -https://github.com/dff74f161b77b42a64e405a8febc5166/cfs -https://github.com/dflemstr/rq -https://github.com/dfockler/rust-toy-server +https://github.com/devilbuddy/koboldo +https://github.com/dezgeg/shenzen-solitaire +https://github.com/dfockler/rustpiet +https://github.com/dgreid/crosvm https://github.com/dguenther/rustchip -https://github.com/Dhole/rust-tor-controller -https://github.com/DiamondLovesYou/pnacl-clang-driver -https://github.com/dignati/baduk -https://github.com/dikaiosune/rust-dashboard -https://github.com/dikaiosune/secondstring -https://github.com/Dineshs91/x-ray -https://github.com/dinfuehr/dora -https://github.com/dirvine/rust_playground -https://github.com/DiscoViking/rust_club -https://github.com/djc/askama +https://github.com/dimitriwalters/rust-hello-world +https://github.com/dineshadepu/rudem +https://github.com/dixego/motherbase_name_generator https://github.com/djc/rust-sign https://github.com/djgriffin/rust-dining-philosophers +https://github.com/djmcgill/form https://github.com/dlecan/generic-dns-update -https://github.com/dlecan/rp4opentan -https://github.com/DLeyland/Hello-Rust -https://github.com/dmitriiabramov/rust_pg -https://github.com/DmitriK/man-browsed -https://github.com/dmitryvm/mudgate -https://github.com/dmizuk/iba_kyuko_bot -https://github.com/DominoTree/perimeterscan -https://github.com/doomsplayer/keenio-rs -https://github.com/doomsplayer/nextaction-rs -https://github.com/doomsplayer/sidekiq-rs -https://github.com/DorianListens/Rurals-just-want-to-have-puns -https://github.com/dos1/braindamage -https://github.com/DougNoGit/side-scroller-rust -https://github.com/dpc/hyper-get +https://github.com/dlecan/rpi-management-api +https://github.com/dndx/pitot +https://github.com/dns2utf8/windd +https://github.com/dominictassio/peacock_panel +https://github.com/domsj/rust-sd +https://github.com/donkebap/tcfinder +https://github.com/doobinay/rc-knapsack +https://github.com/doublify/mkv +https://github.com/dpc/dotr +https://github.com/dpc/rdedup https://github.com/dpc/rhex https://github.com/dpc/rustyhex -https://github.com/dpl0/gemub -https://github.com/drahnr/concourse-copr-resource -https://github.com/Drakulix/fireplace -https://github.com/Drakulix/input.rs +https://github.com/dpogretskiy/specs-ggez-showcase +https://github.com/dpzmick/synth2 +https://github.com/dragman/dragman_bot https://github.com/drbawb/aqua https://github.com/drbawb/koko https://github.com/drbawb/megumin -https://github.com/drbawb/momo-cpu https://github.com/drbawb/rust-story https://github.com/dread-deimos/rust-cowbulls-tutorial https://github.com/dreamersdw/roxy -https://github.com/DrKwint/bayes -https://github.com/DrKwint/Decision-Tree-ID3 -https://github.com/dropbox/ruba -https://github.com/druerridge/chat_server_rust -https://github.com/Dryvnt/proxygen +https://github.com/dremon/ipp.rs +https://github.com/drm2/ncm https://github.com/dschenkelman/rust-jwt -https://github.com/dschenkelman/rust-wired-tiger https://github.com/dswd/vpncloud.rs https://github.com/dtolnay/cargo-expand https://github.com/duckinator/pupsh -https://github.com/duien/shish -https://github.com/d-unseductable/rust_hadoop_streaming -https://github.com/dustyburwell/wesley +https://github.com/duesee/rust_training_game_of_life +https://github.com/duncandean/rust-genetic-algorithm +https://github.com/durka/brainmunch https://github.com/dutt/oxidize -https://github.com/dwerner/sg-engine -https://github.com/dwnusbaum/Rust-2048 -https://github.com/dylanmckay/rubic -https://github.com/dzamlo/multitest +https://github.com/dwerner/nom-obj +https://github.com/dwijnand/sbtl +https://github.com/dwrensha/seer +https://github.com/dylanmckay/polk https://github.com/dzamlo/treeify -https://github.com/eagletmt/guzuta https://github.com/eagletmt/skkserv-rust -https://github.com/Earlz/rust-hellowindows +https://github.com/easauceda/adventofcode +https://github.com/ebfull/dummy-zcash-rust-thing https://github.com/echelon/etherdream-emulator https://github.com/echochamber/rust_spin_wheel -https://github.com/eecs395rust/SimpleProxy -https://github.com/eecs395rust/Spied-Weber -https://github.com/efyang/conway -https://github.com/EGhiorzi/RUSThello -https://github.com/elarrick/rust_hello_world -https://github.com/ELD/Aluminum-rs -https://github.com/ELD/hackassembler-rs -https://github.com/elliottslaughter/integrity-checker -https://github.com/elszben/torrent -https://github.com/embed-rs/stm32f7-discovery -https://github.com/emersonknapp/rust-play -https://github.com/Emilgardis/ATM-machine -https://github.com/EmilHernvall/hermes +https://github.com/edef1c/grit +https://github.com/eeeeeta/sqa-ffmpeg +https://github.com/ef4/advent-of-code +https://github.com/eightbitraptor/bwt-rust +https://github.com/eiko/turtle_shell +https://github.com/elementh/rust_guessing_game +https://github.com/elsuizo/RSIS_Rust +https://github.com/emabee/rust-hdbconnect https://github.com/emilio/tic-tac-minimax https://github.com/emilk/drop-merge-sort -https://github.com/emj-lang/clex https://github.com/emk/rust-slow-iteration-demo https://github.com/emk/substudy -https://github.com/emoon/68k_disassemble_gen https://github.com/emreyaren/zero85 -https://github.com/endenis/my-rusty-blog -https://github.com/Enet4/julia-bench-rs -https://github.com/enex/rui-azure -https://github.com/englishm/guessing_game -https://github.com/englishm/qotd -https://github.com/enriquevp/todoapp -https://github.com/eott/mandelrust -https://github.com/e-oz/pwdapp_api +https://github.com/endoli/agora.rs +https://github.com/energywebfoundation/energyweb-client https://github.com/epage/relint -https://github.com/equalsraf/win32yank -https://github.com/ericye16/rusty-tic-tac-toe -https://github.com/erikjohnston/matrix-introspection +https://github.com/eqrion/cbindgen https://github.com/erikjohnston/mxfedtest +https://github.com/eschmar/os +https://github.com/esdrastarsis/antarticaos https://github.com/esphen/wsta -https://github.com/est31/podiff-review -https://github.com/Etenil/irontray -https://github.com/ethcore/parity -https://github.com/ethereumproject/sputnikvm -https://github.com/euank/synapse-password-reset +https://github.com/est31/cargo-local-serve +https://github.com/estelendur/budget-app +https://github.com/ethereumproject/sputnikvm-dev +https://github.com/euank/pazi https://github.com/euank/take_while_with_failure.rs -https://github.com/euclio/nourishbot -https://github.com/euclio/robco-term https://github.com/euclio/vim-markdown-composer https://github.com/eugene-eeo/emojify -https://github.com/Euphoric/EconomicSim -https://github.com/evanfarrar/trileks -https://github.com/eviltobz/teensyRust -https://github.com/exceptional-lang/exceptional-rs +https://github.com/evant/res +https://github.com/everydayhoodie/arcade-rs-notes +https://github.com/ex0dus-0x/spintable +https://github.com/exceptional-lang/exceptional https://github.com/exe-dealer/httpchunks -https://github.com/exonum/workshop https://github.com/exoticorn/gba-rust https://github.com/exoticorn/pngeq -https://github.com/ExPixel/bf -https://github.com/exul/matrix-rocketchat -https://github.com/fabianschuiki/llhd-sim -https://github.com/faern/forkjoin-benchmarking +https://github.com/f-prettyland/GeoFrac +https://github.com/fabianschuiki/moore +https://github.com/faizilham/ocha +https://github.com/fake-news-detector/api +https://github.com/fanderzon/rocket-api https://github.com/faradayio/cage -https://github.com/FaustDeGoethe/Harvey -https://github.com/FauxFaux/contentin -https://github.com/fede1024/kafka-view -https://github.com/feelmyears/rulp +https://github.com/farnasirim/gitcnt +https://github.com/fb39ca4/iclicker-sniffer-rs +https://github.com/fbecart/borrow-checker-examples +https://github.com/fbernier/rshell +https://github.com/fdietze/chromogene +https://github.com/feadoor/projecteuler-rs https://github.com/fehrenbach/tuner -https://github.com/Feliix42/bitly-rs -https://github.com/felipesere/adrs -https://github.com/felipesere/icepick https://github.com/felix-d/troll -https://github.com/fenhl/boerse.willkommeninwoellstein.de -https://github.com/fenhl/flauschbot -https://github.com/fhartwig/punch -https://github.com/Fiedzia/rustbar +https://github.com/felixyao/advent2017 +https://github.com/feng-qiu-dialog/git-rev +https://github.com/fengalin/media-toc +https://github.com/fenhl/lore-seeker-discord https://github.com/fiirhok/mailcheck.rs -https://github.com/firba1/gamelog -https://github.com/fitzgen/hottub +https://github.com/fitzgen/clife https://github.com/fitzgen/oxischeme -https://github.com/Fitzsimmons/cmdipass +https://github.com/fitzgen/preduce +https://github.com/fizyk20/ageing_sim https://github.com/flada-auxv/game_of_life-rust -https://github.com/flagoworld/stator -https://github.com/FlixCoder/rust-connectfour-ai -https://github.com/floriama/agents -https://github.com/floriama/gener -https://github.com/floriama/generoot -https://github.com/Florob/rust-xmpp +https://github.com/flakeparadigm/rust_blog_os +https://github.com/flipdot/arduino-serial-send +https://github.com/floriama/mandelbrot https://github.com/flosse/openfairdb -https://github.com/flugsio/liru -https://github.com/flxo/rogcat +https://github.com/flowbish/telegram-file-host-bot https://github.com/fmcauley/guessing_game https://github.com/fmcauley/philosophers -https://github.com/fotcorn/x86emu -https://github.com/fotonick/mainarizumu_solver -https://github.com/frankmcsherry/columnar +https://github.com/fnimick/rust-gzip +https://github.com/folsen/rustfest2017 +https://github.com/fosu/myceline +https://github.com/fosu/psilocybin +https://github.com/fourohfour/richter +https://github.com/fralalonde/dipstick +https://github.com/frankier/suchalotofdata https://github.com/frankmcsherry/COST -https://github.com/freddez/html-indent -https://github.com/FredericHeem/rust-by-example -https://github.com/FredericJacobs/iAccountability -https://github.com/FredericJacobs/iStringsCheck -https://github.com/freebroccolo/dtlc.rs -https://github.com/freebroccolo/forward-plus-renderer -https://github.com/FreeFull/Asteroids-Plus -https://github.com/FreeFull/ircclient -https://github.com/FreeFull/ngaro-rs -https://github.com/FreeFull/rsfchat -https://github.com/FreeFull/termimage -https://github.com/Freezerburn/rust-text-adventure -https://github.com/freshtonic/selecta-rs +https://github.com/franleplant/syntaxis_lexer.rs https://github.com/frewsxcv/alert-after -https://github.com/frutmonkey/forced_fracture -https://github.com/fsasm/rv1076 -https://github.com/FTB-Gamepedia/bunnybutt-rs -https://github.com/FuGangqiang/mdblog.rs -https://github.com/fungosrs/chibi-c +https://github.com/friktor/git4telegram +https://github.com/frnsys/rust-sim +https://github.com/frozenbears/hyperstencil +https://github.com/fschutt/osmpg +https://github.com/fschutt/wacom-sys +https://github.com/fudini/neurust https://github.com/funmaker/mandelrust +https://github.com/funwithbytes/chip8 https://github.com/futile/crufty -https://github.com/fwrs/haruna -https://github.com/fxbox/multicast-dns -https://github.com/gareiqc/sorting -https://github.com/gaudecker/rust-theft-auto -https://github.com/gavinb/mandelrust +https://github.com/fwrs/rust-bot +https://github.com/g2p/xvf +https://github.com/g33kidd/Hut +https://github.com/gabrielgatu/mozzie +https://github.com/gadomski/ape +https://github.com/gadomski/efoy +https://github.com/gagyibenedek/rust-fun +https://github.com/galois1/amazon_wishlist +https://github.com/gaoyifan/tcp-transparent-repeater https://github.com/gavinb/rust-tiff -https://github.com/gbersac/gomoku_42 -https://github.com/gbersac/water-42 https://github.com/gchp/iota -https://github.com/gchp/tcp-test -https://github.com/gdvalle/envsub -https://github.com/Geal/proust -https://github.com/GeekcampSG/challenge-2015 -https://github.com/Geemili/ascii-raycaster -https://github.com/Gekkio/mooneye-gb -https://github.com/gemmarx/ibus-keysend-rs -https://github.com/GENIVI/rvi_sota_client +https://github.com/gchp/rtop +https://github.com/gdanjou/rocket_skeleton +https://github.com/geertj/math +https://github.com/gegy1000/advent_of_code_2017 https://github.com/genkgo/gworkerd https://github.com/germanespinosa/rustafaridb https://github.com/getgauge-contrib/gauge-rust -https://github.com/getreu/stringsext https://github.com/getsentry/sentry-cli https://github.com/getsentry/symbolserver https://github.com/getslash/scotty-transporter -https://github.com/ghl3/hermes -https://github.com/gicmo/heimweh -https://github.com/gifnksm/fpt -https://github.com/gifnksm/ProjectEulerRust -https://github.com/gifnksm/telnet-chat -https://github.com/giistr/giistr_api -https://github.com/gil0mendes/rustboy -https://github.com/gilles-leblanc/tree-r +https://github.com/gfreezy/rust-raft +https://github.com/ghost-EU8EUYPhth7DNRyG/nibble +https://github.com/ghotiphud/advent-of-code-2017 https://github.com/gi-rust/grust-proof +https://github.com/gifnksm/ProjectEulerRust +https://github.com/gimli-rs/ddbug +https://github.com/giodamelio/little_boxes https://github.com/git-series/git-series -https://github.com/glacio/atlas.lidar.io -https://github.com/glennw/test-webrender https://github.com/glennw/wr-sample -https://github.com/gloryman/btce-trollbox-rs -https://github.com/gluon-lang/try_gluon -https://github.com/gmosley/rust-DNSoverHTTPS -https://github.com/gnuvince/minilang-rs -https://github.com/gnuvince/ppbert -https://github.com/Goerofmuns/chip8-rs +https://github.com/gnilchee/rust-clock +https://github.com/gnuvince/roaring +https://github.com/gnuvince/sudoku-rs +https://github.com/goertzenator/cargo-erlangapp https://github.com/goertzenator/liblrust https://github.com/goffrie/redfa -https://github.com/golddranks/ganbare -https://github.com/golddranks/ongen -https://github.com/goldenMetteyya/microsalt https://github.com/golergka/iron-file-server -https://github.com/googlecartographer/point_cloud_viewer +https://github.com/goodcodedev/descr +https://github.com/goodeggs/docker-compose-cacher https://github.com/google/hat-backup +https://github.com/google/rerast https://github.com/google/rspirv https://github.com/google/synthesizer-io -https://github.com/goyox86/blog -https://github.com/gporrata/bklyn-zsh +https://github.com/google/xi-win +https://github.com/googlecartographer/point_cloud_viewer +https://github.com/grahame/dividebatur2 https://github.com/grandcat/rs_simple_csv_bench -https://github.com/GreggSchaffter/Lattice +https://github.com/grdw/atlas-rs +https://github.com/greizgh/hello-rust +https://github.com/greshake/i3status-rust https://github.com/greyblake/conway-rs -https://github.com/greyhillman/IncrementalReadingConverter -https://github.com/gsingh93/game-engine +https://github.com/grosser/hello-rust +https://github.com/grotsev/http_port +https://github.com/grubertw/mandelbrot https://github.com/gsingh93/lang -https://github.com/gsingh93/ray-trace https://github.com/gsingh93/xstrings -https://github.com/gsquire/concur +https://github.com/gslavin/author_identifier https://github.com/gsquire/nsx https://github.com/gswirski/blobby_volley -https://github.com/gtdtxt/gtdtxt -https://github.com/gtfierro/edamame -https://github.com/guertinlab/kmer_mask_em -https://github.com/guertinlab/seqOutBias -https://github.com/guilherme/sg -https://github.com/guillaumebort/glue -https://github.com/GuillaumeGomez/process-viewer -https://github.com/GuillaumeGomez/rustdoc-stripper +https://github.com/gtk-rs/gir +https://github.com/guangie88/diskusage_poller +https://github.com/guangie88/linux_cpu_util +https://github.com/gugi9000/huelarm +https://github.com/guilherme/rust-mach-o-parser https://github.com/guswns0528/matrix-rs -https://github.com/gwicke/html5ever-playground -https://github.com/GyrosOfWar/blog -https://github.com/gyscos/farmview -https://github.com/gz/rust-raytracer +https://github.com/gx-sdk/gx +https://github.com/gyscos/subpixel +https://github.com/gyscos/varf https://github.com/habitat-sh/habitat -https://github.com/HadrienG2/3photons-rust -https://github.com/Hammster/vortex-generator-rs +https://github.com/hadeaninc/ripple +https://github.com/hank-der-hafenarbeiter/Rust-Shannon-Fano https://github.com/hannobraun/gfx-rs-evaluation -https://github.com/hansihe/rust_iterative_json_parser +https://github.com/hansihe/beam_code +https://github.com/harindaka/rust-build-script-example +https://github.com/hashedhyphen/rust-twitter-cli https://github.com/haskelladdict/scarab https://github.com/hatzel/vorleser-server -https://github.com/Havvy/nox-rs -https://github.com/hayatoito/icfpc2016-origami +https://github.com/hawnzug/simple-type-infer +https://github.com/hayatoito/icfp2017 https://github.com/haywood/apidoc-cli +https://github.com/hcpl/coreutils-date +https://github.com/hcpl/tg-tui https://github.com/hdgarrood/lua_in_rust -https://github.com/hecal3/cargo-install-upgrade -https://github.com/hecklers/heckle.rs -https://github.com/Henning-K/cargo-authors -https://github.com/henrikhodne/travis-build-rs -https://github.com/Herschel/rusty-pong -https://github.com/hfiguiere/gpsami -https://github.com/hhatto/boom-rust -https://github.com/HiroLord/PegGame -https://github.com/HiroLord/StringTheory +https://github.com/hexgolems/rmpc +https://github.com/hhatto/cargo-parallelbuild +https://github.com/hhatto/cargo-quickfix +https://github.com/hinaria/bite https://github.com/hjr3/building-better-interfaces https://github.com/hjr3/future-mpsc-example https://github.com/hjr3/mob https://github.com/hjr3/newrelic-rs +https://github.com/hjr3/php-rpm +https://github.com/hjr3/softnet-stat https://github.com/hjr3/weldr -https://github.com/holyshared/lcov-parser +https://github.com/hmeyer/truescad +https://github.com/holmgr/gemini https://github.com/hoodie/magnetoplasmadynamic-thruster +https://github.com/hoodie/wake-the-nas https://github.com/hopey-dishwasher/termpix -https://github.com/horie1024/rust_guessing_game -https://github.com/Hoverbear/fun_with_futures -https://github.com/Hoverbear/rust-rosetta -https://github.com/HowNetWorks/ama -https://github.com/HowNetWorks/trytls-rustls-stub https://github.com/hrysd/rust-on-heroku-with-docker -https://github.com/hsheth2/sieve https://github.com/htmldrum/file-server-rs https://github.com/humb1t/anduin -https://github.com/huonw/crates.io-graph +https://github.com/hungweiwu/guessing-game +https://github.com/huntaub/ajidamal +https://github.com/hunterlester/safe_iot https://github.com/huonw/multibuilder -https://github.com/huonw/prime-website -https://github.com/hvze/euler.rs -https://github.com/HybridEidolon/rustvita -https://github.com/Hyuntae-Lee/stock_finder -https://github.com/iamdustan/slack-imposter -https://github.com/iamtyler/iocp.rs -https://github.com/IanConnolly/which.rs -https://github.com/ibabushkin/gabelstaplerwm +https://github.com/huytd/codedaily-v3 +https://github.com/huytd/mvvm-rs +https://github.com/iBelieve/aeropi-rs +https://github.com/iBelieve/gnome-inbox https://github.com/iBelieve/oxide -https://github.com/icasdri/stabping -https://github.com/icendoan/kappa -https://github.com/idunn-network/idunn-test -https://github.com/ihmccreery/the-rust-guide -https://github.com/iKevinY/blerp https://github.com/iKevinY/ghoti.rs https://github.com/iKevinY/ultra -https://github.com/iLGunners/Ackermann-Function-Rust -https://github.com/ilkosta/odt2pdf +https://github.com/iamdustan/slack-imposter +https://github.com/ibabushkin/gabelstaplerwm +https://github.com/icasdri/stabping +https://github.com/iherbig/rustsnes +https://github.com/ikonovalov/rust-cryptocurrency-demo https://github.com/illegalprime/rust-ddp -https://github.com/ilyadruzhinin/Rustle https://github.com/imazen/imageflow -https://github.com/imbaczek/organize-by-mtime https://github.com/imbaczek/rust-lightsout https://github.com/imjacobclark/Herd -https://github.com/Implox/RUSTFUCK +https://github.com/imnotbad/adventofcode +https://github.com/imnotbad/permutation_test +https://github.com/indefini/server +https://github.com/indeyets/rust-nquads https://github.com/indiv0/colonize -https://github.com/indiv0/ferrum -https://github.com/indiv0/smexybot -https://github.com/infincia/safedrive-sdk -https://github.com/infinityb/gist-randbench -https://github.com/infinityb/rust-irc-bot -https://github.com/infinityb/sleepshell -https://github.com/infynyxx/hello_rust -https://github.com/Inityx/minesweepfinity -https://github.com/Inityx/tetroids -https://github.com/InQuicker/kaws -https://github.com/InQuicker/ktmpl -https://github.com/Insomgla/drumfeels -https://github.com/Inspiravetion/highlightrs -https://github.com/intecture/agent +https://github.com/instructure/ec2-rs +https://github.com/intecture/cli +https://github.com/intel-hpdd/rust-libzfs https://github.com/intermezzOS/kernel +https://github.com/intrepion/example-x-rust-x-rustbyexample-com-x-crates-link +https://github.com/intrepion/example-x-rust-x-rustbyexample-com-x-error-map +https://github.com/intrepion/example-x-rust-x-rustbyexample-com-x-error-option_with_result +https://github.com/intrepion/example-x-rust-x-rustbyexample-com-x-error-result-result_alias +https://github.com/intrepion/example-x-rust-x-rustbyexample-com-x-flow_control-if_else +https://github.com/intrepion/example-x-rust-x-rustbyexample-com-x-generics-where +https://github.com/intrepion/example-x-rust-x-rustbyexample-com-x-hello-comment +https://github.com/intrepion/example-x-rust-x-rustbyexample-com-x-macros-dry +https://github.com/intrepion/example-x-rust-x-rustbyexample-com-x-primitives +https://github.com/intrepion/example-x-rust-x-rustbyexample-com-x-scope-lifetime +https://github.com/intrepion/example-x-rust-x-rustbyexample-com-x-std-hash-hashset +https://github.com/intrepion/example-x-rust-x-rustbyexample-com-x-std-option +https://github.com/intrepion/example-x-rust-x-rustbyexample-com-x-std_misc-process-pipe +https://github.com/intrepion/example-x-rust-x-rustbyexample-com-x-trait +https://github.com/intrepion/example-x-rust-x-rustbyexample-com-x-trait-derive +https://github.com/intrepion/example-x-rust-x-rustbyexample-com-x-variable_bindings-declare https://github.com/ioncodes/snesutilities +https://github.com/ioncodes/trexgenerator https://github.com/iorust/rstatic -https://github.com/iovxw/dropzone -https://github.com/iovxw/jandan_pic_bot https://github.com/iovxw/rssbot -https://github.com/irauta/regl-app -https://github.com/irony-rust/nickel-cms -https://github.com/Isaac-Lozano/rusty_chess_ai +https://github.com/iptq/typhon https://github.com/ivanceras/blob-uuid https://github.com/ivanceras/curtain -https://github.com/ivanceras/ivancerust https://github.com/ivanceras/rustorm -https://github.com/ivanceras/svgbobrus https://github.com/ivanceras/winapi-rust-example -https://github.com/ivandardi/RustBot -https://github.com/ivegotasthma/ted -https://github.com/ivpusic/abplot -https://github.com/iwillspeak/rusty +https://github.com/ivanovaleksey/janus-echotest-rs +https://github.com/iwillspeak/docket https://github.com/iwillspeak/ullage -https://github.com/iwinux/snitch +https://github.com/jD91mZM2/insult +https://github.com/jD91mZM2/termplay +https://github.com/jDomantas/plank +https://github.com/jackalligator/tetris https://github.com/jackheizer/RustEd +https://github.com/jackhenderson101/pilot-rs https://github.com/jacklund/i2pd-rs https://github.com/jackpot51/emulition -https://github.com/JacksonGariety/earthmacs -https://github.com/JacksonGariety/earthmacs-rs -https://github.com/jackspirou/rust-hello-world -https://github.com/jacobvaneijk/dmr -https://github.com/jacquesrott/rust-pi +https://github.com/jacob-hughes/plang-rust https://github.com/jadencarver/rusty-rails -https://github.com/jadencarver/superconductor -https://github.com/jag426/bittorrent +https://github.com/jaemk/upaste-server https://github.com/jakejscott/rustwebapp -https://github.com/jakobdalsgaard/mail-archiver -https://github.com/JamesDunne/rng-test -https://github.com/jamespharaoh/rust-btrfs -https://github.com/james-willis/HTTP_server -https://github.com/jamwaffles/FusionToolTranslator -https://github.com/janno-p/vrally -https://github.com/janogonzalez/rustyboy -https://github.com/Januson/rustler -https://github.com/japaric/cross +https://github.com/jakubtuchol/ls +https://github.com/jamesmunns/pide +https://github.com/jamespharaoh/btrfs-dedupe +https://github.com/jamespharaoh/rzbackup +https://github.com/jamii/imp https://github.com/japaric/itm https://github.com/japaric/particle-tools https://github.com/japaric/sc-gen -https://github.com/japaric/svd2rust +https://github.com/japaric/stcat +https://github.com/japaric/swap-ld https://github.com/japaric/xargo -https://github.com/jaredonline/rust-roguelike -https://github.com/jaredonline/rust-skip-list -https://github.com/jashank/i3status-rs +https://github.com/jaroslaw-weber/rust-ml-from-scratch +https://github.com/jaroslaw-weber/rust-procedural-macros-examples +https://github.com/jasonhansel/kineticvm +https://github.com/jasonwhite/button-rs +https://github.com/jasonwyatt/braid-lib https://github.com/jauhien/iron-kaleidoscope -https://github.com/jawline/klee-rust -https://github.com/jawline/rust-experiments -https://github.com/jawline/rust-sat +https://github.com/jaysonWL/Invaders https://github.com/jblake/remote-ff -https://github.com/jcorme/apscores -https://github.com/jcoyne/rust-rdf -https://github.com/jcswart/rp -https://github.com/jdekstrand/nqueens -https://github.com/jedahan/rustboy +https://github.com/jcranmer/llstrata https://github.com/jedisct1/edgedns https://github.com/jedisct1/flowgger -https://github.com/jeffparsons/planetkit -https://github.com/jeffreysbrother/rust -https://github.com/JenkinsDev/SimplexNoiseGenerator -https://github.com/jenslind/rust-test -https://github.com/jeremiah-crosby/wizard_conquest -https://github.com/jeremija/lit -https://github.com/jeremyletang/trueskill-rs -https://github.com/jeromefroe/echo-rs -https://github.com/Jeschli/math-chord-rs -https://github.com/JesseH-/crypto-pals -https://github.com/jevankovich/scheme -https://github.com/jfoley/minesweeper -https://github.com/jFransham/test-game-rs -https://github.com/j-fro/rust-book-greprs -https://github.com/jgallagher/building_time +https://github.com/jeppeb91/My_Os +https://github.com/jfgreen/rusty-boids +https://github.com/jfornoff/rust-socket-playground https://github.com/jhance/rust-s3 -https://github.com/jhbabon/scout https://github.com/jhbabon/slate -https://github.com/jimblandy/julia-glium +https://github.com/jimblandy/ex-triangle +https://github.com/jimliang/rust_codewars https://github.com/jimmycuadra/serde_test -https://github.com/JinShil/rust_arm_cortex-m_semihosted_hello_world -https://github.com/JinShil/rust_arm_cortex-m_semihosted_hello_world_libcore -https://github.com/jjwest/gentlemen-rs -https://github.com/jkcclemens/bins -https://github.com/jkcclemens/git-freq +https://github.com/jirutka/git-metafile +https://github.com/jjjjw/rust_elmish_rocket +https://github.com/jkpl/bd3d +https://github.com/jleahred/embed_dir +https://github.com/jleahred/indent_tokenizer https://github.com/jleedev/cinnabar https://github.com/jlippitt/snailemu https://github.com/jmatraszek/haxonite -https://github.com/jmcomets/lemmeguess-rs -https://github.com/jmquigs/greycrypt -https://github.com/jnordwick/rik +https://github.com/jmquigs/rotor-webserver https://github.com/joar/rust-game-of-life -https://github.com/joelmccracken/simple-log -https://github.com/joelwkall/lgidcf -https://github.com/joeyism/rURL +https://github.com/johnernaut/OpenVNC https://github.com/johnmq/john -https://github.com/johnpmayer/drebbel -https://github.com/Johnson-A/Crabby -https://github.com/johnthagen/rust-belt -https://github.com/johshoff-rustbook/guess https://github.com/jojahner/rust_playground -https://github.com/jolting/robot -https://github.com/jonasbb/ctftimebot https://github.com/jonas-schievink/cargo-at -https://github.com/jonas-schievink/cargo-local-pkgs -https://github.com/jonas-schievink/chip-8 -https://github.com/jonasschneider/cor -https://github.com/jonastepe/petgraph-examples -https://github.com/jonhoo/buzz -https://github.com/jonhoo/please-ignore +https://github.com/jonasbb/ctftimebot +https://github.com/jonasbb/pcapgen +https://github.com/jonhoo/hanabot https://github.com/jonhoo/rucache https://github.com/jonhoo/rust-at-sunrise -https://github.com/JoNil/jprod +https://github.com/jonhoo/tally +https://github.com/jonvallet/rust-guessing-game +https://github.com/jordanlewis/tis100 https://github.com/jordelver/spotify-backup -https://github.com/jorissoris/nbabel-rust -https://github.com/josephglanville/wobot -https://github.com/joshhartigan/lemurs -https://github.com/joshleeb/Igo -https://github.com/jostly/terragen -https://github.com/jpastuszek/rust-hello-world +https://github.com/josephroberts/rust-guessing-game https://github.com/jpatel531/pusher-http-rust -https://github.com/jplatte/ruma-gtk -https://github.com/jpochyla/trezor-rust-experiment +https://github.com/jph98/rust-guessinggame +https://github.com/jraigneau/maxtables +https://github.com/jrburke/speakerbotrs +https://github.com/jrmuizel/wr-binding +https://github.com/jroblak/rustproj https://github.com/jroesch/molten https://github.com/jroesch/rustv -https://github.com/jsirois/rnps +https://github.com/jsonnull/valor https://github.com/jstnlef/rustris +https://github.com/jswrenn/beep https://github.com/jswrenn/rustylog -https://github.com/jtdowney/som-rust https://github.com/jtianling/toc-auto-add -https://github.com/juanibiapina/collatz-rs https://github.com/juanibiapina/forust -https://github.com/juanibiapina/zas -https://github.com/juchiast/boxcrash +https://github.com/juanibiapina/king https://github.com/julienXX/email-checker https://github.com/julienXX/fingers https://github.com/julienXX/simple-server -https://github.com/junyw/rust-server -https://github.com/JustANull/pc3_client +https://github.com/juliusdelta/rust-rocket-api +https://github.com/jupp0r/cpp-codegen-rs +https://github.com/justanotherdot/lbadb https://github.com/justincampbell/url-shortener-rust -https://github.com/justinj/last-layer-algs -https://github.com/justinlatimer/sassaurs -https://github.com/justinsacbibit/dmg -https://github.com/justinsacbibit/pong-rs +https://github.com/justinian/ipecho https://github.com/jvalinsky/rust-game -https://github.com/jvns/snake.rs https://github.com/jwilm/alacritty https://github.com/jwilm/racerd https://github.com/jwilm/retry-after +https://github.com/jxson/to-directory +https://github.com/jzhu98/telescope +https://github.com/k-h-m/sigen https://github.com/k0kubun/xraise https://github.com/k0nserv/rust-isqrt -https://github.com/k0pernicus/giwyn-rs https://github.com/k0pernicus/packetSniffer -https://github.com/k0pernicus/webcrawler-rs https://github.com/kaedroho/rusticsearch -https://github.com/kainino0x/rspt +https://github.com/kahing/catfs https://github.com/kainino0x/wasm-call-js-from-rust -https://github.com/KaivoAnastetiks/notes -https://github.com/kalmanb/rdkafka-rust https://github.com/kamalmarhubi/syntex-syntax-example -https://github.com/kamer16/gsearch https://github.com/kamicut/rust-fractal-experiments -https://github.com/kanvaz/atelier-rest-api -https://github.com/kasbah/looper -https://github.com/kawausokun/squattings -https://github.com/kAzec/find_file -https://github.com/kbacha/rush_hello_world -https://github.com/kballard/flip-text.alfredworkflow -https://github.com/kballard/swift-demangle.alfredworkflow +https://github.com/kanru/pcmanx-rust +https://github.com/kanru/standups_weekly +https://github.com/katis/spine-ggez-experiment +https://github.com/kazagistar/advent2017 +https://github.com/kbacha/grusp https://github.com/kbknapp/cargo-count https://github.com/kbknapp/cargo-graph https://github.com/kbknapp/cargo-outdated https://github.com/kbknapp/cli2048-rs https://github.com/kbknapp/corectl https://github.com/kbukum/rust-redis-sample +https://github.com/kc1212/tokio-p2p https://github.com/kchmck/p25rx -https://github.com/KCreate/pngencoder-rust https://github.com/kdar/ckbackup -https://github.com/kdar/rust-2048 -https://github.com/keaganr/CS4121ChatRoom -https://github.com/Keats/gutenberg -https://github.com/Keats/webrust -https://github.com/KeenS/cargo-pack-docker -https://github.com/KeenS/webml -https://github.com/KeepCalmAndLearnRust/object-factory-pattern -https://github.com/kempchee/piston-snake -https://github.com/kennethbgoodin/nes-rs -https://github.com/kenpratt/rusty_scheme -https://github.com/kenpratt/rusty_torrent -https://github.com/keringar/simulation +https://github.com/kejadlen/kilo-rs +https://github.com/ken-c/asdf +https://github.com/keringar/assembler https://github.com/kerinin/hammer -https://github.com/kerrickstaley/hsk_flashcards -https://github.com/kevinburke/dnstimeout -https://github.com/KeyboardFire/babble -https://github.com/KeyboardFire/chessolang +https://github.com/kernelmachine/cargo-profiler https://github.com/khernyo/http-blackhole -https://github.com/kielo/excavator +https://github.com/kieraneglin/diecast +https://github.com/kieraneglin/homoglyph-encode https://github.com/kiliankoe/alfred_crates https://github.com/killercup/cargo-edit -https://github.com/killercup/rust-docstrings https://github.com/killercup/trpl-ebook -https://github.com/Kilobyte22/lockd -https://github.com/Kintaro/Argon -https://github.com/Kintaro/rust-xinerama -https://github.com/Kintaro/wtftw -https://github.com/Kintaro/zombie -https://github.com/kioba/rs_snake -https://github.com/kirinokirino/Rusdl_test -https://github.com/kirushik/cli_basics -https://github.com/kitanata/genetics -https://github.com/KitFreddura/Kinder +https://github.com/killercup/vibrant-rs +https://github.com/kino-mc/rsmt2 +https://github.com/kirillkh/xword_constructor +https://github.com/kivikakk/aoc2017 https://github.com/kivikakk/syso -https://github.com/Kixunil/rmcr +https://github.com/kjmrknsn/livy-manager https://github.com/kkspeed/metal-placebo https://github.com/klaus-rs/klaus -https://github.com/klemens/2i-emulator -https://github.com/Kliemann-Service-GmbH/xMZ-Mod-Touch-Server +https://github.com/klemens/hwpb https://github.com/klutzy/garbage -https://github.com/klutzy/typo -https://github.com/kmtoki/tetris -https://github.com/knoebber/Rustals -https://github.com/koba-e964/calc-rust -https://github.com/koba-e964/min-caml-rust -https://github.com/kodecheck/kodecheck -https://github.com/KodrAus/cargo-nuget -https://github.com/KodrAus/nuget-rs -https://github.com/KodrAus/rust-ioc -https://github.com/kpcyrd/labsh -https://github.com/kradical/fe_oxy +https://github.com/knipferrc/fl +https://github.com/knwabueze/redox +https://github.com/koenw/resh +https://github.com/kotetuco/Rust-BareMetal-GBA-Sample +https://github.com/koute/cargo-web +https://github.com/kpcyrd/huesaverd https://github.com/kradical/rusty-pl0 -https://github.com/krbzsq/rba -https://github.com/krdln/rustnightlyhash -https://github.com/krishnaIndia/Travis-POC -https://github.com/krixano/techedit_rust -https://github.com/kstep/cargo-pkgbuild https://github.com/kstep/rust-scripts -https://github.com/kud1ing/rucaja -https://github.com/kumabook/pink-spider +https://github.com/ktamashun/rust-guessing-game https://github.com/kurnevsky/opai-rs -https://github.com/kvark/claymore -https://github.com/kvark/yasteroids -https://github.com/kylc/raytracer -https://github.com/Laastine/zombie-shooter -https://github.com/laibulle/skynet -https://github.com/LainLayer/rust-cli-irc-client +https://github.com/kvakvs/ErlangRT +https://github.com/kvark/gl-bench +https://github.com/kvark/ref-image +https://github.com/kyrozetera/RustyKnight +https://github.com/lae/metrics_aggregate https://github.com/lakinwecker/chessterrs -https://github.com/lakinwecker/delila-server -https://github.com/lalala/accountabilibuddy https://github.com/lambdastackio/lsiotemplate https://github.com/lambdastackio/s3lsio -https://github.com/laohanlinux/raft-rs -https://github.com/Latrasis/opc-rs +https://github.com/landaire/bgrep https://github.com/laurilehmijoki/rust-json-over-udp-example -https://github.com/lautis/rscsv -https://github.com/lavriv92/rust-example -https://github.com/lawliet89/fusionner https://github.com/lawliet89/pr_demon -https://github.com/LaylConway/shift-inc -https://github.com/lazy-bitfield/rust-mockstream -https://github.com/lbdremy/rs-mvc-example -https://github.com/lbn/jimmy -https://github.com/learning-on-chip/planner -https://github.com/learning-on-chip/recorder -https://github.com/learning-on-chip/streamer -https://github.com/ledbettj/legit -https://github.com/legolord208/rickroll -https://github.com/legolord208/spell -https://github.com/lelandbatey/rust_buddhabrot -https://github.com/lengstrom/quickedit -https://github.com/lengstrom/rust-pprint -https://github.com/lensvol/qotd-rs -https://github.com/Leopard2A5/cwg-rest-battleship -https://github.com/LeoTindall/rfortune -https://github.com/LeoTindall/rloris -https://github.com/Lepovirta/koukku -https://github.com/leshow/files-rs -https://github.com/leshow/password-server +https://github.com/lazau/rust-irc-server +https://github.com/lazear/rust-kmeans +https://github.com/ldev-r3-t4/analytics +https://github.com/leifwalsh/tea +https://github.com/lennyferguson/computer_girraffix +https://github.com/leoschwarz/idol https://github.com/leshow/rust-filter-map-reduce-bench -https://github.com/leshow/rust_mnemonic -https://github.com/LesPepitos/gist -https://github.com/lessrest/ethrun -https://github.com/lessrest/quickrun -https://github.com/letheed/rgol -https://github.com/letheed/takuzu -https://github.com/letitz/solstice -https://github.com/lfairy/gensokyo https://github.com/lhernandezcruz/hit_n_run -https://github.com/liamchzh/AGFW +https://github.com/lholznagel/rust-blockchain https://github.com/liamim/tinshel -https://github.com/liamzdenek/ircd-rs https://github.com/liblight/liblight-server https://github.com/lifthrasiir/angolmois-rust -https://github.com/Limeth/ethaddrgen -https://github.com/Limvot/rust-SDL-OpenGL-example +https://github.com/lightlfyan/sknreader https://github.com/linkerd/linkerd-tcp -https://github.com/LinusU/emoji-commit -https://github.com/linuxaged/newton -https://github.com/Lionex/board-games -https://github.com/liquidmetal/seq-view -https://github.com/Lireer/ricochet-robot-solver https://github.com/lise-henry/crowbook -https://github.com/lissyx/sensorweb-NodeMCU-collector +https://github.com/little-dude/tcping-rs https://github.com/little-dude/xi-tui https://github.com/livinginformation/InChain -https://github.com/lj-ditrapani/game-of-life-rust -https://github.com/llasram/euler-rust -https://github.com/llde/rCrawly +https://github.com/lizardo/nrf51822-zinc +https://github.com/lkristjansen/aoc2017 https://github.com/llogiq/flamer +https://github.com/lluchs/ocbot +https://github.com/lo48576/fbx-tree-view +https://github.com/lobachevzky/travis-test +https://github.com/lochsh/colourblind-helper https://github.com/locka99/opcua -https://github.com/loganmhb/logos https://github.com/logaritmisk/rust-smb https://github.com/loggerhead/shadowsocks-rust -https://github.com/LogoiLab/caffeine-rs -https://github.com/LogoiLab/echran -https://github.com/Lolirofle/2dgl -https://github.com/lolzballs/rust-jvm +https://github.com/lord/cargo-wasm https://github.com/lord/learning-graphics https://github.com/lord/learnllvm -https://github.com/lord/tinyrenderer https://github.com/losvedir/rust-zoo-calc https://github.com/lotabout/skim -https://github.com/loveisasea/danceparty-rust -https://github.com/lucasefe/kodic-rs -https://github.com/lucidscape/imgui-rs -https://github.com/lucidscape/libovr-rs +https://github.com/lucidscape/radix_sort +https://github.com/luciusmagn/nary-lang https://github.com/ludat/lureng +https://github.com/lukaspustina/mhost https://github.com/lukaszwawrzyk/rust-wget -https://github.com/lukeasrodgers/rust-icmptime -https://github.com/Luke-Nukem/rs_webserver_game -https://github.com/Luke-Nukem/rusty_bike -https://github.com/luki/shortener -https://github.com/Luminarys/Sanka -https://github.com/Luminarys/synapse -https://github.com/lupuchard/rust-expr -https://github.com/luser/rustfilt +https://github.com/luksamuk/blockchain-rs +https://github.com/lumirayz/bar-manager-thing +https://github.com/lunaryorn/xkpwgen.rs +https://github.com/luser/rust-bindgen-webapp +https://github.com/luxrck/rgssad https://github.com/lvillani/borg-hive -https://github.com/m0ppers/rpck -https://github.com/m110/notes -https://github.com/m4b/cargo-sym -https://github.com/Machtan/token-rs -https://github.com/mackeyja92/Dinning-Philosophers -https://github.com/MackieLoeffel/avr-vm -https://github.com/MackieLoeffel/rust-os -https://github.com/MackieLoeffel/rusty-jvm -https://github.com/maekawatoshiki/rucc -https://github.com/maghoff/post-box -https://github.com/maikeru/rcat -https://github.com/majorz/iron-tryout -https://github.com/majorz/xcb-demo-app -https://github.com/makeecat/hey-stop -https://github.com/mamal72/rust-guess-the-number -https://github.com/mammothbane/ansible -https://github.com/Mange/dutop -https://github.com/Manghi/RustUDPServer +https://github.com/lynnjm7/ignorify +https://github.com/m4b/bingrep +https://github.com/maccoda/made-up +https://github.com/machisuji/cardboard +https://github.com/machisuji/pwat +https://github.com/maidsafe/safe_client_libs +https://github.com/maidsafe/safe_vault +https://github.com/maidsafe/system_uri +https://github.com/makr17/load-pwp-tail +https://github.com/manaskarekar/convrs +https://github.com/manpat/garden-rs https://github.com/maralla/pack +https://github.com/maralorn/tasktree https://github.com/marchelzo/ircnvim-rs https://github.com/marcianx/data-structures-rs -https://github.com/marcianx/openmesh-rs-core -https://github.com/marcmo/enforcer https://github.com/marco-c/grcov +https://github.com/marcusklaas/lisp-interpreter https://github.com/marcusrafael/rust -https://github.com/mardiros/janeiro -https://github.com/mareek/BrainRust -https://github.com/marinintim/thrall +https://github.com/mardiros/bearer https://github.com/mariosangiorgio/rulox -https://github.com/markfknight/rust-syntax-semantics -https://github.com/MarkMcCaskey/rusty-8 -https://github.com/Mark-Simulacrum/bisect-rust -https://github.com/markuskobler/reagent -https://github.com/marony/raft-on-rust +https://github.com/markjansnl/markfs https://github.com/marte/baraha -https://github.com/martindevans/IronBank https://github.com/martin-magakian/barnes-benchmark +https://github.com/martin-tornqvist/loekchipz +https://github.com/martindevans/IronBank +https://github.com/maryelizbeth/rust_guess +https://github.com/mas-yo/twofive https://github.com/master-d/liquid-rust +https://github.com/master-d/rust-pwned-passwords https://github.com/mateusmedeiros/rust_of_life https://github.com/mathall/rim https://github.com/matklad/bunny -https://github.com/matklad/compilers -https://github.com/matklad/fall -https://github.com/matklad/kotlin-rust-dp -https://github.com/matklad/learnOpenGL +https://github.com/matklad/mandelbrot https://github.com/matklad/miniml -https://github.com/matklad/rustraytracer -https://github.com/matklad/vec-vs-list +https://github.com/matklad/thrench https://github.com/matsimitsu/test https://github.com/matsumotory/k2i +https://github.com/matsumotory/procps-sys +https://github.com/matt-thomson/github-sweep +https://github.com/matt-williams/appengine-rust +https://github.com/matt-williams/tokio-memcache https://github.com/mattcl/bitbucket-cli -https://github.com/matteomeli/osdev https://github.com/mattgreen/watchexec -https://github.com/matthieu-m/rust-poly -https://github.com/matthin/diceware-gen -https://github.com/Matt-Hurd/42-GBmu -https://github.com/matt-keibler/podcast-downloader -https://github.com/matt-williams/appengine-rust +https://github.com/matthiaskrgr/cargo-cache +https://github.com/mattkuo/rusty-chips https://github.com/mattyhall/timmy https://github.com/maufl/uip https://github.com/max6cn/Kaleidoscope.rs -https://github.com/maxjacobson/guessing_game -https://github.com/maxsnew/cargo-dot -https://github.com/mayflower/duck -https://github.com/mazurwiktor/rustgrepper -https://github.com/mbandazian/cs4414-ps2 +https://github.com/maxlapshin/flv.rs https://github.com/mbrubeck/robinson -https://github.com/mbudde/pnc https://github.com/mbuffa/hellorust -https://github.com/mcapo88/rustpa2 -https://github.com/mceier/monstrous +https://github.com/mcannizz/spillway https://github.com/mcginty/shoop -https://github.com/mchesser/mapgen +https://github.com/mcgoo/vcpkg-rs https://github.com/mchesser/pikemon https://github.com/mchesser/snake-rs https://github.com/mckinnsb/rusty_z +https://github.com/mclosson/slug-rs https://github.com/mclosson/whoami-rocket -https://github.com/mdaffin/lead -https://github.com/MDCox/Overpass -https://github.com/mdenchev/mui https://github.com/mdespuits/rust-playpen -https://github.com/mdibaiee/mahdi-os -https://github.com/mdsteele/syzygy -https://github.com/meamuri/openGL_rust -https://github.com/medek/rust_calc -https://github.com/meetup/jenkins-build-stats +https://github.com/mdg/leema +https://github.com/meddle0x53/ulc-rust https://github.com/megamsys/meg https://github.com/megamsys/megam_api.rs https://github.com/megamsys/rust_cli https://github.com/mehcode/xchip -https://github.com/menski/furry-meme -https://github.com/meowy/nibble -https://github.com/metadave/simlink -https://github.com/mfpiccolo/t_bang -https://github.com/mfs/rustasm -https://github.com/mgattozzi/ghub +https://github.com/mesalock-linux/minit +https://github.com/mgattozzi/cargo-wa +https://github.com/mgattozzi/ffzf https://github.com/mgattozzi/nightly-rust -https://github.com/mgax/rust-gdal-example1 +https://github.com/mgax/dedup https://github.com/mhallin/loadbalancer-rs -https://github.com/mhogrefe/rust-wheels -https://github.com/Mic92/cntr -https://github.com/MichaelBaker/rspgod -https://github.com/michaelfairley/rust-pong -https://github.com/Michael-F-Bryan/backlight +https://github.com/mheistermann/lightfield_render +https://github.com/mhsjlw/hardware-accelerated-ducks https://github.com/michael-robbins/filemerger +https://github.com/michael-the-grey/fuzzy_command_search +https://github.com/michael-younkin/lcc +https://github.com/michaelfairley/rust-pong +https://github.com/michaelmelanson/fab-rs https://github.com/michaelsbradleyjr/shen.rs -https://github.com/michaelsproul/ewok https://github.com/michaelsproul/festivus -https://github.com/michael-younkin/lcc +https://github.com/michaelsproul/rust-simpl-db https://github.com/michalbe/ruster -https://github.com/michardy/PageQuery -https://github.com/mickaelvieira/vagment +https://github.com/michiel/toy-robot-rs https://github.com/mickelsonm/rustmonster +https://github.com/mickvangelderen/murder-robot-dog-rust https://github.com/microservices-from-day-one/books -https://github.com/miedzinski/pomf +https://github.com/mikeastock/sherpa-cli +https://github.com/milanbt/glium_sandbox https://github.com/millere/bf -https://github.com/millere/solitaire-rs https://github.com/milliams/plot -https://github.com/MindFlavor/AzureSDKForRust -https://github.com/mitchhentges/lcov-rs -https://github.com/mitnk/cicada +https://github.com/mindriot101/rust-python +https://github.com/miromotl/gcd +https://github.com/miromotl/iron-gcd +https://github.com/mirus/rs-makefile +https://github.com/miscreant/minc +https://github.com/mit-pdos/distributary https://github.com/mitsuhiko/machfind https://github.com/miyamofigo/rust-shared-ptr -https://github.com/miyamofigo/simple_database -https://github.com/mjhoy/el -https://github.com/mkpankov/greprs +https://github.com/mjkillough/cnx https://github.com/mkpankov/parse-rust https://github.com/mkpankov/rusty_boy -https://github.com/mkpankov/writeork -https://github.com/m-labs/ek-tm4c1294xl-demo -https://github.com/mlex121/rusty-flop -https://github.com/mmstick/advent_of_code_2016 +https://github.com/mlsteele/bittles +https://github.com/mmacedoeu/csvtoredis.rs https://github.com/mmstick/cargo-deb +https://github.com/mmstick/fontfinder https://github.com/mmstick/parallel -https://github.com/mmstick/permutate https://github.com/mmstick/systemd-manager https://github.com/mmstick/tv-renamer +https://github.com/mmueller/advent2017 https://github.com/mneumann/izhikevich-neurons -https://github.com/mneumann/neat-rs +https://github.com/mneumann/space-colonization-rs https://github.com/mob-rs/mob -https://github.com/mockersf/gateway -https://github.com/Mokosha/pbrt_rust +https://github.com/mojlighetsministeriet/personregister https://github.com/monad/lainbot4 +https://github.com/monkeytechdays/mktd5-rust-banana-island https://github.com/monsieursquirrel/every_beat https://github.com/monsieursquirrel/lychrel -https://github.com/MoonlightOwl/Snakrust +https://github.com/monte-language/rum +https://github.com/mookid/rust-adventofcode2017 https://github.com/moosingin3space/mutxt -https://github.com/MovingtoMars/dio -https://github.com/mozilla/geckodriver +https://github.com/mopp/Axel +https://github.com/mosbasik/advent-of-code-2017 +https://github.com/mount-research/hansard +https://github.com/mount-research/tug +https://github.com/mour/ratfist-server +https://github.com/mozilla/janus-plugin-sfu https://github.com/mozilla/sccache https://github.com/mp4096/indentex https://github.com/mpdrescher/run-info -https://github.com/mprobinson/rgb565 -https://github.com/mrandri19/second-parser-test -https://github.com/mruszczyk/passwordgenerator -https://github.com/msiemens/rust-tinyasm +https://github.com/mpdrescher/termcalc +https://github.com/mrZalli/roller_repl +https://github.com/mre/test +https://github.com/mrkaspa/rlexer +https://github.com/mrkaspa/servinator +https://github.com/mrkline/copyrighter +https://github.com/mrmekon/circadian +https://github.com/mrmekon/toucHNews +https://github.com/mscharley/rust-xoroshiro128 https://github.com/msierks/rustcube -https://github.com/msifd/cellular-sneks -https://github.com/m-strasser/wallet -https://github.com/mthom/rusty-wam https://github.com/mtmr0x/rastreamento-correios https://github.com/mtsr/amethyst_experiment https://github.com/muktakosh/unicorn -https://github.com/Munksgaard/base64 -https://github.com/muranoya/CubaLibre -https://github.com/murarth/ketos +https://github.com/munckymagik/rusty-wheel-of-lunch https://github.com/murarth/rusti -https://github.com/Murzaza/rusty-life -https://github.com/musically-ut/tz_cli.rs -https://github.com/mutohq/Rust--event-loop-handling +https://github.com/murilocadanus/parse https://github.com/mvcs/mvcs-rust https://github.com/mvdnes/rboy -https://github.com/mwalczyk/tracer-rs -https://github.com/mwolting/pipeline-rs https://github.com/mxhold/ellsworth -https://github.com/mxhold/pastebin_rs -https://github.com/mypianoplayer/ragtime -https://github.com/myst6re/vtun-rs -https://github.com/mystal/rust-mines -https://github.com/mystal/shader-sandbox -https://github.com/mythmon/rearguard -https://github.com/mythmon/rust-nbodies +https://github.com/mysterymath/6502kit +https://github.com/mystor/ducky +https://github.com/mythmon/advent2017 https://github.com/mzgoddard/phrust https://github.com/n2kia4/rpwg -https://github.com/nacardin/bitcoin -https://github.com/nallar/Puma6Fail -https://github.com/NamsooCho/search -https://github.com/NaNuNoo/Souffle -https://github.com/narpfel/mcc4-rs -https://github.com/natemara/schwift +https://github.com/n3phtys/cervisia-server +https://github.com/n3phtys/rustix-bl +https://github.com/nahtnam/jv +https://github.com/nanoxd/godaddns https://github.com/natemara/shutterstock-multifolder-deduper -https://github.com/nathanfaucett/rs-array -https://github.com/nathanfaucett/rs-collection_traits -https://github.com/nathanfaucett/rs-hash_map -https://github.com/nathanfaucett/rs-hash_set -https://github.com/nathanfaucett/rs-linked_list -https://github.com/nathanfaucett/rs-persistent_list -https://github.com/nathanfaucett/rs-persistent_vector -https://github.com/nathanfaucett/rs-prng -https://github.com/nathanfaucett/rs-rng -https://github.com/nathanfaucett/rs-vector -https://github.com/NathanMer/RFSMP -https://github.com/nayed/guessing_game -https://github.com/nedp/statustxt +https://github.com/nathanjent/markdown-serve +https://github.com/nathanjent/ruby-the-ms.-hackman-bot +https://github.com/nausicaea/rootspace-rs +https://github.com/nc4rrillo/indigo https://github.com/neelayjunnarkar/TicTacToeAI -https://github.com/nejucomo/hashstore -https://github.com/nelsonjchen/speedtest-rs -https://github.com/Nemo157/cargo-lichking -https://github.com/Nemo157/grarr -https://github.com/Nemo157/rjsc -https://github.com/nemo-lang/nemo -https://github.com/neonfuz/vidchip-rust +https://github.com/neosmart/rsproxy https://github.com/neosmart/srtresync -https://github.com/Nercury/blik-hyperium-rs -https://github.com/Nercury/comics-rs -https://github.com/Nercury/monilog -https://github.com/nettok/euler-rust -https://github.com/netvl/git-pull-requests -https://github.com/netvl/sshc -https://github.com/nextgenerationgeek/project_euler -https://github.com/neydroid/sphinx-passwords -https://github.com/nginth/rusterver -https://github.com/nherson/twitch_emote_stats -https://github.com/nickmass/mass-nes -https://github.com/nickmass/rust-chip8 -https://github.com/NicolasLM/nucleon -https://github.com/niconii/nico2 +https://github.com/neosmart/zipcat +https://github.com/ngsankha/rustynode +https://github.com/nical/lyon +https://github.com/nicklauri/aden https://github.com/nika-begiashvili/rustnpp -https://github.com/nikita-b/f-console -https://github.com/nikomatsakis/cargo-incremental -https://github.com/nikomatsakis/chalk -https://github.com/nikomatsakis/rusty-wam -https://github.com/nilern/proff -https://github.com/nilq/ketchup +https://github.com/nikomatsakis/rust-name-resolution-algorithm +https://github.com/nikomatsakis/yaccrpop +https://github.com/nilq/helix https://github.com/ninjabear/lore -https://github.com/ninjapanzer/rust_bible_word_reader -https://github.com/NishanthSpShetty/crust -https://github.com/NishanthSpShetty/Stack-VM -https://github.com/nitro-devs/nitro-example-project -https://github.com/NivenT/RGB -https://github.com/NivenT/Tic-Tac-Toe -https://github.com/nkoehring/nanobe -https://github.com/nmandery/pseudo-georeference -https://github.com/nmcle/michi-rust -https://github.com/noirotm/fishr -https://github.com/noisecapella/gtfs-map +https://github.com/nisargthakkar/nisargthakkar-hello-world +https://github.com/nkoehring/tt https://github.com/nokaa/cedalion -https://github.com/nokaa/neppit -https://github.com/nonelement/mux -https://github.com/Nonius/pomodoro -https://github.com/Norbytus/rocket_try -https://github.com/NotBad4U/Niepce -https://github.com/NotGyro/Gestalt +https://github.com/nopjmp/pastabin +https://github.com/not-inept/dict-bot +https://github.com/notryanb/rust-blog-demo +https://github.com/now-examples/get-started-docker https://github.com/nrc/derive-new -https://github.com/nrc/rls-analysis -https://github.com/nrc/rls-span +https://github.com/nrc/graphql +https://github.com/nrc/rls-data https://github.com/nrc/rustw -https://github.com/nskinkel/onionctlrs -https://github.com/nstoddard/rust-sand -https://github.com/nstott/rstatsd -https://github.com/NuclearCookie/rust_morse_translator -https://github.com/nuew/fntpd -https://github.com/nuew/kblayoutgen -https://github.com/nuew/margen -https://github.com/nukep/ludum31 +https://github.com/nsg/snapr +https://github.com/nstone8/clickbait https://github.com/nukep/rust-cubes-demo https://github.com/numerodix/emcache -https://github.com/nxnfufunezn/RstyOS +https://github.com/nwessing/gameboy +https://github.com/nzentzis/ysh https://github.com/o01eg/gltut-rust https://github.com/oakes/SolidOak -https://github.com/ockta/ockta https://github.com/oconnor0/build-your-own-editor https://github.com/oconnor663/duct.rs -https://github.com/oconnor663/os_pipe.rs -https://github.com/octplane/durite +https://github.com/oconnor663/shared_child.rs https://github.com/octplane/rsnotify-33 -https://github.com/octplane/small-deployer -https://github.com/odarbelaeze/vegas-rs -https://github.com/Ogeon/citybuilder -https://github.com/Ogeon/pyrite https://github.com/ogham/exa https://github.com/ohazi/opengl-demo-rust -https://github.com/O-I/nickel-demo -https://github.com/ojhp/cart -https://github.com/oko/rust-dns-bench -https://github.com/olafurjohannsson/rust -https://github.com/olson-dan/risp -https://github.com/olson-sean-k/bismuth +https://github.com/ohua-dev/ohua-rust-runtime +https://github.com/ojacobson/rust-mount-demo +https://github.com/oldsj/backup-rs +https://github.com/olegakbarov/cali https://github.com/onefrankguy/chifir https://github.com/onelson/loose-coupling https://github.com/onur/at-rust https://github.com/onur/docs.rs -https://github.com/openchatops/rust -https://github.com/OpenGene/MutationScan -https://github.com/OpenStratos/OpenStratos-rs -https://github.com/oppenlander/rust-hermann-generator +https://github.com/opensourcegeek/stest https://github.com/oracal/rust-gumbo -https://github.com/ordovicia/git-rup -https://github.com/orhanbalci/rosalind-rs -https://github.com/orodley/bfc -https://github.com/OsnaCS/plantex +https://github.com/oresat/syscon-rs +https://github.com/originalhat/rust +https://github.com/overdrivenpotato/ui-experiments +https://github.com/overviewer/overviewer-ng +https://github.com/oxeb/regex3 https://github.com/ozkriff/nergal +https://github.com/ozkriff/zemeroth https://github.com/ozkriff/zoc -https://github.com/P1start/slydot -https://github.com/pacodegallo/currency +https://github.com/p-jackson/how-do-i-escape +https://github.com/p00s/Tinywget +https://github.com/p00s/miniurl +https://github.com/pacodegallo/advent_2017 https://github.com/palfrey/dawn -https://github.com/palfrey/potboiler -https://github.com/panicbit/bouncingball -https://github.com/panicbit/depot-rs +https://github.com/panicbit/advent_of_code_17 +https://github.com/panicbit/aoc +https://github.com/panicbit/aocl https://github.com/panicbit/hangman https://github.com/panicbit/mct -https://github.com/paomian/playrust -https://github.com/papaboo/smallpt_rust +https://github.com/paritytech/ethabi https://github.com/paritytech/ethstore https://github.com/paritytech/parity https://github.com/paritytech/parity-bitcoin -https://github.com/paritytech/wasm-tests -https://github.com/partkyle/rust-example-sdl -https://github.com/Pascal-So/rot13 +https://github.com/paritytech/polkadot https://github.com/passcod/cargo-watch https://github.com/passcod/ttt -https://github.com/patallen/RIP-8 -https://github.com/patrickod/barcode-rust -https://github.com/PaulJuliusMartinez/CoolRustCompiler -https://github.com/paulrouget/servoshell -https://github.com/paul-russo/kr -https://github.com/paul-russo/suh -https://github.com/pbhandari/teapot -https://github.com/pcleavelin/rust_rasterizer -https://github.com/Pctg-x8/interlude +https://github.com/passy/ordered-jobs-kata-rust +https://github.com/passy/rust-tracerayer +https://github.com/paulkramme/rustybrainfuck +https://github.com/paulusx/text_generator https://github.com/pcwalton/sprocketnes -https://github.com/pczora/olderon -https://github.com/Peekmo/rust-roguelike -https://github.com/Peekmo/rust-window-manager -https://github.com/Peekmo/rust-xslgen -https://github.com/pegasos1/cargo-profiler -https://github.com/pegasos1/utah +https://github.com/pdpi/synth.rs +https://github.com/pelmers/geoshaper +https://github.com/pelmers/quine https://github.com/pengowen123/goal +https://github.com/pengowen123/horde_survival https://github.com/pepyakin/chipster +https://github.com/pepyakin/emchipten https://github.com/perceptia/perceptia -https://github.com/PerfectLaugh/chinaroutes +https://github.com/peterdelevoryas/pythonc https://github.com/peterhorne/gba -https://github.com/pfpacket/rust-9p -https://github.com/pgerber/lo-migrate +https://github.com/petertseng/adventofcode-rs-2015 https://github.com/pgonda/bencode_file +https://github.com/pgonda/bittorrent +https://github.com/phansch/rtypist https://github.com/phi-gamma/vtcol -https://github.com/phildawes/racer -https://github.com/phildawes/rustc-noodling -https://github.com/philipc/ddbug -https://github.com/PhilipeLouchtch/rust-cardgame -https://github.com/PhilipTrauner/match3 -https://github.com/Phrohdoh/Cilian -https://github.com/phyber/mutt-maildirs -https://github.com/phynalle/civet -https://github.com/pierrechevalier83/2048-rs -https://github.com/pierrechevalier83/rust-dwm-status +https://github.com/philwantsfish/fractal-rs +https://github.com/phocks/rust-exploration https://github.com/pierrechevalier83/slider +https://github.com/pierrechevalier83/snake-rs https://github.com/pietroalbini/fisher +https://github.com/pigeon-working-group/9000d +https://github.com/pikkr/rust-json-parser-benchmark https://github.com/pillserg/golr -https://github.com/pillserg/reuler -https://github.com/pillserg/rs_guessing_game +https://github.com/pindell-matt/hyper_test https://github.com/pingcap/tikv https://github.com/pinyin-tools/librustpinyin -https://github.com/PistonDevelopers/dyon_asteroids -https://github.com/PistonDevelopers/hematite -https://github.com/PistonDevelopers/inventory -https://github.com/pixelistik/request_log_analyzer -https://github.com/pjohansson/grafen -https://github.com/pka/t-rex +https://github.com/pjhades/izzet +https://github.com/pkgw/elfx86exts https://github.com/plafue/AntsStarterPackRust -https://github.com/PlasmaPower/intersections -https://github.com/Plasticoo/BrainFInterpreter_Rust https://github.com/plietar/librespot -https://github.com/plumephp/installer -https://github.com/pmarino90/blackhole -https://github.com/Polly-lang/Polly -https://github.com/polybuildr/balloon-lang -https://github.com/polyfloyd/ledcat +https://github.com/plyhun/plygui-test +https://github.com/pmeredit/pgen +https://github.com/pocket7878/nicolive-ts-downloader +https://github.com/polyfloyd/edge-detection-rs https://github.com/polyfractal/Turbine https://github.com/pombase/pombase-chado-json -https://github.com/porglezomp/buddhabrot -https://github.com/porglezomp/julia +https://github.com/pontuslae/pathfinder +https://github.com/pontuslaestadius/goliath +https://github.com/pop-os/buildchain https://github.com/portier/portier-broker https://github.com/postmates/cernan https://github.com/postmates/evans https://github.com/pothos/zpaqlpy https://github.com/potocpav/xi_glium +https://github.com/povilasb/snake https://github.com/prcastro/dinosaur -https://github.com/problame/rust-srs +https://github.com/prewk/img_diff +https://github.com/prewk/subshift +https://github.com/probitlabs/rusty-sturm https://github.com/programble/scraper https://github.com/programble/viola -https://github.com/ProgrammingRust/antisamples https://github.com/project-enlighten/enlighten-socks -https://github.com/Proksima/has -https://github.com/ProtonLights/cli -https://github.com/ProtonLights/proton-cli -https://github.com/psas/av4-fc +https://github.com/projektir/ray-tracer-simple-image +https://github.com/prokosna/jongleur_back +https://github.com/psFried/conrods-game-of-life https://github.com/psFried/flo +https://github.com/pshc/dht https://github.com/pshc/orca https://github.com/pshc/rusthack -https://github.com/psyomn/wasteland -https://github.com/PumpMagic/twitchplayspapermario -https://github.com/puppyofkosh/safer-c-compiler +https://github.com/purpliminal/fulltext-rs https://github.com/pvginkel/strtod -https://github.com/pwfantasy/pwfantasy-api -https://github.com/pwildani/bueller -https://github.com/pwoolcoc/cargo-shell +https://github.com/pwoolcoc/cargo-template +https://github.com/pyk/peg-generator https://github.com/pyk/rust-perceptron -https://github.com/PyO3/tokio -https://github.com/pyramid-old/pyramid_app -https://github.com/qial/rustroids -https://github.com/qjojo/silt -https://github.com/quadrifoglio/olvm -https://github.com/QuietMisdreavus/movesets-bot -https://github.com/QuietMisdreavus/pokedex-bot -https://github.com/QuietMisdreavus/whismur +https://github.com/qoh/fortune +https://github.com/qorost/rust_macro_plugin +https://github.com/qrush/rustlike +https://github.com/quadrupleslap/lich +https://github.com/quininer/bench-short-hash +https://github.com/quininer/epub2txt https://github.com/quininer/triamcinolone -https://github.com/quote27/paperboids-rs -https://github.com/quote27/triangleproject-rs -https://github.com/Quyzi/Hedbot -https://github.com/qwitsu/game -https://github.com/qwitsu/rust-bot https://github.com/rabbit-ci/toml2json -https://github.com/rabbitstack/cubostratusc -https://github.com/Racum/djpass -https://github.com/radix/pandt -https://github.com/Rahix/coriolis-sim +https://github.com/rabbitstack/cubostratus +https://github.com/racer-rust/racer +https://github.com/radekg/hyper_auth +https://github.com/rafaelklaessen/rust_login +https://github.com/rafaelklaessen/rust_react https://github.com/rahulg/brainfuck-rs -https://github.com/raigo/sorting-challenge -https://github.com/RainbowZephyr/Adaptive-Pyramid -https://github.com/rajiv256/rust-client -https://github.com/rajiv256/rust-server -https://github.com/raj-maurya/rust-hack -https://github.com/RalfJung/rust-101 -https://github.com/Ralvke/ltg_push -https://github.com/ramsey-darling1/rust_term_text -https://github.com/Ramzec/union-find +https://github.com/rail44/spectr +https://github.com/ramn/advent-of-code-rs +https://github.com/ramn/allehanda-rs +https://github.com/ramn/joinlines +https://github.com/ramn/repay +https://github.com/randomPoison/hangry-river-horse https://github.com/rap2hpoutre/facteur +https://github.com/rasendubi/zink https://github.com/raspite/rsh -https://github.com/raum-dellamorte/susolver-rust -https://github.com/RaVenHelm/OpenGL_Rust +https://github.com/rasserudenisu/nipponium https://github.com/razielgn/brainfuck -https://github.com/razielgn/ostrov -https://github.com/razielgn/redis -https://github.com/RazrFalcon/svgcleaner +https://github.com/razielgn/nes https://github.com/rbone/rust-money -https://github.com/RCasatta/rust-bitcoin-headers -https://github.com/RCIX/word_generator -https://github.com/rdavidso/sheepsheadbot -https://github.com/RecursiveLogic/Rush -https://github.com/redox-os/redox -https://github.com/Redrield/kobalt-updater -https://github.com/Redrield/mcserver-rs +https://github.com/rc-nullptr-t/rust-game +https://github.com/rcastill/enunciado-tarea2-gorust +https://github.com/rchaser53/rust_pack_man +https://github.com/rchaser53/rust_playground +https://github.com/realityone/rsping +https://github.com/red-oxide/oxideNews-server +https://github.com/redbrick/good_stv +https://github.com/redox-os/acid +https://github.com/redox-os/coreutils +https://github.com/redox-os/drivers +https://github.com/redox-os/ion +https://github.com/redox-os/kernel +https://github.com/redox-os/ptyd +https://github.com/redox-os/redoxfs https://github.com/reem/rust-n-queens https://github.com/reeze/remcached -https://github.com/Reflejo/yobot https://github.com/regexident/cargo-modules -https://github.com/regonn/project_euler_rust -https://github.com/Reignbeaux/ReEnter https://github.com/reima/rustboy -https://github.com/ReinierMaas/PathTracer https://github.com/rejschaap/rustdb https://github.com/remram44/dhstore +https://github.com/rena0157/rust_cadv2 https://github.com/renato-zannon/env-control -https://github.com/renato-zannon/hyper-json-streaming-example -https://github.com/Reshurum/nes-rs +https://github.com/renato-zannon/rust-project_euler +https://github.com/resin-io-playground/resin-blinkt-rust +https://github.com/resin-io/resin-wifi-connect +https://github.com/resin-os/healthdog-rs https://github.com/retep998/mlpccg-rs -https://github.com/retep998/windump-rs -https://github.com/revolverhuset/fishsticks -https://github.com/rhelmer/symbolapi -https://github.com/richardfontana/opie -https://github.com/richo/multitooth -https://github.com/rictic/rud -https://github.com/rightfold/feldspar +https://github.com/rightfold/caper +https://github.com/rightfold/typefunnel https://github.com/rightscale/rsssh https://github.com/rimmington/fragile -https://github.com/rinatz/ninety-nine-rust-problems -https://github.com/ripta/rust-test-guessing-game -https://github.com/ristew/euler -https://github.com/ristew/langy https://github.com/ristew/rssh -https://github.com/Ritiek/auto-image-cropper +https://github.com/ritiek/url-decoder +https://github.com/ritiek/wordlist-generator +https://github.com/rivertam/goshdarn +https://github.com/rizakrko/ob_2 https://github.com/rjdgtn/rtetris -https://github.com/rkruppe/suptracer -https://github.com/rlhunt/cbindgen -https://github.com/Robbepop/cionc -https://github.com/RobinMcNally/LandbaseOptimizer -https://github.com/robinsonj/ruke-cli -https://github.com/roboime/roboime-next -https://github.com/robsaunders/vst-simplesynth -https://github.com/rodaine/rlox +https://github.com/rlustin/typographic-linter +https://github.com/robertmaloney/advent2017 +https://github.com/robo-hamburger/recents https://github.com/rogeruiz/guessing_game -https://github.com/rogeruiz/tick -https://github.com/rohitjoshi/apns -https://github.com/Rojetto/guac https://github.com/rolandshoemaker/theca -https://github.com/RomanAkberov/rusty_kings -https://github.com/roosmaa/wrath-of-odin https://github.com/rosacris/rust-doublepivot-quicksort -https://github.com/RossMeikleham/Super-CHIP8-Rust -https://github.com/rossng/fenetre -https://github.com/Roybie/fnd -https://github.com/Roybie/tigr +https://github.com/rotwatsb/t3tropolis https://github.com/rrbone/midioscar -https://github.com/rrichardson/lout https://github.com/rsaarelm/magog https://github.com/rsaarelm/phage -https://github.com/rsb-learn/guessing_game https://github.com/rschifflin/rust-pubsub https://github.com/rschmitt/heatseeker https://github.com/rsolomo/cargo-check -https://github.com/rubayethk/rust-guessing-game -https://github.com/Ruin0x11/oxidoc +https://github.com/rukai/PF_Sandbox https://github.com/ruma/ruma -https://github.com/ruscur/snowpatch -https://github.com/rustation/cargo-test-junit +https://github.com/runconduit/conduit https://github.com/rust-builder/rub -https://github.com/rust-fuzz/cargo-fuzz +https://github.com/rust-community/rust-campaigns-server https://github.com/rust-game/server https://github.com/rust-js/rjs -https://github.com/rust-kr/rust-kr.org -https://github.com/rust-lang/cargo -https://github.com/rust-lang-cn/rust-by-example-cn -https://github.com/rust-lang/crates.io -https://github.com/rust-lang/libc +https://github.com/rust-lang-nursery/chalk https://github.com/rust-lang-nursery/rls https://github.com/rust-lang-nursery/rustfmt https://github.com/rust-lang-nursery/rustup.rs https://github.com/rust-lang-nursery/thanks -https://github.com/rust-lang/rust-by-example -https://github.com/rust-lang/rust-central-station +https://github.com/rust-lang/crates.io +https://github.com/rust-lang/libc https://github.com/rust-lang/rust-playpen +https://github.com/rustamatics/rumo +https://github.com/rustation/cargo-test-junit https://github.com/rustmore/rumenu -https://github.com/rustomax/rust-collatz -https://github.com/rustomax/rust-iterators https://github.com/rustoscript/js.rs-parser -https://github.com/RustSec/cargo-audit -https://github.com/RustSparkle/Snaked +https://github.com/rustyhorde/cargo-cli https://github.com/rustyhorde/goopd -https://github.com/rustyhorde/gosh https://github.com/rustyhorde/mussh https://github.com/rustyhorde/twists -https://github.com/rustyhorde/twisty -https://github.com/rustyrazorblade/cql_parser -https://github.com/rustyrazorblade/TotalRecallDB -https://github.com/rustyrazorblade/UselessDB -https://github.com/ruuda/filebuffer +https://github.com/ruuda/claxon +https://github.com/ruuda/hound https://github.com/ruuda/robigo-luculenta -https://github.com/rvermeulen/tracks https://github.com/rwittek/Kappahack -https://github.com/rwth-afu/RustPager -https://github.com/Ryan1729/okay-thats-your-negative-fish -https://github.com/Ryan1729/prop-proc-prog-puzz +https://github.com/ryanq/rust-life https://github.com/ryanr1230/bolts -https://github.com/RyanRiddle/rust-vm https://github.com/ryanwaudby/project-euler-in-rust -https://github.com/Rydgel/rustis https://github.com/ryo33/cdb-rust https://github.com/sacooper/GeneticAlgorithms-Rust -https://github.com/sacooper/SimpleShell-Rust -https://github.com/saghm/tariff +https://github.com/saibatizoku/neuras https://github.com/sajuthankappan/serve -https://github.com/samcrow/ColonyMerge +https://github.com/sam-myers/rust_guessing_game +https://github.com/sam-roth/kilo-rust +https://github.com/samcrow/audiopaint +https://github.com/samdolt/dml https://github.com/samgiles/naulang-runtime -https://github.com/Sam-Jeston/oxidize -https://github.com/SammyJames/tweetsie -https://github.com/samphippen/decachedmem +https://github.com/sami-badawi/shapelogic-rust https://github.com/samphippen/expector -https://github.com/sam-roth/kilo-rust +https://github.com/sampullman/icarust https://github.com/samsartor/pbr-demo -https://github.com/SamYaple/qemuwatch -https://github.com/SamYaple/waterrower-rs -https://github.com/sanchopanca/old-rusty-platforms -https://github.com/sankha93/rustynode -https://github.com/SAPikachu/euphonium -https://github.com/sappworks/spcodegen -https://github.com/saschagrunert/craft +https://github.com/samyatchmenoff/commander +https://github.com/sapphirecat/advent2017-rs +https://github.com/saresend/Grust https://github.com/saschagrunert/git-journal https://github.com/saschagrunert/rapidc -https://github.com/sateffen/rust-tokio-proto-test -https://github.com/sbstp/meeseeks -https://github.com/sbwtw/pidgin-wechat -https://github.com/sbwtw/v2ex-sign +https://github.com/sbwtw/LicenseManager +https://github.com/sbwtw/MyParser https://github.com/scalone/oop -https://github.com/schickling/beanstalkd-cli https://github.com/schultyy/comet +https://github.com/schultyy/diagnostic +https://github.com/schumannd/game_of_dust https://github.com/sciamp/game-of-rusty-life -https://github.com/scoobycoder/diningrust -https://github.com/scoobycoder/fizzBuzzRust -https://github.com/scottjbarr/yahoo_quote -https://github.com/scottlamb/moonfire-nvr -https://github.com/scribu/train-tickets.rs -https://github.com/scrooloose/yukondoit -https://github.com/scurest/abrupng -https://github.com/sdeframond/MantaRay -https://github.com/sdliv/RUST-Fundamentals -https://github.com/sd-rust/fusion-shell -https://github.com/SDRust/rocket-challenge -https://github.com/sdukshis/rust-calc +https://github.com/scoiatael/colorls-rs +https://github.com/scottlamb/http-entity +https://github.com/scurest/apicula +https://github.com/sdleffler/attaca https://github.com/sdutlinux/smzdh https://github.com/seankelly/termcast-server https://github.com/seanlth/Fluid-Solver -https://github.com/sebasmagri/rocket-loadavg-api -https://github.com/sebastianpfluegelmeier/ripplemesh +https://github.com/sebasmagri/meetup-scanner +https://github.com/sebasmagri/rusty-sounds +https://github.com/sebastianseitz/adventofcode https://github.com/sebglazebrook/aliases https://github.com/sebglazebrook/fuzzy -https://github.com/sebglazebrook/infinite-pipe -https://github.com/sebinsua/teller-cli -https://github.com/seb-odessa/btree https://github.com/sector-f/admiral -https://github.com/sector-f/rustlebar -https://github.com/Selat/snd -https://github.com/selectnull/rserve +https://github.com/sector-f/colorfs +https://github.com/sejr/core-interpreter https://github.com/selfup/oxidizy -https://github.com/semahawk/stm32-os +https://github.com/semahawk/hc https://github.com/semantic-rs/semantic-rs -https://github.com/serayuzgur/serde_examples -https://github.com/servo/rust-bindgen +https://github.com/seojangho/cacaotalk +https://github.com/servo/servo https://github.com/servo/webrender https://github.com/sethlopezme/strez -https://github.com/sevagh/pq-rs -https://github.com/seven1m/puzzlecube -https://github.com/sezna/rust-linguist https://github.com/sfackler/cargo-tree -https://github.com/Sh4d1/rush +https://github.com/sgalland/agi_file_test +https://github.com/sgentle/cardiograph +https://github.com/sgrif/cotli-helper https://github.com/shaded-enmity/liceum -https://github.com/Shadlock0133/rustpusher -https://github.com/shalugin/rust-experiment +https://github.com/shadowsocks/shadowsocks-rust https://github.com/sharkdp/fd -https://github.com/shepmaster/human-resource-machine -https://github.com/shepmaster/strata-rust -https://github.com/shioju/sumr -https://github.com/shmatov/code-explorer -https://github.com/shmup/chat -https://github.com/shockham/httpd_rs -https://github.com/shssoichiro/avsser +https://github.com/sharpjs/rust-learning +https://github.com/shmutalov/LearnRust-abstract_factory +https://github.com/shmutalov/growingtree-maze https://github.com/shssoichiro/oxipng https://github.com/shuhei/colortty https://github.com/shunyata/cargo-hello-world https://github.com/shybyte/risp -https://github.com/shybyte/rust-midi-patcher -https://github.com/shymega/craff -https://github.com/shymega/jvm-rs -https://github.com/shymega/vmtt -https://github.com/sicking/2048-deepsearch -https://github.com/sighol/tree-rs +https://github.com/siddhanathan/rsed +https://github.com/siddontang/mrest https://github.com/sile/diagnoser https://github.com/sile/evalrs -https://github.com/SilverWingedSeraph/rloris -https://github.com/simias/gb-rs -https://github.com/simias/pocketstation-rs -https://github.com/simias/psx-mctool -https://github.com/simias/rustation-libretro -https://github.com/simnalamburt/encode-practice -https://github.com/SimonSapin/rust-on-bbc-microbit -https://github.com/SimonSapin/teensy-clock -https://github.com/SimonSapin/victor +https://github.com/sile/jaeger_remote_tracer +https://github.com/silvadanilo/rust-proxy +https://github.com/simmons/tupm https://github.com/simonvandel/spwn +https://github.com/sinclairzx81/vector-rs +https://github.com/sinesc/spacegame https://github.com/sinhrks/brasswheels https://github.com/sinistersnare/papy -https://github.com/sinopiaolive/package-manager -https://github.com/Siosm/ffto -https://github.com/sirkibsirkib/rust_overlaps -https://github.com/sirlag/WordsWithEnemies -https://github.com/sirpent-team/sirpent-rust -https://github.com/SirRade/homepage -https://github.com/SirVer/notify_crash -https://github.com/SirVer/shell_grunt2 -https://github.com/sjappig/velo-backend +https://github.com/sir-pinecone/rusty-roguelike +https://github.com/sirodoht/eddy +https://github.com/sjeohp/waveform_space https://github.com/skade/cute -https://github.com/skade/rust-terminal -https://github.com/skariel/GameEngine2D -https://github.com/skaupper/pokerserver-rust +https://github.com/skade/drossel +https://github.com/skade/futures-poll-log https://github.com/skeltont/movingBlock -https://github.com/skk/avg_dist_square +https://github.com/sklopi/diLay https://github.com/skorokithakis/rust-bakeit -https://github.com/slacker2/sm-808 https://github.com/slaent/slaent-rs -https://github.com/slavomirvojacek/8QP_rust https://github.com/slayerjain/ps1 -https://github.com/SLMT/rust-snake -https://github.com/Sloth6/dna_to_protein -https://github.com/Sloth6/fastaq_ngrams +https://github.com/sleepy771/ttl_test https://github.com/smashwilson/collaborative-fiction -https://github.com/smerrell/tap_parser -https://github.com/SmilingNavern/rconsole -https://github.com/smkell/fanoracle +https://github.com/sminez/arthroprod https://github.com/smoqadam/rtree https://github.com/smoqadam/rust-youtube-downloader -https://github.com/SMXCore/wallya-scraper +https://github.com/smurawski/j2y +https://github.com/snipsco/dinghy https://github.com/snowplow/makefile-rs https://github.com/soderstroff/defunct -https://github.com/softdevteam/rstreediff -https://github.com/softprops/johan -https://github.com/softpunk/ircfs +https://github.com/softprops/cargo-thanks https://github.com/solson/miri https://github.com/solson/shroom https://github.com/someonesapien/MangaDownloader +https://github.com/sometoby/theobot https://github.com/sonald/sos2 +https://github.com/sorpaas/etclient +https://github.com/sorpaas/sputnikvm-in-browser +https://github.com/sorz/moproxy +https://github.com/sourcefrog/rdiff-rs https://github.com/sourcepirate/dummy https://github.com/sozu-proxy/sozu https://github.com/sozu-proxy/tube-cheese -https://github.com/Sphix/Rust-Mancala -https://github.com/SpinResearch/RustySecrets -https://github.com/Spotifyd/spotifyd -https://github.com/SpycWolf/cargos -https://github.com/SpycWolf/rust_web_service -https://github.com/squarewave/fishies +https://github.com/spacekookie/doppler +https://github.com/spearow/continuous-integration +https://github.com/spejss/Image-Processing-CLI-in-Rust +https://github.com/spinute/guessing_game +https://github.com/splintah/game-of-life +https://github.com/sportzer/scavenger https://github.com/squiddy/git-rs -https://github.com/squidpickles/joy -https://github.com/squiidz/rusty_camel -https://github.com/SriRamanujam/quasselclient-curses +https://github.com/sral/j-25 https://github.com/srpelissier/hello_world -https://github.com/sschroed/rust-webapp https://github.com/sssilver/tetrust -https://github.com/stallmanifold/hello-graphics +https://github.com/standup-cli/standup https://github.com/stanislaw/alltext https://github.com/stanistan/sudokrust https://github.com/starkat99/cargo-when -https://github.com/steamIngenius/rusty -https://github.com/StelarCF/ludumdare1 -https://github.com/stemjail/stemshim +https://github.com/starlingjs/starling https://github.com/stevej/keymaster +https://github.com/steveklabnik/GPACalc.rs https://github.com/steveklabnik/cryptopals -https://github.com/steveklabnik/doctest_problem https://github.com/steveklabnik/echo -https://github.com/steveklabnik/for_fredsir https://github.com/steveklabnik/geekout2016 -https://github.com/steveklabnik/GPACalc.rs https://github.com/steveklabnik/parse-example -https://github.com/steveklabnik/password-cracker https://github.com/steveklabnik/rustbook -https://github.com/steveklabnik/rust-struggle -https://github.com/steveklabnik/rust_test +https://github.com/steveklabnik/rustdoc +https://github.com/steveklabnik/semver.crates.io https://github.com/stewart/rff -https://github.com/Stibbons/rust-yaml -https://github.com/StijnBrouwer/vinesauce -https://github.com/stjahns/space-roach-exterminator-3 -https://github.com/storance/raytracer-rs -https://github.com/stpettersens/cpal -https://github.com/stpettersens/rakeinrust +https://github.com/sticnarf/shunter-chnroutes +https://github.com/str4d/ire https://github.com/stratis-storage/stratisd -https://github.com/StrayLightning/aeolius -https://github.com/stuarthicks/cidrr +https://github.com/strymon-system/strymon-core https://github.com/stuarthicks/otp -https://github.com/stumoss/ddnsclient -https://github.com/subnomo/rustabari -https://github.com/suhr/esobsc +https://github.com/subnomo/rebar +https://github.com/sugidaffection/rust_total_cost +https://github.com/suhr/med +https://github.com/sumproxy/tictactoe +https://github.com/sunng87/athtool https://github.com/sunng87/cargo-release https://github.com/sunng87/leancloud-rtm-signature-tool -https://github.com/sunng87/urdict -https://github.com/sunny4381/brightness -https://github.com/sunny4381/gphoto -https://github.com/sunnyone/metal-git -https://github.com/SUPERAndroidAnalyzer/super -https://github.com/superlogical/rustwebapp -https://github.com/supr/ticker-rs -https://github.com/Susurrus/gattii -https://github.com/svmk/rust-chrono-utils -https://github.com/svmnotn/postgrest-auth -https://github.com/SwagColoredKitteh/shiny-pancake +https://github.com/sunnyone/rust-bridgesample +https://github.com/supercurio/rust-issue-mir-vec-slowdown +https://github.com/svartalf/rust-advent-of-code-2017 https://github.com/swatteau/sokoban-rs https://github.com/swindon-rs/swindon -https://github.com/swuecho/rust_pearls -https://github.com/swuecho/todo-rust -https://github.com/systemd-cron/systemd-cron-next -https://github.com/TaborKelly/rust-enum-derive +https://github.com/t-rex-tileserver/t-rex https://github.com/tailhook/bulk -https://github.com/tailhook/lithos https://github.com/tailhook/vagga -https://github.com/tailhook/verwalter -https://github.com/takatori/todo-rs -https://github.com/talaveraj/hello-world-rs -https://github.com/tamamu/penna-text-editor -https://github.com/tamird/crawl -https://github.com/tamuundangan/ducter -https://github.com/taravancil/passkeeper https://github.com/target-san/httpdl -https://github.com/tatsuya6502/bitwise_rust -https://github.com/tbehner/frust -https://github.com/tchagnon/raylang-rust -https://github.com/tcsc/asyncho -https://github.com/tdaede/mpv-rice -https://github.com/tdolist/tdo -https://github.com/technige/rusty-bolt -https://github.com/TechnoCrunch/ACMToWAV -https://github.com/tedajax/rust-doom +https://github.com/tasleson/storage_event_monitor +https://github.com/tatref/adventofcode2017 +https://github.com/tbourvon/ion +https://github.com/tbsaunde/riceccd +https://github.com/tclin914/mj2llvm +https://github.com/tcr/dbf2csv +https://github.com/tcr/rust-corrode +https://github.com/teddywing/mutt-alias-auto-add https://github.com/teenytinykitten/stackvm -https://github.com/tegansnyder/Rust-Crawler-Example -https://github.com/temporenc/temporenc-rust -https://github.com/teozkr/adjacent-solver -https://github.com/TF2Stadium/config.tf -https://github.com/TGRGIT/RustyStockFetcher -https://github.com/th0razine/rust-injector -https://github.com/th0rex/ams -https://github.com/ThatOtherPerson/sembler -https://github.com/thebigcheeze/rust-torque -https://github.com/TheDan64/limonite -https://github.com/thegene/rustinacci -https://github.com/the-guitarman/rust_fizzbuzz -https://github.com/the-kenny/kaffeesahne +https://github.com/termoshtt/cargo-nvbuild +https://github.com/the8472/ffcnt https://github.com/thelink2012/rwdraw -https://github.com/themasch/rust-git -https://github.com/themasch/tsdns -https://github.com/thequux/qaraoke -https://github.com/TheToolbox/json-toy +https://github.com/thelostt/ruke +https://github.com/therunomask/Turing https://github.com/thiagopnts/brainfuck https://github.com/thiagopnts/groot -https://github.com/thiagopnts/percolation -https://github.com/Thinkofname/steven -https://github.com/thiolliere/ruga -https://github.com/ThomasColliers/age-of-rust -https://github.com/ThomasdenH/iban_validate -https://github.com/thomas-mullaly/rust_guessing_game +https://github.com/thomashoneyman/seo-utilities +https://github.com/thombles/rsdigipeater +https://github.com/thomcc/rs-stuff https://github.com/thoughtram/demo-clog-website https://github.com/ticki/dybuk -https://github.com/TieSoul/GBEm https://github.com/tifalch/chatde-rs -https://github.com/tikue/fizzbuzz https://github.com/tikue/rust-ml -https://github.com/tildeio/learning-rust -https://github.com/tilpner/ilc https://github.com/tilpner/sersve -https://github.com/timonv/hyper_blocking_example +https://github.com/timokau/rust-tic_tac_toe https://github.com/timonv/lax -https://github.com/timonv/tcpsuck -https://github.com/timvisee/dotfiler -https://github.com/tinco/rust-static_any_map -https://github.com/TisButMe/learn-compilers -https://github.com/titouanc/tinycc +https://github.com/timvisee/i3lock-slick +https://github.com/timvisee/version-compare +https://github.com/tiziano88/adventofcode-2017 https://github.com/tiziano88/scroll-phat-hd-rs https://github.com/tjefferson08/rustcraft -https://github.com/tleyden/rust-file-header +https://github.com/tkrs/rust-redis-pubsub-example https://github.com/tmnilsson/nesemu -https://github.com/tokio-hacknight/spiro-server -https://github.com/tokyorust/trm6-ch1-all-the-strings -https://github.com/tomaka/example-tiny-http https://github.com/tomassedovic/dose-response -https://github.com/TomBebbington/llvm-rs -https://github.com/Tomcc/streamingpattern -https://github.com/TomLingham/multistagger -https://github.com/tong92/euler -https://github.com/toolness/werewolves-and-wanderer-rs -https://github.com/TorstenCScholz/slackbot-rs +https://github.com/tomc1998/rogun +https://github.com/tonyw/win_finder +https://github.com/too-r/sudobot-rs +https://github.com/toshitanian/xcat https://github.com/totem3/impact https://github.com/totem3/poyo -https://github.com/tqoitc/regtest -https://github.com/tranc99/rust-game -https://github.com/trankev/jarovit-ai -https://github.com/travisbhartwell/rbasic -https://github.com/travis-ci/redactor -https://github.com/trevstanhope/arduino.rs -https://github.com/TripleSnail/video_splitter +https://github.com/totem3/rem +https://github.com/tozny/toznyauth-pam +https://github.com/tp/fetch-rs +https://github.com/tpasternak/htail https://github.com/trixnz/rustsym -https://github.com/trolleyman/vulkan-test +https://github.com/troeggla/mandelbrot https://github.com/trust-dns/axfrnotify https://github.com/tschottdorf/findus -https://github.com/tshlabs/legato -https://github.com/tshlabs/staccato -https://github.com/tsloughter/erls +https://github.com/tsurai/data-mining-rs https://github.com/ttacon/github.rs -https://github.com/ttakamura/binary-nn-rust -https://github.com/ttaubert/rust-md2-collision -https://github.com/ttokutake/kic -https://github.com/TuckerBMorgan/RustServerForFireplace -https://github.com/tuvistavie/rust-simple-nn -https://github.com/Twinklebear/tobj_viewer -https://github.com/Twinklebear/tray_rust -https://github.com/Twisol/rust-telnet-client +https://github.com/twincitiespublictelevision/mm_api_notify https://github.com/twitter/rpc-perf -https://github.com/twoodford/seqproc +https://github.com/twking7/adventofcode2017 https://github.com/txus/lambada-rs https://github.com/tylerwhall/tis-100-rs -https://github.com/TyOverby/rirc -https://github.com/Tyzzer/rshttpd -https://github.com/u59u75u65/hkgbox-rs https://github.com/ubnt-intrepid/ghqrs +https://github.com/ubnt-intrepid/http_server_09_tokio +https://github.com/ubnt-intrepid/hyper-router https://github.com/ubnt-intrepid/hyper-web-server https://github.com/ubnt-intrepid/microblog -https://github.com/ubnt-intrepid/rhq https://github.com/ubnt-intrepid/wan -https://github.com/ubsan/roguelike-rs -https://github.com/uglyog/pact-stub-server -https://github.com/uHOOCCOOHu/mair -https://github.com/uiri/fyc +https://github.com/uguu/Reki3 https://github.com/ujh/iomrascalai -https://github.com/Undeterminant/idmazegen-cpp -https://github.com/Undo-all/blokus-ai -https://github.com/unintended/hackerrank-rust -https://github.com/uniphil/contact-sheet https://github.com/unjordy/po -https://github.com/UnlawfulMonad/regtest https://github.com/unpatched/internet-broadcasting-service https://github.com/untitaker/mysteryshack https://github.com/uorbe001/rustspec-assertions https://github.com/upsuper/bgmrank -https://github.com/Urcra/rusty-8 -https://github.com/urugang/cargo-ctags -https://github.com/utkarshkukreti/pipette +https://github.com/utgwkk/rust-shell https://github.com/uutils/coreutils -https://github.com/valarauca/bratwurst -https://github.com/valarauca/car -https://github.com/Valve/tyrion -https://github.com/vanetix/cc-control -https://github.com/Varentsov/rust-mosaic -https://github.com/VBChunguk/hyeong-rs -https://github.com/vberger/gtp-rust -https://github.com/vbrandl/RustyAccessMachine -https://github.com/VelocityRa/rustboy -https://github.com/Verdex/TNH-Level-Editor -https://github.com/vessd/Rutracker-list-generator +https://github.com/vadixidav/evomata11 +https://github.com/valarauca/opgen +https://github.com/valdron/aoc-2017 +https://github.com/valff/blink-stm32f1 https://github.com/vetio/dyndns-daemon +https://github.com/vi/outoforderfs https://github.com/vickenty/roids -https://github.com/vickenty/sereal-rs -https://github.com/vic/krusty -https://github.com/VictorKoenders/jeek -https://github.com/Vikaton/keylogger.rs -https://github.com/VikingPingvin/Rust_Synth https://github.com/vilhalmer/gosh -https://github.com/Vinatorul/Coders-Of-The-Caribbean -https://github.com/Vinatorul/minesweeper-rs https://github.com/viperscape/font-atlas-example -https://github.com/viperscape/interstratis -https://github.com/viperscape/rust-sexp -https://github.com/Virviil/cow.rs -https://github.com/viseztrance/flow -https://github.com/viseztrance/todo +https://github.com/viperscape/rust-irc https://github.com/vishy1618/gcm https://github.com/vitiral/artifact -https://github.com/vitiral/defrag-rs -https://github.com/vitvakatu/gladiator -https://github.com/vityafx/fxsm -https://github.com/vityafx/introspection https://github.com/vityafx/urlshortener-cli -https://github.com/vivainio/rraf -https://github.com/vi/websocat -https://github.com/vksmgr/Learn_Rust_Programming -https://github.com/vks/mpw-rs -https://github.com/vlastv/xlib.rs -https://github.com/vmchale/doggo-command-line +https://github.com/vlthr/accord +https://github.com/vmchale/project-init https://github.com/vmware/haret -https://github.com/volks73/panser -https://github.com/VoxWave/AudioGen +https://github.com/volks73/cargo-wix +https://github.com/volks73/groom https://github.com/vrcod/rust-pi-approximation https://github.com/vrcod/rust-twitter-streaming -https://github.com/vthriller/smart-rs -https://github.com/Vzaa/yuvdiff https://github.com/wackywendell/gzserde -https://github.com/wahn/rs_pbrt -https://github.com/waldemarnt/elasticsearch-data-generator +https://github.com/walfie/clubdarn +https://github.com/waqqas-abdulkareem/Docker-Rust-Test https://github.com/warfish/xvm16 -https://github.com/warmwaffles/gltf-viewer-rs +https://github.com/warner/grilbfs-rust https://github.com/way-cooler/way-cooler -https://github.com/way-cooler/way-cooler-bg -https://github.com/way-cooler/way-cooler-lock +https://github.com/way-cooler/way-cooler-grab https://github.com/wayslog/lin-rs https://github.com/wayslog/qwerty-rs +https://github.com/wbowling/rcc https://github.com/wbthomason/bork -https://github.com/wdv4758h/cargo-arch https://github.com/wdv4758h/clapcomp -https://github.com/wdv4758h/eibon +https://github.com/wdv4758h/wesers https://github.com/weaveworks-experiments/deployer +https://github.com/webmobster/DistributedGP https://github.com/weiznich/crates-mirror -https://github.com/wejick/example-importer-search -https://github.com/wellbehavedsoftware/btrfs-dedupe -https://github.com/wenLiangcan/todo.rs -https://github.com/wez470/Rustboy https://github.com/wfraser/backfs-rs -https://github.com/wfraser/goto https://github.com/wg/irongate https://github.com/whackashoe/plause https://github.com/whbboyd/backup -https://github.com/White-Oak/kefia -https://github.com/White-Oak/md2bb +https://github.com/whentze/plugs https://github.com/whostolemyhat/helo -https://github.com/whothey/rsnake -https://github.com/wickus/chip8 -https://github.com/wikiti/imgprev -https://github.com/Wilfred/bfc -https://github.com/Wilfred/gameboy_emulator -https://github.com/Wilfred/sooty -https://github.com/wilkes/churn-rs -https://github.com/willglynn/pdb -https://github.com/will-weiss/pentago +https://github.com/will-clarke/rust_game_of_life +https://github.com/willcrichton/411-rust-starter-code +https://github.com/williewillus/advent_of_code_2017 +https://github.com/willmtemple/synth-poc +https://github.com/willmurphyscode/calc-repl https://github.com/wilsoniya/filterless -https://github.com/wilsoniya/shitchat-rs -https://github.com/windsfoot/rustsi- https://github.com/wireapp/coax -https://github.com/wirelyre/vvvtar -https://github.com/withkittens/rust-sample-generator https://github.com/wizh/rusty-8 -https://github.com/wjlroe/devbox +https://github.com/wmedrano/dx-pi https://github.com/wshatch/lisp_compiler -https://github.com/WuTheFWasThat/hanabi.rs +https://github.com/wurstscript/wurst-jar-wrapper +https://github.com/wwared/rgb +https://github.com/wyattjoh/guessing_game +https://github.com/x10an14/rust_start https://github.com/x13machine/trump -https://github.com/XadillaX/zh-rust-by-example -https://github.com/Xaeroxe/nitro-game-engine +https://github.com/xTibor/periodictable +https://github.com/xalley/libcjit +https://github.com/xcambar/purs https://github.com/xd009642/tarpaulin -https://github.com/XDjackieXD/png4snowy -https://github.com/xen0n/autojump-rs +https://github.com/xfix/advent-of-code-2017 https://github.com/xiaobai/cache-sim -https://github.com/xicalango/rsed -https://github.com/Xion/gisht -https://github.com/Xion/rofld -https://github.com/Xion/runrs -https://github.com/xitep/excfinder -https://github.com/xliiv/tipboard-rs -https://github.com/xmarcux/mos -https://github.com/XMPPwocky/legend_of_link -https://github.com/xobs/jig-20 -https://github.com/xyrosource/blacklung -https://github.com/xzlinux/rust -https://github.com/YaLTeR/hl-capture -https://github.com/Yasu-umi/rust_nlp_100_examples -https://github.com/yberreby/advent-of-code-7 +https://github.com/yandexx/cofi +https://github.com/yangbin/qumulus +https://github.com/yasuyuky/ghteam-auth +https://github.com/yehnra/rustcat +https://github.com/yeliknewo/ai-4x-rs https://github.com/yeliknewo/algorithm_art -https://github.com/yeliknewo/explore -https://github.com/yenwel/irondragon -https://github.com/yggie/embedding-lua-in-Rust -https://github.com/yggie/mach -https://github.com/yggie/mithril-examples -https://github.com/yggie/rquery https://github.com/yingDev/Tickeys https://github.com/yjerem/cykas https://github.com/yjh0502/float_extras +https://github.com/ymmtmdk/shadow_cost_rust +https://github.com/ynt/gitstar https://github.com/yodalee/Raytracing-rust -https://github.com/YoonSung/Rust-PriorityQueue -https://github.com/yoshiori/twitbeam +https://github.com/yogaxpto/tic-tac-rust https://github.com/yoshuawuyts/rust-swagger-to-md -https://github.com/yoshuawuyts/umux -https://github.com/yttiy/delirium -https://github.com/Yuhta/csvsql -https://github.com/yupferris/jitter +https://github.com/your/rust-clock-cycler +https://github.com/yupferris/ans-playground +https://github.com/yupferris/computeshiz https://github.com/yupferris/kaze https://github.com/yupferris/rustendo64 https://github.com/yuriks/SmallVCM-rs -https://github.com/yuripourre/rust-test -https://github.com/yykkxk/ncurses-rust-games -https://github.com/Z34O/Letter-Counter- -https://github.com/ZacharyKamerling/rust_rts +https://github.com/yykkxk/ci-test +https://github.com/yymm/rustify-game-of-life https://github.com/zackmdavis/Leafline https://github.com/zacstewart/fasterdns https://github.com/zacstewart/rush -https://github.com/zaeleus/growler-crypto -https://github.com/zakkor/rocket +https://github.com/zanders3/park_os +https://github.com/zaneli/rust-protobuf-example +https://github.com/zapo/chelle https://github.com/zargony/advent-of-code-2015 +https://github.com/zargony/advent-of-code-2017 +https://github.com/zayenz/advent-of-code-2017 +https://github.com/zcash/mpc https://github.com/zchase/rust -https://github.com/zeljic/sxmldiff -https://github.com/Zengor/list_to_anki -https://github.com/ZeroCostGoods/hoppler -https://github.com/zetok/Lee https://github.com/zetok/nodes-parser-for-qtox https://github.com/zetok/tox -https://github.com/zetok/tox-add-pubkey -https://github.com/zetok/tox-wiki-nodes-parser -https://github.com/zheguang/rtree -https://github.com/zhublik/rest_on_rust -https://github.com/zikani03/git-down -https://github.com/zmack/rust-socks +https://github.com/zhxiaogg/rdb https://github.com/zmbush/megaprompt -https://github.com/zmbush/rustfuck -https://github.com/zmbush/traffic-sim https://github.com/zmoshansky/r_tetris -https://github.com/zofrex/better-than-basic -https://github.com/zonyitoo/shadowsocks-rust https://github.com/zovt/tea -https://github.com/zowens/rusty-scheme -https://github.com/ZSarver/rust-man +https://github.com/zypeh/bebop https://github.com/zypeh/interceptor https://github.com/zyphrus/bf-rs -https://github.com/zzeroo/xMZ-Mod-Touch-GUI +https://github.com/zyvitski/envelope-rs +https://github.com/zyvitski/gideon-rs +https://github.com/zyvitski/vst-bundler-rs +https://github.com/zzeroo/average +https://github.com/zzeroo/multi-window-tests diff --git a/gh-candidates.txt b/gh-candidates.txt index 8cb9c0e6d..ef7b32dda 100644 --- a/gh-candidates.txt +++ b/gh-candidates.txt @@ -1,914 +1,1980 @@ -0nkery/celly -0x1997/rotor-capnp -0X1A/core-utils -0X1A/groups -0X1A/mpm 0X1A/users_native 0X1A/yabs +0freeman00/tokio_simple_server +0ncorhynchus/cafetools +0ncorhynchus/rust-md +0nkery/how2-rs +0x52a1/sapphire 0xa/ropenvpn -0xc0170/frdm-kl25z-rust -0xc0dec/sleep -0xC5/CLIne 0xlab/0xdroid-device-ti-pandaboard -0xpr03/yayd +1011X/REL-16 1011X/emily-rust -11Takanori/Fibonacci -11Takanori/introduction_to_rust -127labs/yakp +10XGenomics/rust-boomphf +10XGenomics/rust-debruijn 14427/signal -1d7500/mailbox -1wilkens/pam-sys -2a42/moon +1aim/mail-chars +1uks/brainfuck-jit +1vn/wifi_doorbell +1wilkens/rdm +22a/brute-canary 2bdkid/chip8-emulator -3442853561/conio -3442853561/rust-housework 3442853561/Winbugs -3drobotics/rust-mavlink -3Hren/blacklog +3442853561/conio +3541/shell +3Hren/cocaine-framework-rust +3Hren/cocaine-http-proxy 3Hren/logdrop 3Hren/msgpack-rust +3Hren/xyio 3Hren/zenlog -414owen/Turtle-SVG -56quarters/legato -5chdn/lsc +3drobotics/rust-ptp +46bit/comms 7thSigil/css-color-parser-rs -850075610/cds-lab -887/httpsdns +887/fluffy-system +887/mass-file-renamer +907th/timus-rust +A-Beck/cs4414-ps2 +A-Beck/cs4414-ps4 +A-Beck/ps1 +ABoschman/CountdownHelper +AGhost-7/schedule-m8 +AKST/bear-grills-bot +ANSSI-FR/Binacle +APTy/kvlite +Aalhad/CanvasRenderingContext2DMozilla +AaronFriel/grapple +Aaronepower/errln +Aaronepower/hostme +Aaronepower/tokei +Aatch/grease-bench +Aatch/llvm-rs +Aatch/ramp +Aatch/ril +Aatch/rust-fmt +Acizza/anitrack +Adam-Gleave/rustbucket +AdamFrey/rust-brainf_ck-interpreter +AdamNiederer/base100 +AdamNiederer/faster +AdenFlorian/rust_game_server +AdnoC/sixel-sys +AerialX/rust-emscripten-example +AffogatoLang/moka-rust +AgilData/gibbs-mysql-spyglass +AgilData/mysql-proxy-rs +Agrajag-Petunia/linalg +AgriConnect/influxdb-csv-cleaner +AgtLucas/rust-guessing-game +AgtLucas/rust-in-peace +Albibek/dzendemux +Albibek/udpdup +Alex-Aralis/learning-rust +Alex-Diez/rust-sql-engine +Alex-Diez/rust-tdd-katas +AlexPikalov/cdrs +AlexTalker/rust-vk +AlexW-GH/rust8 +Alexander-Miller/hanabi-server +AlexanderElias/rust-iron-handlebars +AlexanderElias/rust-nickel-mustache +AlexanderSavelyev/acm.timus +AlexanderThaller/get_grains +AlexanderThaller/salt-compressor +Alfriadox/Wright-lang +AlgoTradingHub/tokio-pump +AlisCode/AdventOfCode2017 +AljoschaMeyer/secret-handshake-rs +AllanHasegawa/rust-pong +AltOS-Rust/altos-rust +AltSysrq/fourleaf +AltSysrq/pgpipe +AltSysrq/supercow +Aluminium95/rust-time +Amanieu/parking_lot +Ameliorate/buildengine5 +Ameobea/minutiae +Ameobea/osutrack2 +Ameobea/tickgrinder +Anakros/rs-notes +AndreasDahl/RustTraining +AndreasSchroeder/rust_game_project +AndrewSpeed/advent_of_code_2017 +AndrewZures/rust-sandbox +AndroidCentralDevelopers/crespo_support_files +AndyBarron/app-dirs-rs +AndyBarron/preferences-rs +AndyShiue/ende +AngryLawyer/SuperMegaTag +AngryLawyer/rust-apl +AngryLawyer/rust-sdl-tutorials +AngryLawyer/rust-sdl2-playground +AnirudhVyas/tarz +AnnePan/DituDemo1 +AnthIste/iron-defer +AntonyChurch/advent_of_code_2017 +Antsiscool/sudoku_solver +Antsiscool/trie +Antti/rust-amq-proto +Antti/rust-amqp +Antti/rust-workshop-brainfuck +Apanatshka/dnfa +AperLambda/ionic_engine +ApolloCrawler/gauc +ArazAbishov/hexocat-bot +ArchersDeLaBretagneRomantique/users +Archos67/rust_learning +Arcterus/Tourney +Arcterus/iron-lang +Arelius/Guava +Ariba/dotfiles +ArielMant0/RustChess +Armavica/99-Problems-Rust +Arukana/PtyProc +Arvanaghi/CheckPlease +AsoSunag/redis-client +AtheMathmo/rulinalg +AtheMathmo/rusty-data +AtheMathmo/rusty-machine +AtherEnergy/ravro +AtsukiTak/amqpr +AtsukiTak/amqpr-codec +Attil/game +AurevoirXavier/codewars +AutomatedTester/rust-koans +Axnyff/adventofcode-2017 +BITespresso/OpenVPN-GUI +BaconSoap/branch-destroyer +BaconSoap/rustByExampleExercises +BadFactor/ReFlex +BafDyce/adventofcode +BanjoFox/fedibook +BarkingMouseStudio/wheel-timer-rs +BartMassey/advent-of-code-2016 +BartWillems/YoukeBox-rust +BastienDuplessier/gba-rust +BatmanAoD/rust-sandbox +BeeWarloc/cogboy +BenWiederhake/masked_permute +BerthaBrenes/TallerRust +BertrandD/imageResize +Beskhue/advent-of-code-2017 +Bilalh/vgmdb-rust +BinRoot/MapReduce-Rust +BinRoot/cs4414-ps1 +BinRoot/cs4414-ps2 +BinRoot/cs4414-ps3 +BlakeWilliams/rust-brainfuck +BlakeWilliams/slack_markov +BlakeWilliams/straw +BobertForever/sship +Bobo1239/rust-vst-demo +BonsaiDen/cursive_tree_view +BonsaiDen/td-shooter-rs +BookOwl/rusty-markov +Boreeas/Rusty +Boreeas/lolcode-compiler +Boscop/easyvst +Boscop/escapi-rs +BrainBlasted/Trumpet +Bren2010/ecc +Bruflot/gravity-rs +BrunoMacias/checksum-rs +BuoyantIO/byte-channel-rs +BuoyantIO/flossy +BurntPizza/aleph +BurntSushi/aho-corasick +BurntSushi/byteorder +BurntSushi/cargo-benchcmp +BurntSushi/chan +BurntSushi/chan-signal +BurntSushi/fst +BurntSushi/quickcheck +BurntSushi/ripgrep +BurntSushi/rucd +BurntSushi/rust-cbor +BurntSushi/rust-csv +BurntSushi/rust-snappy +BurntSushi/rust-sorts +BurntSushi/suffix +BurntSushi/tabwriter +BurntSushi/walkdir +BurntSushi/xsv +BygoneWorlds/telepipe +Byron/fs-utils-rs +Byron/google-apis-rs +C-Bouthoorn/rust-glass +CAD97/unicode-lexer-tool +CM-Bionic/android_device_motorola_targa +CRust-OS/Calculator +CSM-Dream-Team/final-project +CTerasa/rustberry +CYBAI/advent-of-code-2017-rs +CachedNerds/Hatch +CageLiu/themes +CajetanP/maths-tool +CallumHoward/walker +CamJN/jsonqrst +CamJN/killline +CamJN/min +CanalTP/mimirsbrunn +CarlColglazier/rust-elo +Caspinol/netflow_v9 +CasualX/lde-rs +CasualX/pupil-rs +CattleProdigy/AdventOfCode2017 +Celti/fnorder-rs +Celti/rust-load +CensoredUsername/dynasm-rs +ChariotEngine/Chariot +ChariotEngine/Drs +CharlieWood/imx_device_fsl +Chicoryn/dream-go +ChrisBuchholz/accord +ChrisBuchholz/errr-test +ChrisBuchholz/mbpkbdbacklightctl-arch +ChrisMacNaughton/Mjolnir +ChrisMacNaughton/tetanus +ChrisMacNaughton/vault-rs +ChristophWurst/krankerl +Christopher22/rust-dtmf +ChristopherDavenport/ansiblecheck-cli +CleanCut/rusty_sword +CleverCloud/demo-rust +CleverCloud/issues-helper +CleverCloud/warp10.rs +CleverbotIO/rust-cleverbot.io +CloneRob/PBR-Engine +CodeGradox/Rust-Sense-Hat +CodersOfTheNight/meowth +CodingBro/sample1 +ColinKinloch/get-newsblur +ComfySoft/ComfyBot +Connicpu/connies-rpg-game +Connicpu/d2d1test-rs +ConnorAtherton/learning-rust +CooCooCaCha/amethyst-hot-reload +CookieShade/ludomath +Covertness/coap-rs +CraZySacX/aoc +CraigglesO/ethpool-parity +Crazy-Owl/hungry-pixel-rs +Crimack/imdb +CrockAgile/bitbucket-repo-lister +CryZe/AdventOfCode +CryZe/demangle-tww +CryZe/livesplit-lite-core +CryZe/livesplit-rivatuner +CryZe/rustboyadvance +CtrlZvi/rustwinrt +CurrySoftware/perlin-core +CyanogenMod/android_device_htc_7x30-recovery +DCjanus/enum_to_str_derive +DLeyland/Hello-Rust +DMOJ/dmoj-rust +DMarketCom/dmbc-node +DRockstar/Transform_Ultra_CWM_Kernel +DaGenix/RustCryptoTester +DaGenix/rust-async +DaGenix/rust-crypto +DaGenix/rust-working +Daepso/lwmesh +Daggerbot/osmesa-rs +Daggerbot/termbox-rs +Daggerbot/x11-rs +Dagothig/rust-opengl-attempt +Damezuma/rust-realtime-chat +DanSimon/coki +DanToml/Rust +DanielCollins/incarnadine +DanielJoyce/gcode-rs +DanielKeep/calendar-example +DanielKeep/cargo-script +DanielKeep/rust-advent-of-code +DanielKeep/rust-collect-mac +DanielKeep/rust-custom-derive +DanielKeep/rust-numeric-float +DanielKeep/rust-scan-wavefront +DanielKeep/tlborm +Darcages/parity_game_solver +DarinM223/tftp-server +DarinM223/yamlate +DarkLinkXXXX/rust-by-example +Darksonn/segment-tree +DarrenTsung/advent-of-code-rust +DaseinPhaos/aren_alloc +DaseinPhaos/redirect +DataWraith/bbt +DaveKram/coord_transforms +DavidCai1993/clementine +DavidCai1993/resp.rs +DavidFHCh/The-Revenge-of-the-Ants-TSP- +DavideCanton/rust-tetris +DebugSteven/rustbridge +DelSkayn/Retris +DelSkayn/RustEngine3d +Delamare2112/AdventOfCode2017 +DemonSpawn/gameOfLife +DenialAdams/aoc2017 +DenisKolodin/cargo-docker +DenisKolodin/lua-macros +DenisKolodin/mould +DenisKolodin/mould-auth +DenisKolodin/sip-rs +Dentosal/rust_os +DestructHub/sotn-reborn +Detegr/Clicker +Detegr/tcwm +Determinant/bluepill-momo2 +Dhs92/Rust-Learning +DiamondLovesYou/rust-mir-hsa +DiamondLovesYou/rust-webm +DiamondLovesYou/vlc-nacl +DieVier/rts +Diggsey/ruplace_viewer +DimChtz/rust-fstream +Dineshs91/wordgen +DinoraAi/intelligence-core +DiscoViking/rust_club +Djuffin/rusty-chess +DoYouEvenCpp/aoc2017 +DomBlack/advent-of-code-2017 +DomWilliams0/cimulosm +DominoTree/ipfix-elasticsearch +DominoTree/rs-ipfix +Don42/altdate +Don42/pixelflut-rs +DonRyuDragoni/ODE.rs +DonaldWhyte/iron_requestid +DooMLoRD/Xperia-2011-Official-Ramdisks +Dooskington/Advent-of-Code-2017 +DougLau/footile +DougNoGit/2D-Rust-Game-Practice +DougNoGit/side-scroller-rust +DoumanAsh/clipboard-win +DoumanAsh/etag-rs +DoumanAsh/lazy-socket.rs +DoumanAsh/rusty-eushully +Dr-Emann/rust-cache-2q +DrGoldfire/advent2017 +DrKwint/bayes +DrPandemic/AOC17 +Drakulix/fireplace +Drogglbecher/thinline +DsXack/rust_philosopher_dinner +DuckLogic/zerogc +DutchGhost/Advent-of-Code +EEVV/haxlel +EFulmer/rustfm +EFulmer/weeshchain +ELD/hackassembler-rs +Earlz/SingleOp +Earlz/VSTPlugin +Earlz/bson.rs +Earlz/rustymvc +Earlz/yats +EbTech/rust-algorithms +EdoPut/hpdf-rs +Eh2406/ThinkBayes-rs +Eljay/assimp-sys +Eljay/directx +Eljay/directx-sys +Emerentius/ord_subset +Emerentius/sudoku +EmilHernvall/hermes +EmilHernvall/hostimg +EmilOhlsson/advent-of-code +EmmaLa/MonkeyInterpreter +EmmaRamirez/pokemon +EmmaRamirez/rust +Enet4/cargo-navigate +Enet4/julia-bench-rs +Enet4/propan +Enigmatrix/aoc17 +EpicUsaMan/node.vs.rust +EricIO/pcg-rust +EricMCornelius/rust_examples +EugenioPetulla/labirintite-in-rust +Euphoric/EconomicSim +EvanBoyle/cs4414-ps1 +EvanBoyle/cs4414-ps2 +Evergreenn/webServRust +Explorer001/adventofcode +FFX01/arcade-rs +FGRibreau/mailchecker +FGRibreau/rss-to-lametric +FHMS-ITS/Xim +FROG-TIPS/frog_gopher +FTB-Gamepedia/ftb-rs +FTP-rs/FTP-server-rs +FaultyRAM/ng-log +FaultyRAM/windres-rs +FauxFaux/contentin +FauxFaux/deb2pg +FauxFaux/ext4-rs +FauxFaux/fapt +FauxFaux/quadrs +FauxFaux/rezip-rs +Fedcomp/metarust +Fedcomp/rconcmd +Feliix42/anybar-rs +Feliix42/bitly-rs +Felix99/rustyMHT +Ferdi265/cli-util +Fiedzia/iron-middleware-mysql +Fiedzia/rust-instrumentation +Fierthraix/rmatrix +Firstyear/ds_rust +Fishrock123/nucleus-chakra +Fitzsimmons/cmdipass +Flarp/DoIWannaKnow +FloVanGH/pg-frame +Florob/RustyXML +FluffySauce/fae +Folling/exprust +ForsakenHarmony/adventofcode_2017 +FrankKair/polyglot-euler +Fraser999/Colour +Fraser999/Find-Git +FreeFull/Asteroids-Plus +Freezerburn/rust-text-adventure +FreskyZ/fff-lang +Freyskeyd/environment +Freyskeyd/rundeck +FrogBomb/ulam_spiral +FrozenCow/rust-airhockey +FrozenData/SGS2-Initramfs-KI4 +FuGangqiang/fwatcher.rs +Fuzen-py/fuzen.info +GGist/bip-rs +GHvW/rust_vocabulary +GabrielMajeri/vm-rs +GaloisInc/mir-json +Gankro/collect-rs +GeSHi/niji +Geal/nom +Geal/rustmu +Gedweb/rust-gfcgi +Geemili/serial-enumerate +Gekkio/imgui-rs +Gekkio/mooneye-gb +George3d6/picoleto +Gexon/loginserver +GildedHonour/frank_jwt +GildedHonour/shchayki_shchayki +Gilnaa/epoll-rs +Gilnaa/memoffset +Gilnaa/rusty3bar +Ginurx/zmq-rs +GnashCraft/15puzzle-uninformed-search +GodTamIt/diffsim +GrahamGoudeau/rum +GreenPix/behaviour-tree +GreenPix/lycan-serialize +Grieverheart/dsfmt-rs +Grokmoo/rust-game +Gudahtt/rust-bolt-protocol +GuillaumeGomez/audio-video-metadata +GuillaumeGomez/html-diff-rs +GuillaumeGomez/process-viewer +GuillaumeGomez/rust-GSL +GuillaumeGomez/va_list-rs +GuillaumeGomez/video-metadata-rs +H1ccup/Cohle +H2CO3/PHiLe +H2CO3/mandelrs +HOLYCOWBATMAN/rust-asm-demo +HOLYCOWBATMAN/rust-opengl-lab +HackGT/hackgproject +HadrienG2/3photons-rust +HadrienG2/coursera-crypto +HadrienG2/spmc-buffer +HadrienG2/testbench +Haggus/bust +Hakuyume/rust-cuda +Half-Shot/murder +Halogen002/SAPP-HTTP-Client +Halogen002/Thundersnow +Halogen002/Tritium +Hammster/hammsters-game-engine +Hand-of-Cthulhu/rust-winapi-keylogger +Handicap/FinnWars_Fan2 +Harnesser/rust-dynlib-example +HarveyHunt/loxr +Havvy/rustlike +Heather/Mi +Heather/Mirana +HeerKirov/DatabaseA +Henning-K/cargo-authors +HenryTheCat/RUSThello +HeroesGrave/cereal +HeroesGrave/ecs-rs +HewlettPackard/shoveller +HipsterBrown/exercism-rust +HipsterBrown/minigrep +HongbinZhou/learn_rust +Hoonter/GDoH +Hopman/roest +Hossein-Noroozpour/vulkust +Hoverbear/example +Hoverbear/raft-rs +Hoverbear/rust-rosetta +HowNetWorks/ama +HowNetWorks/trytls-rustls-stub +HowProgrammingWorks/EventEmitter +HybridEidolon/rustvita +HyeonuPark/Flock +HyeonuPark/Nal +IBUMBLEBEE/rust-webthread +IBUzPE9/hyper-tokio-sse-example +IGI-111/Smith +ILyoan/Espressor +IanConnolly/which.rs +IdeaJailbreak/game-of-life-rs +IllegalCactus/battlenet-rust +ImageOptim/gifski +Imxset21/rustsci +InQuicker/kaws +InQuicker/ktmpl +InfinityStudio/RMCLL +Inner-Heaven/cavity +Inner-Heaven/libwhisper-rs +InnocentusLime/project-neko-penguin +Inspiravetion/EventEmitter +Inspiravetion/RWVec +Isaac-Lozano/um-rust +IslandUsurper/primes +ItayGarin/exercism-rust +Itera/rust-raytracer-workshop +Ivan1931/smelter +IvanUkhov/cite +J-F-Liu/pom +JBisnett/cache_transforms +JWorthe/advent_of_code_2017 +JWorthe/rust_git_hooks +JackTattersall/Rocket-Auth +JacksonGariety/earthmacs-rs +JacobEberhardt/AdventOfCode +JacobEberhardt/ZoKrates +JadenGeller/Advent2016 +Jake-Shadle/legolas +JamesOwenHall/sql +JanLikar/diceware +Jarusk/pass-rs +Jarusk/spork +JasonAsmk/my-advent-of-code-2017 +JasonKleban/RustyEuler +JasonStein/BlendMIUI-ARC-ramdisk +JasonStein/BlendMIUI-NEO-ramdisk +Jaspi10/adventofcode +Jay9596/scribble +JaySon-Huang/rust-try +Jeff-Hostetler/learning-rust +Jellonator/rust-lua53-ext +JelteF/derive_more +JesperAxelsson/rust-intmap +Jim-Holmstroem/RunRustFromLua +JinShil/rust_arm_cortex-m_semihosted_hello_world +JinShil/rust_arm_cortex-m_semihosted_hello_world_libcore +Jirachi/test-resources +JoNil/jprod +JoNil/persistent_array +JohnAnthony/msp430-crate +JohnBSmith/moss +JohnColanduoni/sandbox-ipc +JohnGinger/aoc +JohnMurray/slackrbot +JohnMurray/string-match +Jojendersie/Rituler +Jokler/AdventOfCode +JonathonFry/AdventOfCode2017 +JordanBoltonMN/lalrpop_issue +JosefKuchar/AoC-2017 +JosefKuchar/piston_ant +JosephCatrambone/catpicture +JosephLenton/fortress +JoshAshby/rust-random +JoshuaBatty/bit_crusher +Josko/revhz +JuanPotato/aoc2017 +JuanPotato/botato +JunSuzukiJapan/macro-lisp +JustAPerson/rads +JustAPerson/vos +JustinDao/cs4414-ps1 +JustinDao/cs4414-ps3 +KISS-UI/kiss-ui +KISS-UI/neo-kiss-ui +KWARC/llamapun +KWARC/rust-libxml +KaiserKyle/Rust_Chip8 +KallDrexx/rust-media-libs +Kambfhase/rust-challenge +KarateCowboy/BloodStone +Keats/gutenberg +Keats/jsonwebtoken +Keats/tera +Keats/validator +Keats/vat +KeenS/cargo-pack-docker +KeenS/http_server +KeenS/iron_inspect +KeenS/onigmo-rs +KeenS/rotate_file +KeenS/webml +KeepCalmAndLearnRust/object-factory-pattern +Keirua/advent2017 +Kerollmops/particle-system-rs +Kerollmops/random-wheel-rs +Kerollmops/roulette-wheel-rs +Keruspe/mnemesis +KeshetResearch/forced_alignment +KevinKelley/oui-rs +KeyboardFire/babble +KeyboardFire/chessolang +KeyboardFire/macaroni-lang +Kha/leantc-rs +Khady/licenseRs +KhasMek/vzwtab_initramfs_GB +Khigashiguchi/rust_sutras_tdd +KiChjang/var-watcher +Kibouo/particles +KieronJ/rpsx +Kilobyte22/nettest +Kimundi/apply-pub-rs +Kimundi/long_strings_without_repeats +Kimundi/owning-ref-rs +Kimundi/scoped-threadpool-rs +Kimundi/ydengine +Kingsquee/Worldsong +Kingsquee/glwhy +Kintaro/wtftw +KitFreddura/Kinder +Kixunil/dangerous_option +Kixunil/fast_escape +Kixunil/rmcr +KodrAus/json_str +KodrAus/old-rust-web-app +Koka/gettext-rs +Koka/mqtt-rust +KokaKiwi/argparse-rs +KokaKiwi/brainfuck-rs +KokaKiwi/crypto-rs +KokaKiwi/depviz-rs +KokaKiwi/rush +KokaKiwi/rust-netaddr +KokaKiwi/rust-sexpr +KokaKiwi/rust-sixsixsix +KokaKiwi/rust-type-extend +KokaKiwi/rustskirt +KokaKiwi/sort-rs +Kr4ken-9/Advent-Of-Code-2017 +Kriegslustig/rust-dining-philosophers +Kroisse/algospot-study +KrunoKnego/advent-of-code +Krylon360/android_build_target +Krylon360/android_system_core_rootdir +Krylon360/samsung_admire_ramdisk_hacked +Krylon360/samsung_admire_ramdisk_stock +KyleMayes/hazard +Kynda/centipdede-rs +LD250/adventofcode_rust +LFalch/key-layouts +LFalch/korome +LPGhatguy/teensy-rust-experiment +LTD-Beget/syncookied +Laastine/ftp +Laastine/zombie-shooter +Lalaland/StarGazer +LanaCoyote/rust-irc-bot +Lapin0t/ophichus +Lapz/rox +Latrasis/opc-rs +LaurentMazare/Perso +LeastFixedPoint/weekenders +LeebDeveloper/retf +LegNeato/cups-sys +LegendreM/N-Puzzle +LeoTestard/RustLex-old +LeoTestard/rustlex +LeoTindall/mlem +LeoTindall/update_rate +LeopoldArkham/Molten +LesPepitos/gist +Limeth/streamsplash +Limvot/rust-SDL-OpenGL-example +Limvot/rust-sdl2_net +LinCanHan/DjySnackBar +Lindenk/dotty +LindseyB/rusty-dagger +LinusU/emoji-commit +Liotitch/glue +Lispre/so_stupid_search +Locke23rus/hello +Lodin/iterator2d +LogoiLab/caffeine-rs +LogoiLab/echran +Lokathor/adventofcode2017 +Lolirofle/2dgl +Lolirofle/enum_traits +Lolirofle/fixed_circular_buffer +LonelyUnicorns/influx +LooMaclin/tarantool_codegen +LooMaclin/wsm_rs +LordAro/AdventOfCode +LordSentox/sascs +LorenVS/servo-vdom-client +LouisPeng/RenderScript-ImageFilter +LukasKalbertodt/drencher +LukasKalbertodt/novice-tools +LukasKalbertodt/programmieren-in-rust +Luke-Nukem/rs_webserver_game +Luminarys/shout-rs +Luminarys/synapse +LunixChewBahka/rust_playground +Luthaf/bcount +Luthaf/confy +Luthaf/mudi +Lythenas/satellite +M2Ys4U/rust-relay +MEM-AEAD/mem-aead-rust +ML-Design/LG-P500-ICS-Vendor-Folder +MMXVII/mmix +MMXVII/mmixal +MOBASuite/LoLUpdater-macOS +MPThLee/binary-reader.rs +Machtan/dalgi-rust +Machtan/token-rs +MackieLoeffel/avr-vm +MackieLoeffel/rust-os +MaikKlein/Advent-of-code-2017 +MaikKlein/Rust-Learning-Game +MaikKlein/RustActors +MaikKlein/RustMachineLearning +MaikKlein/Wyre +MaikKlein/ash +MaikKlein/assimp-rs +MaikKlein/cargo-workspace +MaikKlein/rHorde +MaikKlein/variadic +Manishearth/freestring +Manishearth/hashglobe +Manishearth/rust-adorn +Manishearth/rust-gc +Maplicant/entropy_words +MarcManiez/radiosyncracy +Mark-Simulacrum/advent-of-code +MarkJr94/allegrust +MarkJr94/clashrs +MarkJr94/diagrust +MarkJr94/lz4-rs +MarkJr94/reddit +MarkJr94/rust-keccak +MarkJr94/rust_adventure +MarkJr94/rust_curl +MarkJr94/rusty_feds +MarkJr94/thumbis +MarkMcCaskey/rusty-8 +Marthog/rust-stm +Martindev/martock +Marwes/combine +Marwes/haskell-compiler +MaskRay/99-problems-rust +Maskerad-rs/Maskerad_memory_allocator +Matrix-Zhang/r2d2-mongodb +Matt-Hurd/42-GBmu +Matt8898/fest +MattRyder/itunes-rs +MattWoelk/rusty_ikga +Matthew-Maclean/user_vote_scraper +MatthewWilkes/advent2017 +Matthias247/revbio +McFreely/katana +McGittyHub/aoc-2k17 +McGittyHub/cubes-rs +Mcat12/backtrack +MegaBouncer/IRCConnector +Mercateo/rust-for-node-developers +Metadiff/symbolic_polynomials +Metaswitch/uml_parser +MeyerFabian/advent-practice +Mic92/cntr +MicahChalmer/rust-fuse-mc-original +Michael-F-Bryan/cargo-metrics +Michael-F-Bryan/ffi-helpers +Michael-F-Bryan/latex-rs +Michael-F-Bryan/rust-ffi-guide +MichaelWJung/rustgb +Micutio/rustupolis +MidnightProgrammer/android_device_motorola_droid2 +MidnightProgrammer/android_device_motorola_droid2we +MikkelSchubert/big_text +MikkelSchubert/retable +Milhound/Rust-Bot +MindBuffer/ann +MindBuffer/cuntpressor +MindBuffer/lanceverb +MindFlavor/word_count_rust_angular2 +Minoru/git-submerge +Miridyan/paint +MislankaNova/lambda-rush +MitinPavel/rocket_redis_r2d2 +Mixthos/self-ref +Molnfront/ColdboxOnCloudbees +MonkeyLog/BrewStillery +Morindhal/mmo_parser_backend +MortimerGoro/gvr-sys +MozillaTN/Rust +Mr-Byte/tokio-irc-client +MrFoxxy/bronzebull +MrKiven/list +MrKiven/rping +MrKonstantinT/huffman-codes +MrWinstead/address-generator +Mrmaxmeier/stuff +Ms2ger/runtime +Mudada/learnRust +Munksgaard/session-types +NSkelsey/cs4414-ps1 +NSkelsey/deadlock +NanXiao/RustTCPFramework +NanXiao/stream +NanaMorse/learn-rust-lang +NaomiTestard/menhir-example +Nashenas88/rust-red-black-tree +NateAGeek/BB-Assembler +NathanMer/RFSMP +NathanielPerkins/Serial_Logger +Nava2/memocode_2015_skyline +Nehmulos/rust-game +Nemo157/maud-pulldown-cmark +Nemo157/prom-attire-rs +Nercury/android_looper-sys-rs +Nercury/comics-rs +Nercury/gl-core-struct-rs +Nercury/monilog +Nercury/typedef-rs +Nervengift/rust-elm-example +NetSys/NetBricks +NewbiZ/rgb +NicolasLM/nucleon +NikVolf/parity-tokio-ipc +NikVolf/wasm-link +NilSet/fc-primes +NinguemNinguem/turtle-engine +NipaJ/RustDoom +NishanthSpShetty/crust +Nixes/PerceptualDupFinder +Noctune/real +NoelWidmer/ink-compiler +Nogamara/timezonebot +Nojgaard/tenderer +Nokel81/match_all +Nordgedanken/hangups-rs +NotGyro/Gestalt +Noughmad/planar +Noxime/tofu2 +NthPortal/cons-list-rs +NuclearKev/Rust +OMFGB/device_samsung_mesmerizemtd +OMFGB/device_samsung_showcasemtd +OMFGB/device_samsung_vibrantmtd +OTL/gear +OTL/rosrust_tutorial +OWCSX/BrownBox-OS +OffBlockway/OffBlockwayLib +Ogeon/js_builder +Ogeon/palette +Ogeon/pyrite +Ogeon/rustful +Ogeon/symbiosis +Okasu/feedly-notifier +Okasu/in-order +Olical/brainfucks +Oliver2213/chatpack-updater +OlivierH/rust-playground +OmnijarBots/beryllium +Onecosmic/Fugumod-ramdisk-new +Onecosmic/ICSramdisk +Onecosmic/aries_initram +Ongy/config-rs +Ongy/dhcp-rs +OpenAnsible/rust-rtsp +OpenAnsible/rust-signaller +OpenHID/code-vr +OpenSourceCornell/Introduction-to-Rust-code-examples- +OpenStratos/OpenStratos-rs +Ophirr33/conrod-hello-world +OrionGroup/HashDB +Ortuna/hackrf-rs +OsnaCS/plantex +Osspial/derin-rs +Osspial/gl_raii +Osspial/glyphydog +OwenMyers/z3stringnet +P1start/assert_ng +PKAuth/rs-crypto-abstract +PROSIC/libprosic +PSeitz/native_search +PacktPublishing/Rust-Cookbook +ParadoxSpiral/axon +ParadoxSpiral/parabot +Parfyonator/merkle_tree +Paul-Andre/finger_merge +PaulKlinger/watch-leela-train +Pctg-x8/interlude +Peekmo/rust-roguelike +PerArneng/geneteq +PeterBeard/project-euler +PeterBeard/rust-c64 +PeterHatch/color-smash +PeterReid/chacha +PeterReid/cryptops +PeterReid/hoplight +PeterReid/keystream +PeterReid/libcses-rs +PeterReid/rassembler +PeterReid/unicode_skeleton +PeterReid/win_odbc +Peternator7/rustling +Phaiax/rsaltpack +Phil9l/combinatorial-analysis +PhilipTrauner/match3 +Phrohdoh/firebase-rs +Phrohdoh/github-webhook-data-rs +PierreZ/addupstream +Pirh/doq +PistonDevelopers/Piston-Tutorials +PistonDevelopers/array +PistonDevelopers/button_controller +PistonDevelopers/button_tracker +PistonDevelopers/conrod +PistonDevelopers/drag_controller +PistonDevelopers/dual_quaternion +PistonDevelopers/dyon +PistonDevelopers/editor +PistonDevelopers/float +PistonDevelopers/gfx_window_shared +PistonDevelopers/glfw-rs +PistonDevelopers/glfw_window +PistonDevelopers/graphics +PistonDevelopers/graphics-lab +PistonDevelopers/hematite +PistonDevelopers/hematite_nbt +PistonDevelopers/hematite_server +PistonDevelopers/image +PistonDevelopers/imageproc +PistonDevelopers/opengex +PistonDevelopers/piston +PistonDevelopers/piston-examples +PistonDevelopers/quaternion +PistonDevelopers/range +PistonDevelopers/read_color +PistonDevelopers/shader_version +PistonDevelopers/shapes +PistonDevelopers/winit_window +Plasticcaz/ProjectZed +Plasticcaz/zedengine +Polish-Civil/kingdoms-rs +Polly-lang/Polly +Pomettini/streaming-stampede +Pranz/Emperust +ProgVal/scarves +ProgramFOX/adventofcode-2017 +Programming4life/chromium_updater +Progressive-Learning-Platform/plp-grinder +Proksima/quandl +Proksima/shells +ProtectedMode/llvm_sys +PumpkinDB/PumpkinDB +PushAMP/pamcollector +PyO3/pyo3 +PyO3/tokio +QuietMisdreavus/init-with-rs +QuietMisdreavus/mp4tag-rs +QuietMisdreavus/polyester +QuietMisdreavus/rust-docbot +QuietMisdreavus/twitter-rs +QuietMisdreavus/twitter-text-rs +Quyzi/gpt +R4zzM/advent-of-code-2017 +RCIX/rustlike +RCIX/word_generator +RIg410/lithium-rs +RNCryptor/rncryptor-rs +ROki1988/kinesis-crowbar +RReverser/esmozy +RWTH-OS/eduOS-rs +Ra1nWarden/CS4414-Project +Ra1nWarden/cs4414-ps2 +Ra1nWarden/cs4414-ps3 +Ra1nWarden/cs4414-ps4 +Ra1nWarden/ps0 +Ra1nWarden/ps1 +Racum/djpass +Racum/rust-djangohashers +Ragnaroek/mithril +Ragnaroek/rust-trellis +Rahix/eagre-asn1 +RalfJung/rust-101 +Randati/tuntap-rust +RandomInsano/Baudler +Rapdorian/voxel-viewer +RayNovarina/rust-docker-heroku +Razican/vsop87-rs +RazrFalcon/libresvg +RazrFalcon/pangocairo-rs +RazrFalcon/resvg-qt +RazrFalcon/svgcleaner +ReSpeak/TsPressor +ReSpeak/quicklz +ReSpeak/t4rust +ReSpeak/tomcrypt-rs +ReTeX/iReX +ReactiveX/RxRust +RealScout/avr-emulator +Reboare/rust-experiments +RecursiveLogic/Rush +RedBeardLab/rediSQL +Redrield/kobalt-updater +ReeceStevens/f4 +ReeceStevens/remoteLights +ReemusRabala/End-of-Time +Reflejo/yobot +Regan-Koopmans/time-serv +ReinierMaas/PathTracer +Rengierof/nebula +RevNumbers/android_device_motorola_venus2 +Rhuagh/amethyst-rhusics +Rhuagh/shrev-rs +RicoP/Spielwiese +RoPP/todo-backend-rustful +Robbepop/cionc +Robert-Emerson/cs4414-ps3 +Robert-Emerson/ps1 +RobertWHurst/Unison +RobinMorisset/HashCode2015 +RossMeikleham/Super-CHIP8-Rust +Roughsketch/imagesize +RoxasShadow/rustfm +Roxxik/rusteezee +Roybie/hack-emulator +Rudi9719/sekey +Rufflewind/bernoulli_numbers +Rufflewind/imprint +Ruin0x11/midiplay-rs +Ruin0x11/texture-atlas-rs +Rust-Proof/rustproof +Rust-Skane/couch.rs +RustAudio/dsp-chain +RustAudio/lewton +RustAudio/rms +RustAudio/rust-portaudio +RustAudio/sample +RustAudio/synth +RustAudio/volume +RustCrypto/MACs +RustCrypto/hashes +RustCrypto/meta +RustCrypto/password-hashing +RustCrypto/rust-crypto-decoupled +RustCrypto/utils +RustDream/Granny +RustDream/Xifeng +RustSSL/rustssl +RustSec/cargo-audit +RustSec/rustsec-client +RustSparkle/Snaked +Ryan1729/one-night-ultimate-werewolf +Rydgel/rustis +Ryman/groupable-rs +S2dentik/Rust-Win32-SampleApp +SCAII/SCAII +SF-Software/Shadow-RPG +SLMT/rust-snake +SPSchlongo/HominDae +SPY/rust-rbtree +SSheldon/rust-objc +SSheldon/rust-objc-encode +SSheldon/rust-objc-foundation +SUPERAndroidAnalyzer/super +Safort/telegraph +SamYaple/qemuwatch +SamYaple/waterrower-rs +SamirTalwar/eleven +Sarathismg/hello-world +ScazLab/baby_linguist +Schlechtwetterfront/fuzzy-rs +Sean1708/cargo-brew +Sean1708/rusty-cheddar +SeanPrashad/Fiffy +SebastianEdwards/rust-mruby +Seeker14491/ntr +Sekuraz/rust-test +Seldaek/deris +Senlody/zktx +SergejJurecko/mio_httpc +SergioBenitez/Rocket +SergioBenitez/version_check +SerhiiOryshych/Simple-Segment-Tree +Shaaan/android_device_samsung_i9070 +ShadowNinja/mt_media_collector +Shir0kamii/betterposture +ShirleyChung/rust +ShisoftResearch/Dovahkiin +ShisoftResearch/Hivemind +ShisoftResearch/Morpheus +Shnitz/aoc +SiIky/gtk-stuff +SiIky/jcd.rs +SiebenCorgie/first-rs-engine +SiebenCorgie/jakar-engine +SiegeLord/Eth +SiegeLord/Repercussion +SiegeLord/RustGnuplot +SiegeLord/SLRConfig +Siegfried5/rust +SillyFreak/stm32f3-rust-demo +Silur/riffled +SilverC/cs4414-ps1 +SilverC/cs4414-ps3 +SilverRainZ/tinyhttpd.rs +SimonPersson/ease +SimonSapin/gregor +SimonSapin/rust-forest +SimonSapin/rust-movecell +SimonSapin/rust-on-bbc-microbit +SimonSapin/rust-webencodings +SingingTree/CodeKata +SirRade/homepage +SirRade/rust-standard-library-cookbook +SirRade/sbb-telegram-bot +SirRade/slowloris-rs +SirRade/websocket-server +Skealz/pistontest +Skellods-Network/SHPS4Rust +Skin1980/P1010-ramdisk +Skrylar/RustMsgPack +SkyBeastMC/RayTracer-Rust +SkyMomentum/tonegen-rs +SkylerLipthay/gcnctrlusb +SkylerLipthay/iron-todo +SkylerLipthay/zip_codes +SlartiTron/legend +Sloth6/fastaq_ngrams +Smaragdine/Smaragdine +SmilingNavern/rconsole +Smithay/gbm.rs +Smithay/smithay +Smithay/wayland-rs +SodiumFRP/sodium-rust +Sogomn/grass-daut +SomeoneWeird/ht-rust +SpaceManiac/discord-rs +Spalynx/soliloquy +SpicyRecruit/guessing_game +SpiderPigSpy/RockPaperScissors +SpiderPigSpy/meetup-bot +SpiderPigSpy/x_in_row +SpinResearch/RustySecrets +SpinResearch/lamport_sigs.rs +Spotifyd/spotifyd +SpringDVS/rs.forge +Squirrel/squirrel-rs +SriRamanujam/quasselclient-curses +Stargateur/rtmp-sys +Stebalien/horrorshow-rs +Stebalien/ioctl +Stebalien/notmuch-sys +Stebalien/rust-coatcheck +Stebalien/term +Stebalien/xattr +StefanYohansson/sadfeelings +StefanoChiodino/niceprofit +Stibbons/rust-string +Stibbons/rust-urlparse +Stoeoef/spade +StoneDot/server_monitor +Storyyeller/cryptominisat-rs +Storyyeller/fnv-collider +Storyyeller/stable_deref_trait +Storyyeller/vivint-solutions +StrangeLoopCodingDojo/Rust +StrayLightning/aeolius +StrayLightning/wyvern +StreakyCobra/advent-of-code-2017 +Streetwalrus/aoc2017 +Stromberg90/Image-To-Normal +SuperCuber/rmenu +SuperFluffy/gram_schmidt +Svedrin/sunt +SwagColoredKitteh/airts +Syntaf/Oxide +Syntaf/fe-rustty +TBeihammer/Snake +TDR/Epic4GTouch-Initramfs +TF2Stadium/config.tf +TLmaK0/rustneat +TWinsnes/rusty-euler +TaborKelly/nl-utils +Taneb/Maze +TeXitoi/rust-mdo +TeXitoi/structopt +TeamHG-Memex/rs-bkstring +TeamRefuse/android_device_samsung_infuse4g +Techern/IoOperations-RS +Techern/bit_utils-rs +Techern/linux-api-rs +TechnoCrunch/ACMToWAV +TechnoCrunch/acro +TedDriggs/darling +TedDriggs/from_variants +TestAccount404/STEVENFILES +ThatOtherPerson/sembler +ThatOtherPerson/yuk +ThatsGobbles/taggu-rust +TheDan64/limonite +TheMegaTB/TwixT +TheNeikos/infiniventure +TheNeikos/reduxide +TheNeikos/rust-icalendar +TheNeikos/rustbreak +TheNeikos/rustyrogue +TheOpenDevProject/RustByExample +ThePianoDentist/TPD-rust-intro-to-algorithms-practice +TheSpiritXIII/Texture-Atlas +TheSpiritXIII/game +TheThirdOne/elf-edit +TheWaWaR/react-dom-server-rs +TheWaWaR/react-neon-ssr +TheWaWaR/simple-http-server +TheZoq2/Rust-Scad +TheZoq2/flash +ThetaSinner/evelyn +ThetaSinner/osmium +Thierry61/repeated_sd_writes +Thiez/RustLua +Thiez/pypy_trace_rust +ThimLohse/mangOS +ThinkAlexandria/BoringAuth +Thinkofname/gdnative-rs +Thinkofname/rust-godot-example +Thinkofname/steven +Thinkofname/stylish +ThomasColliers/age-of-rust +Thompson1/Rust +TianTianForever/Rust-Tutorial +TieSoul/GBEm +Tiernjo/Really +Tiernjo/mini_platformer +Tiernjo/tarot +Tiernjo/tictactoe +Tilat/rust-test +TimNN/cargo-lipo +TimNN/shuffled-iter +TisButMe/rhack-asm +Tobba/rust-efi +Tobbe/losi +Tockra/AdventOfCode2017 +Tohie/Rust-Curl +Tohie/chartrs +TomBebbington/js.rs +TomLingham/Rocker +Tomcc/acpplinter +TooManyBees/engiffen +TooManyBees/super-metroid +ToxicTrigger/Nonetype +Tristramg/rust-graph +Tsallanmaa/chit8 +Tsarpf/rust_raytracer +TuckerBMorgan/RustServerForFireplace +Turnierserver/API +Twinklebear/arcball +Twinklebear/embree-rs +Twinklebear/tray_rust +Twisol/rust-stockfighter-api +Twisol/rust-telnet +Twistbioscience/pycon-rust +TyLindberg/rust-playground +TyOverby/aabb-quadtree +TyOverby/ares-2 +TyOverby/bchannel +TyOverby/bincode +TyOverby/editor-test-app +TyOverby/flame +TyOverby/gen_gif +TyOverby/implicit +TyOverby/irc-message +TyOverby/line-stitch +TyOverby/many2many +TyOverby/smoke-signals +TyOverby/snoot +TyOverby/spaceships +TyOverby/try_or +TyOverby/unreliable-message +Tyler-Hardin/easy-csv +Tyruiop/ladoto +Tyzzer/webdir +U007D/range_vec +UCSBarchlab/Sprocket +USUFox/mandelbrot +Undeterminant/euler-rust +Undeterminant/trunc +UnlawfulMonad/regtest +Urcra/rusty-8 +Urcra/skill-rating +VHaravy/bounded-mpmc-queue +Vectorious/geom-rs +VelocityRa/rustboy +VictorGavrish/ai2048 +VictorKoenders/rust_stm32 +Vikaton/etherpad.rs +Vinatorul/game_proto +Vinatorul/minesweeper-rs +Vinatorul/tileengine-rs +VisionistInc/advent-of-code-2017 +VitorVRS/cryptopals +Vkeat660/OilyRust +VladimirPesterev/caty +Vurich/GoldsRS +Vurich/sexpress +Vzaa/cmk +Vzaa/craycray +WaDelma/darluca +WaDelma/galgebra +WaDelma/sphere +Waldteufel/barrel-organ +Wallacoloo/jagged_array +WanzenBug/xch +WayneWeiZhang/PM250 +WesleyAC/subatomic +White-Oak/kefia +White-Oak/qml-rust +WiSaGaN/rust-diffusion +Wilfred/bfc +Wilfred/gameboy_emulator +Wilfred/sooty +Will-W/pcap-rs +Wollw/Lucas-Sequence +WrinklyNinja/esplugin +WuTheFWasThat/hanabi.rs +XDjackieXD/png4snowy +XMPPwocky/legend_of_link +XMPPwocky/name-my-indie-game-please +XavilPergis/StrikingDB +XavilPergis/wpilib-hal +Xboarder56/android_device_htc_ruby +Xinkai/Minesweeper +Xion/cargo-download +Xorlev/rust-sequencefile +YaLTeR/hls-autopause +YaLTeR/talos-tools +Yamakaky/libmnl-sys +Yamakaky/tun-rs +Yasu-umi/cabocha-rs +Yasu-umi/rust_nlp_100_examples +YetAnotherMinion/VOX +YeyaSwizaw/rust-snek +Ygg01/rustlind +Ygg01/xml-air +YoEight/eventstore-rs +Yoric/ccv.rs +Yoric/channels.rs +YorickPeterse/inko +ZOTTCE/cleo-vm +ZSarver/rust-man +Zach41/RedisClient +Zach41/rust-algorithm-club +ZacharyBrown/cs4414-ps1 +ZacharyKamerling/rust_rts +ZackPierce/rust_for_java_devs +Zen12/learn_rust_opengl +Zenol/sgb +ZeroCostGoods/hoppler +ZeroCostGoods/pgs-files +ZielMartin/MobAppProj +Zolomon/rust-rpg-sim +Zorbash/linguaphone +Zynapse500/locus_engine +a-dma/aoc17 +a-red-christmas/aoc2017-rs +a-red-christmas/aoc2017-tumdum +a1xt/raytron a8m/pb -aaboagye/rib -aagahi/rust-apns-http2 -aagahi/rust-sentry -Aalhad/CanvasRenderingContext2DMozilla +aag/eagle-eye +aahancoc/tree_magic aaliang/ailmedak -aaliang/concurrent-collections -aaliang/rqueue -aaliang/rsg2 -Aaron1011/rustmc aarondandy/vertesaur-rust -Aaronepower/i8080 -Aaronepower/Mammut -Aaronepower/numcount -Aaronepower/tokei -AaronLeon/eecs395-rust-hw3 -AaronM04/libconway -AaronM04/test_gtk_rust -Aarowaim/faust -Aatch/bitstream -Aatch/dynalist -Aatch/grease-bench -Aatch/llvm-rs -Aatch/ramp -Aatch/ril -Aatch/rust-fmt -Aatch/spirv-utils -aatxe/awebot -aatxe/awebot-plugins +aatxe/alectro aatxe/dnd -aatxe/hamelin.rs aatxe/irc aatxe/irc-services aatxe/life-sim -aatxe/mailbot aatxe/mcaas -aatxe/rip aatxe/rustlike -abarbarov/blog-rust -abax/rustache -A-Beck/cs4414-ps2 -A-Beck/cs4414-ps4 -A-Beck/ps1 -abel/rsfilter -abique/benribox +abhi18av/my_dylib +abhijeetbhagat/genmei +abhishek6262/calculator +abhishekg785/Aaron abonander/anterofit abonander/const-cstr -abonander/enum_ns +abonander/dbl-buf abonander/file_dialog -abonander/fontconfig-rs -abonander/img-dup abonander/img_hash -abonander/mime_guess abonander/multipart -abonander/stream-dct -abonander/vec-vp-tree +abonander/multipart-async +abonander/safemem +abtv/sloc +abusch/rustracer ac8wv/ps1 -acarrau/rust-queue -acarrau/rust-sandbox -acautin/programming-challenges +acarist/p2psearch +acdenisSK/fake_inheritance +acdenisSK/kitty-rs acgessler/rustymachine -achanda/ipnetwork -ACINQ/txread -Acizza/bcnotif -Acizza/twirc -acmcarther/funandgames +achanda/netns +acknak/ghakuf +aclemmensen/mesos-fetcher +aclemmensen/rusty-regex-search +acm-uiuc/canopy +acmcarther/cake acmcarther/space_coop -acmcarther/swarm-test-rust +acmcarther/void acmiyaguchi/rust-tinywm -acolley/scatter -acolley/splore -actimehl/c_ffi_test -actindi-dev/outing-mining-rust +actix/actix +actix/actix-web adamdubiel/rust-load-balancer -AdamFrey/rust-brainf_ck-interpreter -adamgreig/airspy-rs adamgreig/asfmrs -adamgreig/hackrf-rs -adamgreig/labrador-ldpc -adamgreig/rtlsdr-rs -adamgreig/sdr-rs -AdamNiederer/rash +adamhooper/topogeo adamplansky/TCP -Adapton/adapton.rust -addtheice/simulate -adecurnou/butterfly.rs -adelelopez/khovanov -ade-ma/LibOut -AdenFlorian/rust_game_server +adamwilbert/Rust-Guessing-Game +adcrn/roshambo +adelnizamutdinov/kotlin-rust-android adf4st/cs4414-ps3 +adfaure/batsim.rs adinapoli/profiv -adinapoli/rust-cuckoo-bloom-filter -adinapoli/rust-doom3-idkwid adinapoli/viktor adiultra/rustsick -adjivas/env -adjivas/io -adjivas/macro -adjivas/msg -adjivas/pasteur -adjivas/shm -adjivas/sig -admazzola/metal +adjivas/ml admiyo/rustftp adnanademovic/rosrust +adnanademovic/xml-rpc-rs adnelson/nix-browse -AdnoC/sixel-sys adrian-budau/input-stream -AdrianDanis/R4 -adrianObel/rust-projectEuler -AdrienChampion/benchi +adrianwn/saturn adrientetar/euler -advancedresearch/discrete +aduric/graffiti +advancedresearch/environmental_mega_robotic_systems advancedresearch/path_semantics +advancedresearch/pocket_prover advancedresearch/quickbacktrack -advomach/calcpack -adwhit/krust -adwhit/matasano-cryptopals-rs -adwhit/uCTF-rs -aehernandez/Rump +adwhit/openapi3-rust +aeleos/BoringOS aepsil0n/acacia aepsil0n/benzene aepsil0n/carboxyl -aepsil0n/carboxyl-cli aepsil0n/carboxyl_time -aepsil0n/carboxyl-toggle -aepsil0n/triton aeqwa/aeq -aergonaut/owners-rs -AerialX/ffmpeg-rs -AerialX/rust-emscripten-example -aetheric/gin -aetherson/cryptopals afck/crosswords-rs -afck/fann-rs -afishberg/feo-boy -afonso360/discogs-rs -afonso360/RustBox +afonso360/td afshinm/juggernaut +afshinm/morq agatan/gravel-lang -agatan/mixore -agatan/sq +agatan/squeeze-rs +agatan/termfest agatan/yoin -agepoly/wish +agaviria/core +agaviria/delta +agavrilov/rust-test +agemocui/ruyi agersant/polaris -agi90/bitcoin-rust agi90/gb-rust -AgilData/agildata-zero -AgilData/gibbs-mysql-spyglass -AgilData/mysql-proxy-rs -agileperception/shell_cmds agirton/adventofcode -agmcleod/agile_archer -agmike/tzbuildasset -Agrajag-Petunia/linalg -AgriConnect/influxdb-csv-cleaner +agmcleod/adventofcode-2016 +agmcleod/adventofcode-2017 agrover/blockdev-rs -agrover/devicemapper-rs agrover/froyo -agrover/melvin -agrover/sg3-rs -AgtLucas/rust-in-peace -aHeraud/rustboy-core -aheui/aheui.aheui aheui/rsaheui ahihi/varjokuuntelija -ahk/rust-web-arm -ahmedcharles/lua-rs -ahmedcharles/telnet +ahjdzx/rust_work ahwatts/filament -aidanhs/ayzim +aidanhs/dayer aidanhs/rsroll aidanhs/tclscan -airsword/airsword-rs -aisamanra/rust-examples -aisk/rust-memcache +aij/cafs +aishraj/aoc2017 aisrael/ceph-rs -Ajax4778/rust-mtc -ajcrites/DefinitelyHyped -aji/ircd-oxide +aizyurov/meccano +aj96/Binary_Search_Tree +aji/oxide-proxy +ajjaic/ameda ajm188/advent_of_code -ajoneil/missingnogmb -ajroetker/beautician -ajroetker/hexagons -ajroetker/rust-puppetdb-cli -ajtulloch/caffe.rs -ak114/potential-broccoli -akatsuki-chan/jsonpath-rs -akatsuki-chan/tmux-ssh-pane -akaukone/rust-subtitles +ak1t0/rust-socks-server +akatechis/adventofcode2017 akitaonrails/rust_ruby_exercise_1 -akitsu-sanae/raytr -akitsu-sanae/ysd -akshaynathr/rust -akubera/bigdecimal-rs +akosthekiss/blurmac +akpenou/krpsim akuendig/rust-peg akuraj/eroica -alaingalvan/fig-standing-desk -alanamramjit/replay +alamminsalo/radio +alamminsalo/rxcolors alan-andrade/rust-irc alan-andrade/snake2-rs -alan-andrade/snake.rs -alanhoff/rust-libfizzbuzz -alanjcfs/gpio-rust-code -alanjcfs/til +alanpoon/cardgame_widgets +alanpoon/hardback_conrod +alanpoon/hardback_server alanstockwell/hyperspank -alarebel/RustUDPecho -alberdingk-thijm/podesta +alatiera/GResource-rs-example albertofem/carcasian -albertp007/RustQ -Albibek/brubers -Albibek/dzendemux -Albibek/udpdup albx79/hello -Alchemist-rs/Alchemist alco/rust-digest -aldanor/typeinfo -aldeka/brick +aldrin/git-changelog aldrio/omdb-rs alegalle/rustgl_4_2_core -aleics/rsmath aleics/rustgen alejandro/rust-rants -alekratz/pwtools aleksanb/plates -aleksandrpak/algo -aleksandrpak/fdupes -Ales999/rus-fritz -alevy/tock-hotel -alex34567/chip-8-core -Alex-Addy/Fe2O3 -alexandercampbell/pi -AlexanderChen1989/halo -AlexanderElias/rust-nickel-mustache -AlexanderElias/rust-sendmail -AlexanderElias/rust-ssmtp -alexander-irbis/robots_txt +aleksander/getaddrinfo +alessiomanai/C-vs-Rust +alex/csv-sql +alex/ct-tools +alexander-irbis/irbis-fs +alexander-irbis/mt-rs +alexander-smoktal/maul +alexanderbladyko/caverna_bot alexanderjulo/wiki.rs -Alexander-Miller/hanabi-server -AlexanderMladenov/rustTest -alexander-smoktal/rust-algorithms -AlexanderThaller/lablog-rs -AlexandreImperiale/mersh -AlexandreImperiale/rody +alexanderkjall/adventofcode2017 +alexanderkyte/etiquette alexbers/ructf2013-queue -alexchandel/array-rs -alexchandel/ithkuil-rs -alexchandel/kernel-rs -alexchandel/keystroke-rs -alexchandel/ld9 -alexchandel/mousemove-rs -alexchandel/rust-gravity-worm -alexchandel/rust-gravity-worm-ii -alexchandel/rust-rtos -alexcrichton/brotli2-rs +alexchandel/miniz-rs +alexcrichton/bors2 alexcrichton/cargo-edit-locally -alexcrichton/cargo-local-registry alexcrichton/cargo-vendor +alexcrichton/cc-rs +alexcrichton/cfg-specialize alexcrichton/cmake-rs +alexcrichton/complicated-linkage-example alexcrichton/conduit-git-http-backend alexcrichton/curl-rust -alexcrichton/debug-cell alexcrichton/futures-await alexcrichton/futures-rs -alexcrichton/futures-spsc -alexcrichton/gcc-rs alexcrichton/git2-rs +alexcrichton/glimmer-experiments alexcrichton/green-rs alexcrichton/io2 -alexcrichton/jemallocator alexcrichton/jobserver-rs -alexcrichton/mio-named-pipes -alexcrichton/mio-uds +alexcrichton/openssl-src-rs alexcrichton/openssl-static-sys alexcrichton/panic2abort -alexcrichton/proc-macro2 -alexcrichton/rbindgen alexcrichton/rlibc -alexcrichton/rustc-demangle alexcrichton/rust-compress alexcrichton/scoped-tls -alexcrichton/socks5-rs -alexcrichton/splay-rs alexcrichton/ssh2-rs -alexcrichton/stacker -alexcrichton/stamp-rs alexcrichton/tar-rs -alexcrichton/test -alexcrichton/tokio-named-pipes -alexcrichton/tokio-openssl -alexcrichton/tokio-process alexcrichton/toml-rs -alexcrichton/wait-timeout +alexcrichton/wasm-gc alexcrichton/xxhash2-rs -alex/csv-sql -alex/ct-tools -Alex-Diez/rust-sql-engine -AlexGreg/Rust-QuickSort -alexgula/rs-playground -alexhenning/opencv-rs +alexheretic/gfx-glyph alexheretic/gfx-shader-watch -alexjg/apns-testserver +alexheretic/single-value-channel +alexheretic/spin-sleep alexjg/packrat-thesis-rust -alexjinchoi/rust_projects alexkehayias/cargo-safety -alexlafroscia/experiements -alexluecke/fast-binary-multiplication-rs alexluecke/sudoku-rs -AlexNav73/rusty_dam -alex/otp-cop -AlexPikalov/cdrs -AlexPolGit/Rust_Tests -alex/rust-asn1 -alexschneider/matasano-crypto -AlexTalker/rust-todo -AlexTalker/rust-vk -AlexW-GH/rust8 -AlexxxRu/vk_api -AlexxxRu/vk_parser -Alfheim-OS/alfheim -Alfheim-OS/posix -alfiedotwtf/file-lock -alfiedotwtf/metaheuristics -algorithmiaio/algorithmia-rust -algorithmiaio/langpacks -AlgoTradingHub/tokio-pump -AliceCengal/hansen_parameter -AliceCengal/leet-converter-rs +alexmbird/sleepuntil +alexpearce/adventofcode_2017 +alexrudy/AoC2017 +alextanhongpin/rust-rocket +alfateam123/hrm-interpreter +alfiedotwtf/gallop +algermissen/rustz +algermissen/web-rust +algesten/rabbiteer-rs +algonomicon/basecamp alicemaz/rust-base64 alicemaz/rust-ed -alicemaz/twet alilee/arm-rust-clust -alisha17/Tic-Tac-Toe -AljoschaMeyer/secret_handshake -allanmcinnes/rust_linear_systems -allan-simon/rust-http-template +alkis/ordslice-rs +allan-simon/sentence-aligner-rust allan-simon/skype-rust -allan-simon/syntax-extension-rust -allenap/rust-petname -allora/alwm +almindor/termpro +alokmenghrajani/adventofcode alokmenghrajani/random_stuff alreece45/amqp-rs -AltOS-Rust/altos-rust -AltSysrq/ensync -AltSysrq/fourleaf -AltSysrq/supercow -Aluminium95/rust-time +althea-mesh/guac-light-client +alvare/imgsort +alygin/usage alyx/stalin -am0d/rust-projects -am0d/rust-web am0d/rusty-razor -Amanieu/parking_lot -amarant/codecon -amaranth/noise +amar-laksh/workstation amatus/per -ambaxter/spatial-rs +ambaxter/gpgoap-rs ambidextrousTx/ToyRustPrograms ambrozic/forge -Ameliorate/buildengine5 -Ameliorate/serde-rustc-serialize-interop -Ameobea/bot4 -Ameobea/minutiae -Ameobea/osutrack2 -Ameobea/tickgrinder +amcarthur/hammer +ameske/adventofcode2017 amethyst/amethyst -amethyst/project_template -ameyms/rust-experiments ameyp/rush -amitsaha/linux_voice_2 +amilajack/oxide aml3/1171 amodm/webbrowser-rs -amrhassan/rust-linalg +ampron/rustlab +amrhassan/pazuzu +amukiza/git-utils amuxtux/rustLearning -amw-zero/6502-rs -Anakros/rs-notes +amyhartz/rust-exploration +an-cabal/an-editor anatg/ps1 anayelii/rusty_watermelon -anchovieshat/tilepaste -anchovieshat/turnip -andars/bits-of-rust -andars/pebble.rs -andars/pebble.rs-template +ancat/oxid80 +andantonyan/sedgewick_algorithms_rust_implementation andars/rust-calculator -andbass/rlisp andelf/go-to-rust -andelf/rust-2048 -andelf/rust-algorithm-design-analysis -andelf/rust-algs4 andelf/rust-curl andelf/rust-erlang-driver -andelf/rust-httpc andelf/rust-http-helper +andelf/rust-httpc andelf/rust-iconv -andelf/rust-mtl -andelf/rust-sdl2_ttf andelf/weather-rs andersk/elect anderslanglands/embree-rs -andete/beerxml andor44/renoir andor44/scgi.rs -andreabedini/hdf5-rs-abandoned andreafrancia/string-calculator-rust -AndreasDahl/RustTraining -andreasfrom/piecetable andreasots/base32 andreasots/rust-merklemap andreasots/wayland -AndreasSchroeder/rust_game_project -andrebeat/cask -andrebeat/rust-okasaki andrejskoda/hello_rust andrelmartins/TwoBit -andrewcsmith/owt-rust -andrewcsmith/vox_box.rs andrew-d/binscope-rs andrew-d/emoji256 andrew-d/findcrypt -andrew-d/interfaces-rs -andrew-d/luhn-rs -andrewjstone/amy -andrewjstone/ferris -andrewjstone/rabble -andrewkerr9000/rust-dojo -andrew-lucker/Lattice andrew-lucker/Luke -andrewnguyen/rust-ray-tracer +andrew-lucker/Premadeath andrew-pa/txd -AndrewRadev/rust-eliza -andrewrk/math3d-rs +andrew-pa/ununi +andrewclarkson/yaml.rs +andrewcsmith/osc_server_example +andrewcsmith/owt-rust +andrewcsmith/reconstruction +andrewcsmith/scritto +andrewdavidmackenzie/flow +andrewdavidmackenzie/libproc-rs +andrewdavidmackenzie/rust +andrewhickman/id-map +andrewhickman/lang +andrewjstone/rabble andrewsardone/rust-playground -AndrewScull/rust -andrewyli/rust-madlibs -AndroidCentralDevelopers/crespo_support_files -AndroidOatmeal/rust-mtg-sim -androm3da/libfaultinj -AndyBarron/app-dirs-rs -AndyBarron/piston_window_game -AndyBarron/preferences-rs -AndyBarron/rustic-ecs -AndyBarron/rusty-rogue -andydude/rust-bswap -andydude/rust-endian +andreyrmg/advent-of-code +andrioni/rust-mpfr +andriy-kuz/consensus_from_trust +andy128k/getfavicon andydude/rust-sha andydude/rust-webclient -AndyGauge/gateway-guessor -andygrove/rust-bbb-experiments +andygrove/libsweep-rs +andygrove/query-planner-rs andygrove/tmp102-rs -andyrsmith/learnRust -AndyShiue/derivation -AndyShiue/ende -anekos/axe -anekos/chrysoberyl -anfractuosity/ramp-new -angelini/dataframes -AngelOfSol/dsa_hw2 -angelsl/rs-evalbot -angered-ghandi/OpenAOE -AngryLawyer/rust-apl -AngryLawyer/rustdiggery -AngryLawyer/rust-sdl2 -AngryLawyer/rust-sdl2-engine-helpers -AngryLawyer/rust-sdl2-playground -AngryLawyer/rust-sdl-tutorials -AngryLawyer/SuperMegaTag +andylokandy/byte +andysalerno/gep +anekos/wraited-struct angusholder/gba-emulator angusturner/naivebayes angusturner/rustml -AnickaBurova/hex-utils -anima-engine/anima anima-engine/anima-engine anima-engine/mrusty -ankit-k-singh/rain-of-rust -ankush981/learning-rust -ANLAB-KAIST/rust-ilog2 -anmej/piston-falling-sand-prototype +anlaakso/hashmacro anmej/piston-mov-square -annafil/rustbridge -annafil/rust_scraper -AnnePan/DituDemo1 -anonymokata/72F97953-5697-403B-9E58-C069EB13574B -Anonymus1/CubeTimer +annesummers/advent-of-code-2017 another-dave/getting-rusty +anowell/algorithmia-fuse +anowell/cloudfn anowell/netfuse anowell/nonblock-rs +anowell/pam-rs anowell/quasar anowell/servur -anowell/wkhtmltopdf-rs anowell/wkhtmltox-sys +ant1441/rust-s2n +antage/cp211x_uart antage/netcat -antekone/gaeta +antage/ut181a antekone/parse-netstats -AnthIste/iron-defer -AnthIste/shiny-rs -antifuchs/bangbangcon-talk-2016 -antifuchs/chars -antifuchs/tmux_min_attacher -antigol/binary_heap_compare +anthonyclays/tetris anti-koerper/antikoerper +antifuchs/ratelimit_meter +antifuchs/tmux_min_attacher +antiochp/grin-keybase-wallet antisvin/rust-playground -antklim/fix_message +antm611/aoc2017 antoinealb/rust-demo-cortex-m4 -antonysastre/guessing_game -antoyo/dbus-macros-rs +anton-okolelov/htmlwebinar +antonha/esmy antoyo/futures-glib-rs -antoyo/gtk-futures-rs-experiments -antoyo/mg -antoyo/mg-settings +antoyo/gtksourceview-rs antoyo/relm antoyo/titanium antoyo/tokio-dbus -antoyo/uncbv -Antsiscool/sudoku_solver -Antsiscool/trie -antstorm/matasano -Antti/rust-amqp -Antti/rust-gpx-reader -Antti/rust-rabbitmq -Antti/rust-workshop-brainfuck -anuragsoni/quick_sort -anurse/bld -anurse/overseer -anurse/rustboy +anurse/advent-of-code +anurse/encoding_literals +anvie/kafi anvie/litcrypt.rs -anziem/rust_web_scraper -aochagavia/rocket +anvie/sso +aochagavia/Infi-AOC +aochagavia/Rust-Sudoku-Solver aochagavia/RustCalc aochagavia/Rustic-Irc -aochagavia/RusticMineSweeper -aochagavia/Rust-Sudoku-Solver -aochagavia/Serve +aochagavia/rocket +aochagavia/rocket_wasm aochagavia/sudoku -aoikonomopoulos/wping +aolagers/rook +aoprisan/func +aoprisan/try-rust aoqfonseca/rust_pratice aos17-2016310618/netbricks aosmond/webpush -ap4y/xclang_tool -Apanatshka/dnfa apasel422/tree -aperezdc/serde-hipack -AperLambda/ionic_engine +aperezdc/aoc2017-rs +aperezdc/hipack-rs +aperezdc/popsicle +apexo/dirstat +apg/ray aphreet/transmission_bot apoelstra/coinjoin +apoelstra/icebox apoelstra/rust-bitcoin apoelstra/strason -ApolloCrawler/gauc apoloval/flightvars -apoloval/fsuipc-rs apoloval/mcp apoorvchebolu/cs4414-ps0 -approaching236/rusty_pickle -appsignal/probes-rs -appsignal/sql_lexer -aqiank/project_euler -AranHase/rust-pong +applied-mixnetworks/rust-sphinxcrypto +aprilabank/datastore.rs +aprilabank/posix_mq.rs +apsislabs/iron-vault ararslan/julia-pkg -ararslan/julia-rs +arash16/bisetmap arathunku/rulsp -araujol/rust-gi aravindavk/glusterchangelog -arbitrary-cat/cats -arbitrary-cat/mkprim +aravindavk/logwatcher arcade/rust-docset -ArcCha/rust-lxc archaelus/bitzn +archaelus/teensyds archer884/airline_delays archer884/annatar -archer884/computus -archer884/dkill -archer884/eirsee -archer884/fin -archer884/fun -archer884/fx -archer884/gasoline-core -archer884/gasoline-data -archer884/grabinput -archer884/harsh -archer884/icndb -archer884/iter-or -archer884/lazy -archer884/left-pad -archer884/left-pad-iron +archer884/cffi +archer884/reldate archer884/rwt -archer884/shuffle -archer884/watcher -ArchimedesPi/lossy -ArchimedesPi/tinshel -archmalet/cc-dropbox -archmalet/cryptocontent -Archos67/rust_learning -archshift/llama -Archytaus/beehave +archer884/weather arcnmx/cargo-clippy -arcnmx/coalesce-rs -arcnmx/encage-runtime -arcnmx/nue +arcnmx/encage arcnmx/ocf-rs arcnmx/serde-value -arcnmx/stack-rs arcnmx/thread-scoped-rs -Arcterus/iron-lang -Arcterus/tetanus -Arcterus/Tourney -arden/rust-api ardite/ardite-core -ardite/ardite-driver-tests ardite/ardite-graphql -Arelius/Guava +ardite/ardite-rest +area/aoc-2017-rust arges/ruff argvk/rust-learn -argvk/xkcd-936 -ariathefirst/Matrix-Operations -Ariba/dotfiles -ArielMant0/RustChess arielvega/fusion_green -arienmalec/fhir-rust arighi/initramfs-gt-i9100 +arionkrause/advent-of-code-2017 aristotle9/char-image-rs -aristotle9/flv-toolbox-rs -arjantop/rust-tabular -arjantop/tftp-rs +arjantop/rust-tftp arjen75/android_vendor_lge_thunderg arjsin/tokio-broadcast-example -arknave/chip8 +arjunpdhaliwal/discord-rust-framework +arkada38/rust-wasm-pgbk +arkadijs/opengl-rust +arknave/synacor arkoh/arkoh-cube3d -arloherrine/cryptopals-rust -Armavica/99-Problems-Rust arminha/kilo-rs -Armored-Dragon/talky -arnau/gol-rs -Arnavion/fac-rs +armistace/rust_by_example arrayfire/arrayfire-rust +arshiamufti/tracy arteal/configs -ArtemGr/gstuff.rs -ArtemGr/pg_async.rs -ArtemGr/rust-scgi -ArtemGr/vtd_xml.rs -Arthur-Hinsvark/guessing_game -arthurprs/burst-trie +arthurmilliken/rustlab arthurprs/floki -arthurprs/metrohash-rs -arthurstockler/rust-restful -arthurtw/echo-rs arthurtw/rust-examples -artichokes/noisy arturoc/ofxaddons-tests -Arubaruba/rust-redis_orm -arunkumarpatange/rust-dev -Arvamer/gilrs -ary4n/rustbite -asaaki/yyid.rs -asajeffrey/linjs +asajeffrey/deep-clone asajeffrey/parsell -asajeffrey/wasm -asamy/rbencode -ascent12/drm-rs +asajeffrey/serde-roundtrip +asarode/pyramid ascent12/gbm-rs -aschampion/rust-clbg +aschampion/schemer aschuhardt/panda_console ascii-dresden/asciii +aserebryakov/rawchatserver-rs +aserebryakov/trie-rs ashee/rust-babysteps +ashelleyPurdue/rust_prng +ashfordneil/password-hash-util +ashleygwilliams/assert_approx_eq ashleygwilliams/assert_ne -ashleygwilliams/c-path -ashleygwilliams/headers -ashleygwilliams/rust-emergency-compliment -ashleygwilliams/rust-motivations -AskePit/note_gen +ashleysmithgpu/rust_vulkan_api_generator +ashraful-islam/rust_101 askreet/gridgame -askreet/treasureknight -asnair/codingground -asolove/rust-playground -asomers/tokio-file -AsoSunag/redis-client +asolove/maxilla +asonix/release-manager +asonix/telecord +asonix/telegram-admin-bot +asp2insp/AdventOfCode +asp2insp/hapolicy asp2insp/rust-pal astavonin/RustyKext +astlouisf/krampus astocko/peregrine -astro/libpulse-sys +astraw/bui-backend +astraw/data_tracker +astraw/framed-serial +astraw/raii-change-tracker +astro/pile astro/rust-kenburns astro/rust-lpc43xx astro/rust-pulse-simple +astro/tokio-xmpp asuivelentine/rss_reader -asukharev/base64-rs -aswyk/oxidation +asukharev/websocket-rs +asvedr/zip-image +aszecsei/game-jun17 atarnvik/cs4414-ps2 atarnvik/cs4414-ps3 atarnvik/cs4414-ps4 atarnvik/ps1 athaeryn/satcaster -AtheMathmo/cpuprofiler -AtheMathmo/rulinalg -AtheMathmo/rusty-machine -AtheMathmo/toy-os athena-org/athena_editor athena-org/phosphorus -AtherEnergy/ravro -Ather-Energy/RuMqtt-Tests -atheriel/grunge -atheriel/trig-rs -athuras/Cacophony -atmosphre/libvirt-rs -atorstling/rusttalk -att-innovate/torc_snaproute_client +athenanike/slack-history +aticu/VeOS +atom/proton +atsushi130/Cryptor +att-innovate/torc_fboss_client +attilahorvath/advent-of-code-2017 aturon/async-benches -aturon/crossbeam audiocogs/aurora.rs audiocogs/flac.rs -audiocogs/mp3.rs audreygchoi/cs4414-ps4 audreygchoi/ps1 -AUgryumov/tano -augustt198/chillax +audreylim/rustg augustt198/json-rs -augustt198/macros augustt198/slackbot.rs -augustt198/truth -augustuswm/micro_sf_client -Aurora0001/rawr -aurora/rmate-rs -Auruss/rust-deeplearning -Auruss/rust-self-driving-car +aulisius/adventofcode2017 +aulisius/alphabet_icon auseckas/rsfuzzy -AustinRF2918/SimplexCore +auseckas/tshell austin-suborbitals/dynamo austin-suborbitals/kestrel -auth0-blog/rust-api-example -autodidaddict/retroboard -AutomatedTester/rust-koans -automationaddict/frame -autovis/nebra autumnai/collenchyma autumnai/cuticula autumnai/leaf autumnai/leaf-examples -autumnai/rust-cudnn -avacariu/rust-oath -aviaviavi/euler-rust-21 +avadacatavra/cloc-rust +avastmick/hello-world +avenuesec/fix-rust aviktorov/rust-nes -Avizc/Rust -avp/tim -avraamisvi/pool +avito-tech/bioyino +avito-tech/gravure +avp/gb-rust avr-rust/arduino +avr-rust/avr-mcu +avr-rust/avrd +avr-rust/libcore awalgarg/orn -awalGarg/orn -Aweary/ReasonCharts +awalgarg/rust-google aweinstock314/libgarble-rust -aweinstock314/prefetch -aweinstock314/procdump -aweinstock314/rust-clipboard -aweinstock314/weinsa_westem_distributedsystems_project1 -aweinstock314/x11-clipboard-standalone -awelkie/cobs.rs awelkie/FixedPoint awelkie/IteratorExtras awelkie/RustFFT awelkie/RustRadio-rtlsdr +awelkie/cobs.rs awelkie/terminal_spectrograph -awelkie/xmodem.rs +awidegreen/reti awidegreen/rust-simple-pulse -Awk34/euler-rust -axelmagn/rs-minray +axelmagn/roguelike-rs +ayax79/rust_eureka ayonix/call_of_blobby -Az4reus/logrs -azasypkin/rust-cast -azasypkin/rust-caster -azdle/bronze -azdle/dolos -azdle/hello-gtk.rs +ayosec/qr2text +azasypkin/frunze-api azdle/ProjectEuler +azdle/dolos azdle/tokio-coap -azdle/virgil -azerupi/mdBook -azriel91/builder_macro -aztecrex/rust-data-race +azerupi/stylus-rs +azriel91/rust_runnables +aztecrex/rust-wiring +aztecrex/try-rust-guessing-game azuqua/spork.rs -azurespace/segment-tree -azyobuzin/tweetust -b52/optimization-rust -BaconSoap/rustByExampleExercises -badboy/bpf-map -badboy/crc64-rs +babymotte/minesweeper.rs +bachp/git-mirror +baconator/advent-of-code-2017 +badboy/base-emoji-rs badboy/disque-rs -badboy/dotenv-shell -badboy/fresssack -badboy/git2-commit-rs +badboy/flat-json +badboy/jhash-rs +badboy/libbpf-rs badboy/motors -badboy/murmurhash64-rs badboy/nom-bencode -badboy/oppgave -badboy/redlock-rs -badboy/resp badboy/rustup-version-name -badboy/small-step-simple-rust -badboy/webdis-rs -BafDyce/adventofcode -baguette/calc -BakaBBQ/lunautils +badboy/travis-after-all-rs +bagelboy/adventofcode +bahorn/HackNotts2017 +bahusvel/dssc +baidu/rust-sgx-sdk bakerj76/rust-tetris -bakervm/bakervm -balabit/syslog-ng-rust-modules -ballard26/concurrent-hamt -ballpointcarrot/rust-dailyprogrammer baloo/zshrc -banacorn/algorithmus -bananu7/Thermite +bamartindev/hardhat +bamartindev/rust_aoc_2017 +banditopazzo/Sala-Cinema-Rust banyan/rust-git-gsub -banyan/rust-pretty-bytes -BarkingMouseStudio/wheel-timer-rs -barosl/kong -barrettclark/language-comparison-client-rust barrucadu/bfo -bartnv/portlurker -bartolsthoorn/simhash-rs -bascht/binichonline bash/coop-rust bash/radium basic82/pjl-funlang +basiliscos/rust-procol-ftp-client baskerville/fdb baskerville/plato -baskerville/sketch basmith/rust-termios -bastet/hyper-test -BatmanAoD/rust-sandbox batonius/ulc baumandm/fizzbuzz-in-rust bbangert/rpath -bbatha/bplustree -bbodi/meal_planner +bbatha/advent2017 +bbigras/rs-autoit bbodi/rustvision -bbodi/rust-voxlap-test bbqsrc/libyaml-rs -bburdette/oscpad -bburdette/rcontrol bcj/brainstackrs -bcl/thrussh bcorrigan/misc -bdash/brainrust -bdero/space-rust -bearbear2k/simple-editor +bdejean/cmd_cache +beedaddy/print_test beefsack/jch-rs +behos/dataframes bekker/hangeul-rs bellskinling/rust_big_number +belst/Advent-of-Code-2017 +belst/discord-irc-bridge belst/telegram-irc-bridge -ben0x539/git-blame-everything +bemeurer/hemoglobin ben0x539/rust-native-from-c benaryorg/brusttree -benaryorg/rust-cli_calculator benaryorg/rust-loop_benchmarking -benaryorg/rust-prime_generator benashford/rs-es -benashford/rs-transducers -BenBergman/piston-nphysics-example -benbrunton/pusoy_dos_server -benbrunton/rust_cards -BenedictEggers/sudoku -benjamindallen/constructor -BenjaminGill-Metaswitch/clippy-workspaces-bug -Benjamin-L/FRC3636_2015-dashboard +beneills/matrix +benfalk/rust_guessing_game benjamin-l-johnson/cow-rs -Benjamin-L/kari -Benjamin-L/ld34 -Benjamin-L/polarize +benjaminboxler/AdventOfCode +benjamindallen/constructor benlakey/rust_learning -BenWiederhake/phf_mut +benwbooth/bam2bedgraph.rs benwilber/gist benwoody/rust-fizzbuzz +benzap/ventilstrom beoran/rustmunk berak/rust +berkowski/mio-serial +berkus/carma berleon/libtrees -Berling/rusty_gauntlet +bertptrs/adventofcode +bestouff/catmark +betovsky/advent-of-code bfil/exar-db bfil/indexed-line-reader -bfontaine/primo -bfops/bit-svo bfops/capnpc-macros -bfops/deref-closure bfops/playform bfops/rust-isosurface-extraction bfrog/cql-protocol @@ -916,233 +1982,145 @@ bfrog/flaken bfrog/tokio-cql bfrog/transitfeed bgalvao/nodevo -bgamari/name-tagger -bgamari/succinct.rs +bgluzman/rust-sdl2-template bgmerrell/ps1 bgmerrell/rusty-bits bgourlie/asm6502 +bgourlie/rs-nes bgreenlee/PassKeeper -bguiz/rust-scratch -bh1xuw/rust-rocks +bhamrick/rust_splay bharrisau/rs-cortex -bheisler/Corrosion bheisler/raytracer -bhuztez/pl bhuztez/porus -bia-centric/hermes -bibhas2/scanner bickfordb/rust-euler bignerdranch/rust-ios-app-part-4 -Bilalh/vgmdb-rust -billpmurphy/fixparser +billiob/debug_macros.rs billyevans/tst -biluohc/fht2p -biluohc/zipcs +biluohc/poolite binarybirchtree/rust-bijection -Binero/pointer-iteration-benchmarks -Binero/rust-gl-generator -BinRoot/cs4414-ps1 -BinRoot/cs4414-ps2 -BinRoot/cs4414-ps3 -BinRoot/MapReduce-Rust binsoftware/rovr -biolee/pbrt -Biomine3000/object-system-rust -Bipsy/me birdiebnl/cm_device_rockchip_rk2918 birdperson-lives/rust-game-of-life -birkenfeld/overload-strings -birkenfeld/rick -birkenfeld/serde-pickle +birdperson-lives/rust-schur +birkenfeld/advent17 +birkenfeld/charon-rs birkenfeld/synacor-rs birlscript/birlscript -bitborn/yaml.rs -BITespresso/OpenVPN-GUI +bit101/bit-rust-dev +bitemyapp/simon-speck-rs bitex-la/rust-http-stub bitshifter/sortrs -bits-of-rust/episode-006 -bits-of-rust/episode-007 bitsparrow/bitsparrow-derive -bivory/pi-rust bjackson/rust-math bjadamson/ConwayGameOfLife-RUST bjadamson/pong-rust bjadamson/rust-submodule-confusion-example +bjadamson/softland bjorn3/goodgame_empire_import -bjornedstrom/timmy -bjornua/imgsort -bjornua/transcode -Bjwebb/posix-rust -bkase/rust-torrent -bkchr/codeclimate-rustfmt-src -bkoropoff/monotonic +bkchr/hole_punch bkoropoff/rust-jlens bkoropoff/rust-monadic-do bkoropoff/rust-stim bkoropoff/rust-viewbox -Bl4ckb0ne/bway blabaere/scaproust -blackbeam/mysql_async -blackbeam/named_pipe -blackbeam/rust-crc16 -blackbeam/rust-marc blackbeam/rust-mysql-simple -blacksoil/rust_practice -BlackYoup/release-monitor +blackbeam/rust_mysql_common +blakehawkins/pi-status-rs blakepettersson/rustiful -BlakeWilliams/rust-brainfuck -BlakeWilliams/slack_markov -BlakeWilliams/straw -blankenshipz/oanda-rs +blas-lapack-rs/lapack-sys +blasagna/rustbook blaxill/jacobi +blechschmidt/masswhois bleibig/rust-repl -blep/rust_xp blitzcode/rust-exp -blogscot/rusty-travelling-salesman -bltavares/cloudflare-rs +blm768/rhodium +blorente/RustikGB +blt/llrv +blt/mmap_comm +blt/smallcheck bltavares/heartbeat +bltavares/meu-site-em-rust bltavares/try_print -bluecereal/terminal-renderer -bluejekyll/palindrome-rs -bluejekyll/trust-dns -bluenote10/libovr-rs -bluepeppers/libnetfilter_queue blue-yonder/vikos +bluecereal/collatz_conjecture +bluecereal/multi_array +bluejekyll/trust-dns bluss/arrayvec -bluss/bencher -bluss/blis-sys -bluss/either -bluss/fixedbitset -bluss/ixlist +bluss/complexfloat +bluss/debugit +bluss/defmac +bluss/fast-floats bluss/maplit -bluss/matrixmultiply -bluss/numeric-loops -bluss/odds bluss/ordermap -bluss/permutohedron bluss/petgraph bluss/qc.rs bluss/rust-itertools bluss/rust-ndarray -bluss/scratchspace -bluss/simplesvg -bmellstrom/ocs-server-dummy +bluss/unchecked-index bmv5ga/cs4414-ps4- -bnejal/rust -bnewbold/einhyrningsins -bnewbold/exuberant-hacks -bnewbold/spectrum +bnewbold/geniza +bno1/adventofcode2017rust bnoordhuis/rust-errno bnowak22/cs4414-final bnowak22/cs4414-ps4 bnowak22/ps1 -bnuts/simple_write_logger.rs +bobbin-rs/bobbin-bits +bobbo/spotify-connect-scrobbler bobbobbio/come_boy bobbyrward/rust-sandbox -BobertForever/ShiDB -BobertForever/sship -BobKingstone/rust-pwd -bobsomers/rust-glfw -Boddlnagg/jack-sys -Boddlnagg/tylar -Boddlnagg/units bodil/im-rs -bodoni/curve -bodoni/font -bodoni/postscript -bodoni/truetype -boghison/DroMiServer -bohdantrotsenko/codejam-rust -bohdantrotsenko/rust-kalaha -boinc-next/boinc-rpc-rs +bodil/newtype-proxy +bodymindarts/antlr4-rust +boiding/workshop-server +bollu/equinox +bomattin/rust-game-of-life bombela/fwdlist bombela/sparseset bombless/getting-started-with-piston -bombless/rs-test-calc bombless/rustc-chinese -bombless/rust-docs-chinese -bombless/sdl2-test -bombless/structures-generator -bombless/svg-now -bombless/svg-test -bonifaido/rust-eventbus +bomgar/rust-oauth-proxy +bon-chi/unite_bookmark_sync bonifaido/rust-zookeeper -BonsaiDen/cursive_calendar_view -BonsaiDen/cursive_table_view -BonsaiDen/cursive_tree_view -BonsaiDen/discord-bot -BonsaiDen/gbasm-rs -bonsairobo/barnsley -BookOwl/clip -BookOwl/fps_clock -BookOwl/rusty-markov -BookOwl/snake-rs -BookOwl/trusty +bootchk/rustDevContainers booyaa/betsy -booyaa/bottymcbottyface booyaa/cargo-cake -booyaa/scratchpad booyaa/wifilocation -booyaa/wifiscanner -Boreeas/lolcode-compiler -Boreeas/Rusty +booyaa/wordsworth +bop-lab/bop borntyping/rust-riemann_client -borntyping/rust-simple_logger -borntyping-sandbox/cyborg -bosondata/aof-rs -BOTBrad/sunshine -botev/meta_diff -bothros/water_weird +bosondata/badwolf-runner +bossmc/pinboard bouk/rust-kafka +bouk/rust-sysv-ipc bourdk/rust -BourgondAries/bgjk -BourgondAries/collision -boustrophedon/nqueens-various-rs bovee/needletail -bovee/RosalindRust -bow/gnftools +boxdot/gerritbot-rs +boxdot/realpath-rs +boxofrox/neovim-scorched-earth boxtown/statrs -bozaro/daemon-rs -bozaro/lz4-rs -bozaro/rust-cwstring -bpglaser/red-mountain-resize +bpglaser/advent bpourkazemi/cs4414-ps4 bpourkazemi/ps1 bpowers1215/MoneyMap -bpowers/liballoc_hoard -bradfier/thermite -bradurani/rust-iterator-to-hash-map -bram209/qLaunch +bradurani/rust-hashmap-to-hashmap +braidery/braid +brain-lang/brainfuck +brainsickcc/libvbstd bramstein/typeset.rs -brandon515/SideScroller -BrandonBrowning/rircs -brandonson/artifact-rs -brandonson/evict +brandonedens/ioreg brandonson/stamped-rs -brandur/logfmt brandur/redis-cell brandur/umbrella-rust -brayniac/allan -brayniac/clocksource +braun-robotics/rust-lpc82x brayniac/heatmap -brayniac/ratelimit +brayniac/libc-old brayniac/shuteye -brayniac/telem -brayniac/tic -brayniac/waterfall -brdgme/acquire -brdgme/cmd -brdgme/color -brdgme/game -brdgme/lost-cities -brdgme/rand-bot -Bren2010/ecc -brendanzab/algebra +brechtpm/shelf +breed/punnel brendanzab/bullet-rs brendanzab/cgmath -brendanzab/chronicle -brendanzab/color-rs brendanzab/efl-rs +brendanzab/fn_ops brendanzab/gl-rs brendanzab/ieee754-rs brendanzab/mia-lang @@ -1151,96 +2129,67 @@ brendanzab/open.gl-tutorials brendanzab/rusp brendanzab/rust-bay-area-2014-06 brendonjustin/platformer -brendonjustin/rust-quadtree -brettcannon/riscv-harmony +brennonyork/contest-allocator +brian-yu/learn-rust brian80s/BaiDuMap -BrianErikson/gh-notify -brianheylin/cgmath-rs -brianheylin/numeric-rs -brianheylin/rust-opengl-lab -brianloveswords/hookshot brianloveswords/learn-rust -brianloveswords/rust-experiments -brianp/muxed brianquinlan/learn-rust brianseitel/rust-rosetta +brianshannan/ctrie-rs briansmith/ring-ffi briansmith/webpki -briansteffens/vex -bright-star/rust-ffi-gallery +brisad/age +brnrdog/rust-katas +brocode/fblog brocode/fw broesamle/RustWorkshop -brookst/rust-trace -brownplt/scope-graph -brson/basic-http-server +brooss/Chipy8 brson/bimap -brson/cargo-bake -brson/cargobomb -brson/cargo-crusader -brson/ctrs -brson/error-chain +brson/cargo-index-tool brson/heka-rs -brson/hello-rs brson/httptest -brson/mygame -brson/og_fmt -brson/rust_glfw +brson/pwrabs +brson/result_kit brson/rust-llvm -brson/rustpkgtest1 -brson/rustray brson/rust-sched-bench brson/rust-sdl brson/rust-sha2 -brson/rust-skeptic -brson/squint +brson/rust_glfw +brson/rustpkgtest1 +brson/rustray brson/stdx -bruceadams/wdscli bruceg/cdb-rs -Bruflot/gravity-rs brunodea/gebemula -BrunoMacias/checksum-rs -brunoom1/pass_gen +bryal/X11Cap +bryal/captrs bryal/d3d11-rs bryal/dxgcap-rs -bryal/Helion +bryal/heliecho bryal/serial-win-rs +bryanmytko/rustscript bryant/argon2rs -bryce-anderson/rust-mux brycemcd/my-barebones-vim-rc -bsansouci/reasongl-interface -bsansouci/reasongl-web -bsansouci/reglexampleproject bsansouci/repixi bsansouci/resnake -bsansouci/ReSocket.io -bsansouci/rewitness -bsansouci/timeseries-databases bschwind/mqtt -bspaulding/rust-tutorial -bspeice/nutone +bspaulding/rust-book +bsteinb/binary-heap bsteinb/rsmpi -bsteinb/rust-iteratorcomprehensions -bstil22/rust_programs -bsundsrud/community -bsundsrud/rust-pgx bt3ze/cs4414-mst bt3ze/parallelmst btipling/korasho -bt/rust_urlencoding +btmorr/rusty-robot btwright/cs4414-mt -Bubblepoint/dlc-decoder bubby323/Clean-Kernel-EG30 bubby323/clockworkmod_galaxys2spr_initramfs bubby323/cyanogenmod-galaxys2spr-2nd-stage-initramfs bubby323/cyanogenmod-tenderloin-initramfs bubby323/stock-initramfs-TLKJ3-galaxysII-telus bubby323/stock-initramfs-UVKID-galaxysII-tmo -buchenglei/rust-compiler-practice -buchenglei/rustdsl -bungcip/rust-stb-vorbis -buntine/algo2 +budziq/rust-skeptic buntine/barcoders buntine/rust-crawler +buntine/rust-dining-philosophers buntine/rust-playground buosseph/audio buosseph/cs4414-ps2 @@ -1248,898 +2197,559 @@ buosseph/cs4414-ps3 buosseph/cs4414-ps4 buosseph/ps1 buosseph/rasp +burdges/lioness-rs burdges/zerodrop-rs -BurNiinTRee/Conway-s-Game-of-Life -BurningMind/ion -burnt43/rust-ncurses -burnt43/simple_rust_webserver -BurntPizza/aleph -BurntSushi/aho-corasick -BurntSushi/byteorder -BurntSushi/cargo-benchcmp -BurntSushi/chan -BurntSushi/chan-signal -BurntSushi/fst -BurntSushi/mempool -BurntSushi/quickcheck -BurntSushi/regexp -BurntSushi/ripgrep -BurntSushi/rust-cbor -BurntSushi/rust-cmail -BurntSushi/rust-csv -BurntSushi/rust-snappy -BurntSushi/rust-sorts -BurntSushi/stdsimd -BurntSushi/suffix -BurntSushi/tabwriter -BurntSushi/walkdir -BurntSushi/xsv -burtonageo/MacTypes-sys +burtonageo/ang +burtonageo/apply burtonageo/rs-meshload burtonageo/simplecolor -bus1-rust/bus1-rs buster/rrun buster/rust-example -bvssvni/gfx_device_gl bvssvni/ld30 -bvssvni/ld31 -bvssvni/nilpotent -bvssvni/path_semantics -bvssvni/quickbacktrack bvssvni/rust-alg bvssvni/rust-cairo -bvssvni/rust-exportpng bvssvni/rust-index bvssvni/rust-physics bvssvni/rust-typeresearch -bvssvni/start_piston -bwillis/atalanta -BygoneWorlds/telepipe -Byron/fs-utils-rs -Byron/google-apis-rs -byronmejia/Guacamole-Pepperoni -byronmejia/Rust-On-Nails-Boilerplate -Byron/open-rs -Byron/rula -Byron/treediff-rs -Byron/yaml -bytecurry/hyperfs -bzf/neubauten -C2H60/JobR-Client -C2H60/JobR-Library -C2H60/JobR-Server -c2hub/pebble -c2hub/pebble-server -c2hub/recipe-reader -C4K3/nbted -C4K3/ozelot +bvtsang/xumbot +bwasty/learn-opengl-rs +bwinterton/aoc-rust +bzikarsky/gelf-rust +c-bata/rust-sandbox +cGuille/rust-guessing-game ca1ek/tetrahedrane -cactorium/Corythosaurus -cad106uk/web_scraper +cactorium/rust-ast-debug cadencemarseille/rust-glib cadencemarseille/rust-gobject -Cadynum/irc-relay -caesarlib/caesarlib-rs -cafeclimber/GadgetNES -CageLiu/themes -cahiggins/gedn +cadets/ktrace-rs +cafeclimber/CSCE-313-Rust caijianwei/baiduMap -caipre/mezzo -CajetanP/code-learning -CajetanP/coding-exercises -cakecatz/file-sharing +caius/rscat cakecatz/rust-tetris -calder/Babel-Encoding-Rust -calebmer/accelerate calebmer/inflections -callummoffat/Rust_Game callym/opalite -calumleslie/hugbot-rust +calumleslie/rust-functional-datastructures +calvinhendriks/sos2 calvinmetcalf/automata.rs -calvinmetcalf/chacha.rs calvinmetcalf/simplify-rs +camallo/appc-rs camallo/dkregistry-rs -camelCaseD/dcc-calculator-rs -camjackson/conway_rs -camjackson/oxen -camlorn/fastnet -camlorn/persistent_bptree +camallo/k8s-client-rs campaul/robobrain -campaul/tarnish -canaltinova/interpreter -CanalTP/mimirsbrunn -CanalTP/munin -canndrew/callus -canndrew/dottorrent-rs -canndrew/gnunet-rs -canndrew/unwrap -CanonicalLtd/ceph_safe_disk -cantora/cryptopals -cantora/rust-cryptopp +campaul/shovel +candy-lang/candy +canndrew/crust-experiment +canndrew/crust-futures +canndrew/future-utils +canndrew/tokio-utp cantora/static_mdo cantsin/pcg -carbidegames/sapphire-hail +capnproto/capnp-rpc-rust +capnproto/capnpc-rust +capnproto/capnproto-rust carbidegames/tungsten -Carbon-Labs/FizzBuzzWoof cardoe/cargo-bitbake -cardoe/cargo-ebuild -caretcaret/superdeduper cargonauts-rs/cargonauts -cargonauts-rs/cargonauts-cli -CarlColglazier/rust-elo carl-eastlund/rusty -Carl-Foster/breakout -carllerche/buffoon +carldata/timeseries-rust carllerche/bytes +carllerche/bytes-more carllerche/eventual -carllerche/eventual_io -carllerche/futures-spawn -carllerche/hamcrest-rust +carllerche/futures-borrow +carllerche/h2 carllerche/hashmap2 -carllerche/hdrgen-rust -carllerche/iovec carllerche/kabuki carllerche/mio carllerche/mio-examples -carllerche/mio-more -carllerche/pidfile-rust -carllerche/pool carllerche/slab +carllerche/string carllerche/syncbox -carllerche/thread-pool +carllerche/take +carllerche/tokio-connect carllerche/tokio-examples carllerche/tokio-serde-json -carllerche/two-lock-queue carllerche/utp carlomilanesi/rust-countingsort carlosdp/rust-irc -carlosgj94/simple_blockchain carlosk/BaiduMap +carlosmn/dns-server carols10cents/adventofcode-rs -carols10cents/either-using-library -carols10cents/prime_factors +carols10cents/harvey-holt carols10cents/rustlings -carols10cents/uses-either-and-my-lib +carrotsrc/WrongCore carrotsrc/fixedpt -carrotsrc/rsgnl -carrotsrc/rsnl -casey/brev casey/just -caspark/algorithms2 -CasualX/hexdump-rs -CasualX/lde-rs -CasualX/pelite -CasualX/pelite-rs -CasualX/pupil-rs +casimir/ced catamorphism/test-pkg catamorphism/test_pkg_version -cathalgarvey/pqgrams cathalgarvey/whatlang-py -causticwindow/rudit cavedweller/Aoxel cavedweller/Barsoom cavedweller/bloomfilter-rust -cavedweller/gps_map cavedweller/rust-sel4 +cavedweller/sel4-sys +cavedweller/xdr-rpc cavejay/cryptopal-rust +cb372/morocco cbarrick/ripl -cbcoutinho/project_euler_problems +cbiffle/emb.rs cbiffle/httpd1 -cbiffle/minimal-embedded-rust -C-Bouthoorn/dynamar cbreeden/font-shape -cbreeden/ReX -ccowmu/rustpunk -c-cube/bender +cbreeden/fxhash +cbreeden/static-map cdbfoster/rsrt cdbfoster/takkerus -cdbfoster/zero_sum -cdouglass/inklers -cedelmaier/ffb_drafter -cedenday/rshare -ceejbot/git-latest-commit +cderwin/mandelbrot +cdumay/swift-keystone-rs ceejbot/seabloom -celaus/eden -celaus/eden-server celaus/rust-bmp085 -Celti/gurps-aging-calculator -Celti/unicode_graph +celskeggs/searust cem8u/simplebackdoor -CensoredUsername/dynasm-rs -CensoredUsername/whitespace-rs -Centril/rust_strong_rc cenzino/ecenth cep21/dynamic-int -cep21/scope-time -cepreu2github/rust-3d-renderer -certifiedloud/cryptopals -cesarb/chacha20-poly1305-aead -cesarb/constant_time_eq -cessen/led -cessen/openexr-rs -cetinkaya/goodstein -cetra3/mdcollate -cetra3/paramp -cetra3/rustcloud +cesarb/blake2-bench cevn/cs4414-ps2 +cfallin/rust-oping cfrancia/spectral cfurrow/My-thoughts-on-Rust -cgaebel/cargo-tags -cgaebel/cloq cgaebel/graph -cgaebel/iobuf -cgaebel/sexp -cgaebel/tree-bench cgag/hostblock cgag/loc -cgati/rust-linked-list -cgibson/flux-rt -cGuille/botcast -cGuille/rust-guessing-game -ChaeOkay/Rust_For_Rubyists -chamaken/crslmnl +chabapok/fwd_ref +chai2010-playground/rust-helloworld-bug +chalharu/chfft chamakits/bigdumbstore -ChangSpivey/bluetooth-serial-port -ChangSpivey/kdri-c-wrapper -chanwit/rocker +changlan/kytan +channel-music/client charansingh/shooter charithe/rust-xdr +charlesvdv/nom-bibtex charlieegan3/graph_match -charliesome/giffy_stardust charliesome/rust-calculator -CharlieWood/imx_device_fsl +charlyx/rust charmRoshan/OffenWorkWithThem chasinglogic/cargo-mod -chbatey/rust-intro -ChCronstrom/rayon +chasinglogic/fnd-rs +chastabor/mdserve +chbaker0/testos +cheezgi/nccl +cheezgi/pet-sim +cheezgi/piccolo cheezgi/stones chef/delivery-cli chef/libarchive-rust +chef/rs-chef-api +cheme/mydht cheme/rust-striple -chenyukang/rust-scm -chiakis/microbmp -chiakis/myceline -chiakis/oxidizer -chiakis/rust-markov-text -chickenchuck040/rusty-pi-pong -chifflier/nflog-rs -chifflier/nfqueue-rs -chikoski/hello_world.rs -chikoski/rust-exercises -chills42/cargo-ship +cheme/votingmachine +chemfiles/chemfiles.rs +chenenjie/rust_example +chenshuiluke/github-repo-dl +chevdor/etherscan-rust +chichunchen/rust-ras +chills42/icaparse +chinatsu/ggetris chingjun/rustybox -chip8-rust/chip8-ui -chirex-machinens/RFC-stuff -chklauser/progressd -chklauser/rust-nvm -chloe/cipher -cholcombe973/crushtool cholcombe973/Gluster -cholcombe973/gluster-charm -cholcombe973/Juju -cholcombe973/qemu-rust +cholcombe973/glusterfs-fuse chowdhurya/rust-gravatar -chowdhurya/rust-unidecode chowdhurya/rust-uritemplate chr4/writing_an_interpreter_in_rust -chrido/fountain -chrippa/aur-packages +chris-morgan/anymap +chris-morgan/diffbot-rust-client +chris-morgan/rust-http chris41g/clockworkmod_galaxys2spr_initramfs -ChrisAuret/rust -chrisbouchard/rust-mvc -ChrisBuchholz/accord -ChrisBuchholz/mbpkbdbacklightctl-arch -chrisbutcher/huffman-coding-rust -chrisccerami/ferro_ruby -chris-chambers/rust-bindgen-macro -ChrisDavison/unique +chrisballinger/sds011-rs +chrisbutcher/advent-2017 chrisduerr/bar-helpers -chrisduerr/dotfiler -chriskonstad/chip8 +chrisduerr/terminator +chrisduerr/userstyles-rs +chrisfair/dungeon-crawler chriskrycho/lightning-rs chriskrycho/newrustacean.com -chriskrycho/relaxng-rs -chriskrycho/yassg-btwir -chrisliebert/quick-3d -ChrisMacNaughton/bbcode-rs -ChrisMacNaughton/cargo-cacher -ChrisMacNaughton/monitor_ceph -ChrisMacNaughton/tetanus -ChrisMacNaughton/vault-rs -ChrisMacNaughton/xfs-rs -chrismdp/cal -chris-morgan/anymap -chris-morgan/diffbot-rust-client -chris-morgan/rust-http +chriskuehl/cargo-docserve +chrisliebert/frustum_query +chrisliebert/rust-genbind christkv/rust-bson -christoffetzer/abs christolliday/limn -Christopher22/rust-dtmf -christoph-heiss/rush -ChrisWilding/dailyprogrammer -chris-wood/iris -chris--young/snake +christophertrml/rs-natural +chrisvittal/aoc-2017 chromabox/initramfs_i9100 chronium/Lithium -chronium/snes-emu chronotope/chrono -chshawkn/rust-openssl-demo chsitter/CLIne chyh1990/imageproc chyh1990/yaml-rust -chyld/rust -chylli/99-problems-rust chylli/rust-busybox -Cifram/cargobug -cis198-2016s/homework +cipriancraciun/rust-scheme +cisco/lal-build-manager citiral/omud -citizen428/exercism-rust citybound/citybound -cjab/uoc -cjm00/cryptopals -cjqed/rs-natural -cjqed/spoon +cjkenn/tank +cjm571/cast_iron +cjschneider2/advent_of_code_2017 cjschneider2/quirl cjschneider2/rgb-emu -cjschneider2/rust-gw2apiV2 +cjschneider2/sudoku_solver +cjxgm/fancy-status +ckatzer4/dodge_meteor_game ckkashyap/rustix ckolek/FIXEngine-rs -cksac/dataloader-rs -cl91/osmium-loader +ckousik/mlkit cladam/fizzbuzz +clarcharr/forever clarcharr/multistr -Cldfire/nvml-wrapper -Cldfire/wrapcenum-derive -CleverbotIO/rust-cleverbot.io -CleverCloud/demo-rust -CleverCloud/uuid_to_pokemon.rs -CleverCloud/warp10.rs +clarcharr/rrun +clarkezone/simple_c_compiler +clee/agealyzer-rust +clementmiao/website-rocket clippy-io/clippy-api-rust clog-tool/clog-cli -clojit/clojit-vm closen39/CIS-530-HW2 -cloud-software-foundation/rustcast-1 +clux/blog clux/muslrust cm7sgt/android_device_samsung_galaxytabc cmars/glop cmars/spoolq -CM-Bionic/android_device_motorola_targa -cmbrandenburg/project-euler +cmars/statechart +cmatsuoka/rustlet cmeiklejohn/pyrite cmeiklejohn/rust-tutorial-examples cmhamill/rust-notmuch -cmr/blosc-sys -cmr/crap_rsa -cmr/cs456 +cmr/TEMP-rust-png cmr/derpfs cmr/doc_builder -cmr/ecs -cmr/evdev cmr/gerphius cmr/gridsearch cmr/hprof cmr/imm3d cmr/lets-build-a-compiler -cmr/libblas-sys cmr/linalg +cmr/netlib-src cmr/nice_glfw cmr/one-hour-roguelike cmr/openblas-src -cmr/pct cmr/queuebotv2 -cmr/rest_easy cmr/rust-bitmap cmr/rust-cc -cmr/rust-cfg -cmr/rustdoc_ng cmr/rust-examples cmr/rust-signal cmr/rust-ttt -cmr/tapl -cmr/TEMP-rust-png +cmr/rustdoc_ng cmr/terminfo-rs cmr/totient -cmr/tree-generator cmr/url -cmsd2/itc +cmsd2/rust-openid-connect cmsd2/schemamama_rusqlite +cmsmirga/aoc2017 +cnaj/adventofcode co42/rt -coapp-deprecated/_resources_deprecated cobalt-org/cobalt.rs cobalt-org/liquid-rust -Cobrand/mpv-rs -Cobrand/toyunda-player-rs -codahale/jumphash -codahale/pcg codahale/sketchy -codahale/sss.rs +code-ape/linux-uapi.rs code0100fun/rust-hackrf -codec-abc/GlutinEventOrdering +code0100fun/sassm.js codec-abc/rust-path-tracer -codecov/example-rust -Codenator81/sdl2-rust-game -coder543/asterias -coder543/dataplotlib +codec-abc/rustCameraCalibration +codepitbull/rust-top coder543/localsim -coder543/metric -coderbot16/serde-nbt +coder543/sdl2_mt codeslinger/smtpd -CodingBro/sample1 -codius/rust-posix-ipc +codeworm96/dy-weekly-generator +codinguncut/adventofcode_2017 +cody-p/discord-image-bot codyzwief/PokerTrak -coeuvre/erosion coeuvre/rust-2048 coeuvre/rust-pong -coeuvre/swing-copters-rs cogciprocate/bismit -cogciprocate/enamel +cogciprocate/cl-sys +cogciprocate/colorify cogciprocate/ocl cogciprocate/ocl-core -cogciprocate/qutex -cohyou/nickel_trial coil-lighting/sinuous -colatkinson/image_hider -cole14/rust-readelf colemickens/cfdyndns colemickens/chefi colemickens/euler-rust -colemickens/rust-azure-blob-storage-client colemickens/rust-packet colemickens/rust-pcap colin-kiegel/rust-derive-builder colin-kiegel/rust-pretty-assertions -collisdecus/spaceshooter -colonelmo/gitcnt -combustion-engine/combustion +colindjk/tin_can_telephone +colinwd/advent2017 combust/mleap-rs +combustion-engine/combustion comex/rust-autollvm -comex/rust-shlex -comfortablynull/Eratosthenes -comgeo/comgeo -commandline/medallion +commieprincess/aoc2017 compass-rs/compass -compass-rs/sass-sys -compiler-errors/cheshire -computermouth/sdl2-gfx-rs_test -concourse/broker-resource +compass-rs/sass-rs +compenguy/ngrammatic +computermouth/slapfight conduit-rust/conduit -conduit-rust/conduit-conditional-get conduit-rust/conduit-json-parser -conduit-rust/conduit-middleware conduit-rust/conduit-persistent conduit-rust/conduit-router conduit-rust/mime-types -conmarap/rust-algorithms -Connicpu/d2d1test-rs -Connicpu/tiled-json -Connicpu/tk-redis -Connicpu/trollserv -ConnorAtherton/learning-rust -Connorcpu/d2d1test-rs -Connorcpu/emplacement_vec -Connorcpu/mtproto-rs -Connorcpu/recursive_sync -Connorcpu/rgame -Connorcpu/tiled-json -Connorcpu/trollserv -connorimes/heartbeats-tree-sys -ConnyOnny/bluenoisers -ConnyOnny/dlrs conradkdotcom/rooster -conradkleinespel/rooster -Constellation/rust-jsc -contain-rs/bit-set -contain-rs/bit-vec contain-rs/blist -contain-rs/bst -contain-rs/compare -contain-rs/cons-list -contain-rs/enum-set -contain-rs/interval-heap -contain-rs/linear-map -contain-rs/ordered_iter -contain-rs/par-vec -contain-rs/raw-vec -contain-rs/trie -contextfree/winrt-rust -contradictioned/rust-vcard -contradictioned/webdav-support -CooCooCaCha/amethyst-hot-reload +conwayste/libconway copygirl/entity_system -Corecii/steam_arguments_launcher +cora32/Linkcrawl +corbmr/matrix coredump-ch/coredumpbot coredump-ch/mdr -coredump-ch/rpsrtsrs coredump-ch/spaceapi-rs coredump-ch/spaceapi-server-rs coredump-ch/status -coredump-ch/telegram-groups-bot +coriolinus/adventofcode-2016 +coriolinus/adventofcode-2017 cormac-obrien/richter -cosmo0920/fruently -cosmo0920/grnenv-rs -cosmo0920/ruroonga_command -cosmoshq/curiosity -couchdb-rs/couchdb -couchemar/bsvm +cortex/ripasso +cosarara97/rustgb +cosmo0920/ruroonga_client countcain/graphql-rust -CountOmega/Inventar +cpdt/advent-of-code-2017 cpjreynolds/permute cpjreynolds/rustty cptroot/CS11C-to-Rust cptroot/ProjectEuler-Rust +cptroot/gnu-efi +cquinn/meshman cracell/objects-in-space crafn/rust-disappointment -CraigglesO/parse-magnet -CraigglesO/parse-torrent +craftytrickster/mock-payroll-comparison craiggwilson/rust_play cramertj/domafic-rs -cramertj/EitherN-rs crawford/marker -crazymykl/goober +crazymerlyn/sudoku crazymykl/r7-rs crazymykl/rust-koans crazymykl/rust-life -creationix/jack.rs -creativcoder/roger -creativcoder/Rustacian -creativcoder/silica -CreaturePhil/do-you-even-rust -Crejak/Unlimited-Quests -crepererum/rdxsort-rs -crespyl/marching-squares -crespyl/rust_ca +creationix/rsagent +creativcoder/graphin +creators/cli.sudoku.rs cretz/patina +cretz/rust-qthello cretz/rusty-zipper crhino/canal -crhino/IronSwarm -crhino/marid -crhino/Playing-With-Rust -crhino/transit -CrimsonVoid/torrentlib +crisidev/holysee cristeahub/hvilkenukeerdet -cristeahub/storedata cristianoliveira/funzzy cristicbz/rust-doom -cristicbz/rust-hashmap -critiqjo/binary-tree -crlf0710/delegatemethod-rs +cristicbz/treebank-tokenizer +critiqjo/des +crlf0710/libc-spawn +crodnun/rust crossbeam-rs/crossbeam -Crosse/manta-rs +croustibaie/Taint_checking_llvm +crsaracco/vst-analysis-host cruhland/tlpi-rust -crumblingstatue/crusty-chip crumblingstatue/nxfuse crumblingstatue/rgmk -crumblingstatue/rust-libnotify -crumblingstatue/rust-libxdo-sys -crumblingstatue/try_opt -cruor99/rust-practice -cRUSTyPy/cRUSTyPy -cryptape/patricia.rs -CryptArchy/regex_generate -CryptArchy/superball -cryptosphere/ithos -cryptosphere/macaroons-rs -cryptosphere/objecthash-rs -cryptosphere/ring-pwhash +cryptape/cita +cryptape/cita-sharelibs +cryptape/sleepy +crypto-bank/crypto-bank +crypto-bank/crypto-market-stream-ws +crypto-bank/orca cryptspirit/Shiki-Tribute-Flat-Dark -CrystalGamma/rust-irc -CryZe/AdventOfCode -CryZe/demangle-tww -CryZe/livesplit-core -CryZe/livesplit-discord-server -CryZe/livesplit-lite-core -CryZe/livesplit-server -CryZe/WindWakerDebugMenu crzwdjk/pbquery-rs -cs4414/ps1 +cs4414/Public-Reference-Solution cs4414/ps2 cs4414/ps3 cs4414/ps4 -cs4414/Public-Reference-Solution cscott/rusty-turtle -csherratt/cow -csherratt/gfx_vr -csherratt/obj -csherratt/petri -csherratt/rdsp -csherratt/rusterize -csherratt/snowmew -csherratt/snowstorm -csherratt/tracer -csherratt/tuple_utils -cshowe/euler +cshaffer/advent_2017 +csherratt/BillBe csleex/android_device_hp_tenderloin -csperkins/crtp -cstorey/chain-replication-experiment -cstorey/fringe-futures -ctatchley/espeak-sys +cssivision/env-variables +cssivision/shadowsocks-rs +cssivision/tokio-socks5-rs +csssuf/rt +cstorey/hybrid-clocks +csumpakabra/plusTestFromSC +csustan-cs-club/Rust-Language-Workshop ctennis/sc -CTerasa/rustberry -ctjhoa/cargo-outdated-badge -ctjhoa/fluent-rs ctrl-libre/frp_3d -CtrlZvi/rustwinrt ctz/rust-fastpbkdf2 ctz/rustls ctz/webpki-roots cubehub/rust-airspy cubehub/rust-gpredict -cuechan/libproxer-rust -cuplv/vmfuture +cuplv/incremental-flashfill currymj/o2lsh -currysoup/foundry -cwbriones/rgit -CyanogenMod/android_device_htc_7x30-recovery -CyanogenMod/android_device_semc_zeus-common +cutelab/doory +cverna/learningrust +cvubrugier/domo-alarm +cwbriones/rlox +cwbriones/typed-fizzbuzz +cyanideio/polorust +cyber-meow/ReactiveRs cyberboxster/trafficmon -cyberglot/rust101 +cyberpunk-ventures/golos-client-rs cyderize/cairo-rs -cyderize/rust-iocp cyderize/rust-websocket cydrobolt/nptum -cyndis/ep -cyndis/epwing.rs +cympfh/6x6 +cympfh/rust-etude cyndis/q2 cyndis/qmlrs cyndis/rmcr cyndis/rsmc cyndis/rspt cyndis/seam -cyphar/initrs cyplo/katas -cysp/asn1rs cysp/libbluetooth-rs -cysp/libsystemd-rs -cysp/rust-uri-templates +czipperz/rcomp +czycha/remember +d-e-s-o/nitrocli +d-r-q/maroz +d-unseductable/game_of_life +d-unseductable/ruru +d-unseductable/rust_hadoop_streaming +d3lio/lexpar +d3lio/simple-chat +d3zd3z/jirasync +d3zd3z/stenome +da-x/czc-refcell daa84/neovim-gtk -DaanHoogland/tr -daboross/fern-rs +daboross/fern +daboross/rust-screeps-api daboross/rust-throw daboross/rust-tiles -daboross/screeps-rs -daboross/zaldinar -Daedrus/rustz80emu -Daeinar/cryptopals -da-eto-ya/crypto-exercises +daboross/serde-tuple-vec-map +daboross/wasm-wrapper-gen +daemontus/pnml-parser daftcorp/feral -DaGenix/rust-async -DaGenix/rust-crypto -DaGenix/RustCryptoTester -DaGenix/rust-working -Daggerbot/osmesa-rs -Daggerbot/termbox-rs -Daggerbot/VaultRL -Daggerbot/x11-rs -daghenrik/rugwars dagolden/app-sdb_client -Dagothig/rust-opengl-attempt +dahlia/gitter-slack dai1975/bitcoin-rust-etude -daithiocrualaoich/kernel_density -daiyi/hydra_http dalance/gip -dallyshalla/tropix -damienfir/rust-libraw -DanB91/RustGBEmu -danbev/learning-rust -danburkert/capnp-nonblock +dallyshalla/safe_exchange +dam5s/gtk-rest-client +damnever/game-rs +dan-robertson/wrui +dan-t/cpp-typecheck +dan-t/rusty-tags +danbee/8080 danburkert/distributed-map -danburkert/fs2-rs -danburkert/ksql -danburkert/kudu-rs danburkert/memmap-rs -danburkert/patience-sort-rust -danburkert/procinfo-rs -danburkert/rocksdb-rs -danburkert/rust-interval -dandyvica/rbfrust -dandyvica/rustidioms -dangcheng/scene-rust -dangcheng/trust -dangeloj/rust-collections +danburkert/prost +dangeloj/rust-guessing-game dangets/rust_examples danhhz/rshfile -daniel5151/AC8E -DanielCollins/incarnadine +daniel-vainsencher/stackman danieldk/conllx-rs -danieldk/rust2vec -daniel-e/captcha -daniel-e/rust-captcha -daniel-e/stealthy -daniel-e/testing -DanielKeep/calendar-example -DanielKeep/cargo-script -DanielKeep/rust-advent-of-code -DanielKeep/rust-build-helper -DanielKeep/rust-custom-derive -DanielKeep/rust-grabbag -DanielKeep/rust-parse-generics-poc -DanielKeep/rust-pcg -DanielKeep/tlborm -danielksb/rust-fcgi -danielpclark/array_tool -danielre92/yahtzeesolve -DanielRS/comet +danieldk/conllx-utils +danieldk/rtrie +danielpclark/abrute +danielpclark/digits +danielrenninghoff/yahtzeesolve danielschemmel/drsat -daniel-vainsencher/stackman danielwaterworth/qbf-rust danielwaterworth/rust-datastructures -danigm/epub-rs -danlrobertson/capsicum-rs -danlrobertson/rust-cpuid +danielwippermann/resol-vbus.rs +danigm/fractal danluu/rust-experiments +dannyfritz/rust-examples +dannypsnl/qked danoctavian/lil_server -danoctavian/matasano-crypto-challenges -danpersa/rusty-oauth -danReynolds/demos -DanSimon/coki -DanSimon/peruse -danslapman/mpass +danpersa/rusty-team danslapman/rust-mdo-future -dan-t/cpp-typecheck -dan-t/rusty-tags +danslocombe/noise danw8/rust-web-example -danylaporte/node-rust-resemble danylaporte/rust-asyncplify -daogangtang/http-parser.rs +daogangtang/coiohttp-rs daogangtang/mttester-rs -daogangtang/rustplayground +dapphub/nixpkgs-dapphub daramos/rust-memcmp daramos/rustql darayus/XKCDPass -Darcages/parity_game_solver -darfink/region-rs -DarinM223/mold2d -DarinM223/rust-feeny -DarinM223/tftp-server -DarinM223/yamlate -dariuskl/msp430-rust-blink -DarkEld3r/rrthozopsi -DarkEld3r/transliterator +darfink/muonline-packet +dariost/machinelearning darkf/rust_sexpr -DarkLinkXXXX/rust-by-example -DarkRyu550/bbman-rust-engine -Darksecond/rust-rocket -darkstalker/array_ext -darkstalker/frappe darkstalker/triangles -darkstalker/x11test darkwater/obsidian -darkwater/patternlock -darwins-challenge/fly-me-to-the-moon -daschl/couchbase-inspector -daschl/hwloc-rs -DaseinPhaos/redirect -dashed/rebalance +darkwater/priv-battery das-labor/panopticon +daschl/forestdb-rs +daschl/tokio-cb +dashed/random-wheel-rs-fork +dashed/rebalance-app +dashed/technical_indicators +dat2/financial-planner-cli dat2/graphql-rust -dat2/rust-zeromq-playground dat2/tokio-hyper-playground -dathinab/rust-dynobject +data-exp-lab/rust-yt-tools +dathinab/maybe-owned davbo/heap-rs davbo/rush -davebrent/jez -davedissian/gbc-emulator -daveh86/mgo_wt_database_extractor +daveallie/advent daveslutzkin/robot_with_rust -davetttt/ttt_rust_2 davewood/catalyst-traitfor-controller-sendfile -daveyarwood/ews -daveyarwood/libmusictheory -daveyarwood/rust_for_rubyists -david415/spray -davidbarsky/husk -davidbegin/clear-terminal davidbegin/messin-with-lifetimes -davidbegin/rust-euler -DavidBM/rust-webserver-example-with-iron-diesel-r2d2-serde -davidcarltonsumo/sumo-cli-client +daviddever/guessing_game daviddonna/abc-rs -DavideCanton/fckscript -DavideCanton/perudo -DavideCanton/rustines -davidedmonds/dot_vox -davidenglishmusic/rustSum -davidhampgonsalves/term-present +davideGiovannini/simple_blockchain davidhauck/RustMatrices -davidklassen/rust-m3u8 -DavidKlassen/rust-m3u8 -davidko/linkbot-rs -davidko/rust-linkbot-test +davidko/rust-ws-echo-test davidnkmylose/php +davidnuon/lox-rust davidphilipbarr/Ecru-Meta-Theme davidrhyswhite/rust-github -davidroeca/rust-learning -davidstalnaker/grit +davidshepherd7/advent-of-code-2017 +davidsm/pubsub +davidszotten/advent-of-code-2017 davydovanton/yaspeller -dawehner/rpg -dazeus/dazeus-plugin-karma dazeus/dazeus-rs -db48x/my-triangle dbaron/wgmeeting-github-ircbot -dbbbit/rs-auto-sync +dbbbit/dragon dbeck/acto-rs -dbeck/lossyq_rs dbeck/rust_playground -dbeck/tcp-echo-rs -dbittman/ising-rust -dblinn/exercism -dboone/rusty-build-light dboone/rusty-checkers +dbp/rust-quickcheck dbp/rustfmt dbp/rustle -dbp/rust-quickcheck dbp/rustrepl -dbrgn/iron-cors-rs -dbrgn/showtemp -dbrgn/tealdeer -dbrodie/rex -dbr/rstvnamer dbr/tvdb-rs +dbrgn/candidateparser +dbrgn/gerber-rs +dbrgn/tealdeer +dbrgn/threema-gateway-rs dbwg/lain -dcampbell24/iup-rust dcjohnson/Rust-Game -dckc/fpscribe +dcjohnson/craigslist-scraper dckc/metamath-tools -dckc/mmind5 -dckc/rust-sqlite3 dcolish/rust-bloom -dcorrigan/typo-rs +dcoxall/advent-of-code-2017 dcrewi/rust-mersenne-twister -dcuddeback/gphoto-rs -dcuddeback/ioctl-rs -dcuddeback/iokit-sys dcuddeback/libraw-rs -dcuddeback/libudev-rs dcuddeback/libusb-rs -dcuddeback/libusb-sys dcuddeback/serial-rs -ddabek/rustsite-example -ddavison/beginning-rust -ddresselhaus/test_rust +deadalusai/iron-pipeline deadalusai/rust-for-csharp-developers -Debparna/Rust -debris/base58 -debris/blockies.rs -debris/tiny-keccak -decentninja/RustRelations -decentninja/Rusty-elo -deckarep/flappy-rust -dedmons/mandelbrot -deech/shen-rust -Deedasmi/ruckup +debris/rustc-hex +deckarep/rust-quest deepjoy/project-euler-rust deepthought/svm +deepthought/vectors defcronyke/blockchain-rust -defcronyke/go-rust-channel-benchmark defpoint/CrypticGesture -defuz/oniguruma defuz/weakjson -del6597/ironIRCd -delaemon/rust-fizzbuzz -delaneyj/wankel -DelSkayn/Retris -DemonSpawn/gameOfLife +deg4uss3r/advent +deg4uss3r/postio +delehef/asgart +deltaDNA/icingacli demozoo/open_depacker -DenialAdams/bamegoy -DenisCheremisov/structured-yaml -DenisKolodin/authorize -DenisKolodin/cargo-docker -DenisKolodin/fix-rs -DenisKolodin/identify -DenisKolodin/lua-macros -DenisKolodin/match_cast -DenisKolodin/mould -DenisKolodin/mould-auth -DenisKolodin/mould-nfd -DenisKolodin/rfail -DenisKolodin/serial-number -DenisKolodin/sip-rs -DenisKolodin/static-server -DenisKolodin/thread-control +dennis-van-bennekom/rust-guessing-game dennis84/blah +dennis84/minihttp denschub/github-hook-receiver +denysvitali/sonos-web-rs +denysvitali/vbox-proxy-server deontologician/EvoFighters -Derecho/RSLife +deoxys314/adventofcode2017 +derekchiang/CS5412 derekchiang/nba-scores derekchiang/russenger derekchiang/rust-busybee @@ -2147,201 +2757,139 @@ derekchiang/rust-hyperdex derekchiang/rust-leveldb derekchiang/rust-object-stream derekchiang/rust-paxos -derekdreery/jade-rs +derekdreery/alpm +derekdreery/depgraph derekdreery/nom-midi-rs derekdreery/rust-math -derkyjadex/reindeer-maze-rust +dericgf92/rust_bluetooth_server dermesser/integer-encoding-rs -dermesser/yup-oauth2 derniercri/snatch -despawnerer/langid-rs -DestructHub/sotn-reborn -Detegr/RBot-parser -Detegr/tcwm -Detegr/teapot -deuterium-orm/deuterium -deuterium-orm/deuterium-orm +derui/ninety-nine-problems +despawnerer/langid-rs devcat-studio/kailua deverton/rarathon -devigned/rust-key-vault +devigned/autorest-rust +devilbuddy/koboldo devin909/cs4414-ps1 devin909/cs4414-ps2 devin909/regex-rust-file -DevinCarr/sim -devkook/hello_rust devlato/rust-ide -devlware/rust_book -devnought/gitplz -devonhollowood/brainstorm -devonhollowood/matasano-crypto +devnought/docker-crosscompile +devnought/hipchat +devonhollowood/adventofcode +devtools-html/rust-cdp devyn/Paws.rs dextero/world-rs -dezgeg/rustless -dff74f161b77b42a64e405a8febc5166/cfs -dFionov/hackerrank_rust -dflemstr/rq +dezgeg/shenzen-solitaire +dfbrown/advent_of_code_2017 +dflemstr/realize +dflemstr/serde-protobuf dflemstr/v8-rs -dfockler/corndog -dfockler/matrix -dfockler/rust-toy-server -dginev/CorTeX +dfockler/rustpiet +dgellow/cargo-issue-3536 dginev/CorTeX-Peripherals dginev/rust-chickenize -dgraham/calc -dgraham/identicon -dgreid/run_container -dgriffen/roost +dgreid/crosvm dgriffen/rush -dgriffen/rust-conway dgrunwald/rust-cpython -dgrunwald/rust-python27-sys dgryski/rust-hd dgryski/siphash-rust dguenther/rustchip dguo/strsim-rs dhardy/pippin +dhedegaard/adventofcode2017 dherman/esprit dherman/neon-class-example -dherman/neon-demo dherman/neon-examples -dherman/neon-hello dherman/tristate -Dhole/rust-tor-controller -Dhs92/Rust-Learning -DiamondLovesYou/pexe-runner -DiamondLovesYou/pnacl-clang-driver -DiamondLovesYou/pnacl-vector-canonicalization-test-generator -DiamondLovesYou/rust-vpx -DiamondLovesYou/skia-rs -diecast/diecast -diecast/feed -diecast/hoedown -diecast/websocket +dhylands/serial-ports-rs +diamondo25/mss-rs +diecast/scss diegocortassa/MP810C-CM7 +diegooliveira/cgmrust diesel-rs/diesel -diesel-rs/diesel_full_text_search -DieVier/rts +diesel-rs/r2d2-diesel diffbot/diffbot-rust-client diffra/dotfiles -Diggsey/query_interface -Diggsey/rust-field-offset -dikaiosune/parasailors +digitalstreamio/resid-rs +digitalstreamio/zinc64 +dignati/serde_transit dikaiosune/rusl -dikaiosune/rust-dashboard -dikaiosune/secondstring -DimaKudosh/difflib -DimaKudosh/word2vec dimbleby/c-ares-resolver -dimbleby/rust-c-ares +dimbleby/rust-c-types dimfeld/rust-envoption dimitriwalters/rust-hello-world -Dineshs91/x-ray -dinfuehr/dora -diodepain/rustsocks -diogobeda/functional-matters -diogovk/my-rust-exercism -dirk/fast_browser -dirk/metrics_distributor -dirkmo/edwin +dineshadepu/rudem +diodesign/rustinvaders +diogobaeder/eulerust +dirk/doc_server +dirvine/i2c-pca9685 dirvine/managed_connections -dirvine/rust_playground dirvine/wwww disasters/discotech -disasters/eligos -disasters/plumber -disasters/srv-shim -discovercoding/modules -DiscoViking/rust_club -dittos/reaheui +distil/rust_meetup_ffi divarvel/rusty-spoon -divarvel/s3-macaroon -diwic/alsa-rs diwic/dbus-rs diwic/ecmap-rs diwic/fdringbuf-rs -diwic/reffers-rs -diwic/refstruct-rs diwic/splitmut-rs -dixe/Chip-8 -dixego/genetic_algorithms +dixego/motherbase_name_generator djc/askama djc/rust-sign djehuty/ibis djehuty/spec djg/FeO +djg/cubeb-pulse-rs djgriffin/rust-dining-philosophers +djluck/skyscanner-scanner-rust djmcgill/Vox-Machina +djmcgill/form djmitche/rubbish -Djuffin/rusty-chess -djzin/chrono-tz -dkeester/learn_rust +dkarwowski/stm32f429x +dkess/sixletters dkhenry/getaddrinfo +dkushner/rust-argent dladuke/rosetta-rust dlecan/generic-dns-update -dlecan/rp4opentan +dlecan/rpi-management-api dlevy47/rust-interfaces dlight/pj -dlight/p-macro -dmac/clipboard +dlrobertson/rust-cpuid dmac/rust-quadtree dmacvicar/playground -dmichiels/components dmillerw/RustTest -dmitriiabramov/rust_pg -dmitryvm/mudgate -dmizuk/iba_kyuko_bot -dmizuk/twitter-stream-rs -d-moos/rust-learning -dnaeon/rust-zbx dnaq/sodiumoxide -dnsl48/yamlette -dobkeratops/rftest -dobkeratops/rustfind +dndx/pitot +dnp1/api +dns2utf8/windd dobrite/flexbox-rs +dobrite/yoga-wrapper-rs docopt/docopt.rs docopt/docopt.rs-old -dogamak/media_filename -dojopad/origami-rs -DominusCarnufex/pulp-rs -DonaldWhyte/bronze -DonaldWhyte/cracking-the-code-interview-answers -dono-app/dono-crate +dogamak/xcbars +dominictassio/peacock_panel +domrizzo/tock-hotel +domsj/rust-sd +donaldpipowitch/the-super-tiny-compiler-in-rust +dongsupark/nsutils-rs +donkebap/tcfinder donpdonp/treadmilldb -DonRyuDragoni/GRASP -DonRyuDragoni/ODE.rs -DooMLoRD/Xperia-2011-Official-Ramdisks -doomsplayer/CPPStream +doobinay/rc-knapsack +doomrobo/dudect-bencher doomsplayer/fraction-rust -doomsplayer/keenio-rs -doomsplayer/matrixrs -doomsplayer/ml.rs -doomsplayer/nextaction-rs -doomsplayer/qlearning-rs -doomsplayer/sidekiq-rs doomsplayer/ucontext-rs -dorayakikun/feri -DorianListens/Rurals-just-want-to-have-puns -dorinp/pam-mount -dos1/braindamage -dos65/osm_replacer -dotdash/rust-flexarray +doublify/mkv doublifyapis/toolkit-rust -doublify/libblockchain -DougNoGit/2D-Rust-Game-Practice -DougNoGit/Rusty-Little-Oats -DougNoGit/side-scroller-rust -DoumanAsh/clipboard-win -DoumanAsh/lazy-bytes-cast -dowoncha/raytracer-rs -doylecnn/cqpsdk-rust +doubt72/doubtful doy/rust-dlopen doy/rust-glob -doy/rust-irc doy/rust-lua doy/rust-term +doylecnn/cqpsdk-rust +doylecnn/cqpsdk-rust-demo dpc/async-readline -dpc/cbuf-rs -dpc/hyper-get +dpc/dotr +dpc/hex2d-dpcext-rs dpc/libcollections-git.rs dpc/mioco dpc/mioco.pre-0.9 @@ -2350,1217 +2898,830 @@ dpc/rdedup dpc/rhex dpc/rustyhex dpc/simplemap-rs +dpc/stpl dpc/titanium.rs -dpc/titanos -dpearson/plural-rs -dpjensen/rscpu -dpl0/gemub -dpzmick/rust-easyjack +dpogretskiy/specs-ggez-showcase +dpogretskiy/spritesheet-marker dpzmick/rust_img_dsl -DQNEO/rust -dradtke/mpack -dradtke/rust-dominion +dpzmick/synth2 dradtke/rustic-state -dragostis/pest -drahnr/concourse-copr-resource -draivin/rust-hotswap -Drakulix/fireplace -Drakulix/input.rs -Drakulix/simplelog.rs -Drakulix/taskqueue -Drakulix/wlc.rs -Drakulix/zwreec -drasich/avion -drasive/chip-8-emulator -drbassett/corrosion +dragman/dragman_bot drbawb/aqua drbawb/koko drbawb/megumin drbawb/rust-story dread-deimos/rust-cowbulls-tutorial dreamersdw/roxy -Dr-Emann/rust-squash-sys +dremon/ipp.rs dremonkey/lodestone -dremonkey/lodestone-along -dremonkey/lodestone-inside -dremonkey/lodestone-midpoint drewis/n2e-gossamer +drewm1980/rust-omr drhodes/rust-datetime drhodes/rust-ncurses drhodes/rust-postgres drhonk/gingerbread-sgs4g_initramfs-hacked -DrkSephy/rust-sandbox -DrKwint/bayes -DrKwint/Decision-Tree-ID3 -DrKwint/simgraph -drm343/d6trpg -drm343/plurk-api -drmugg123/gta_44 -DRockstar/Transform_Ultra_CWM_Kernel -dropbox/ruba +driftluo/InfluxDBClient-rs +driftluo/MyBlog +drm2/ncm +drone-os/drone +drone-os/drone-cortex-m +drone-os/drone-test dropbox/rust-alloc-no-stdlib dropbox/rust-brotli -dropbox/rust-brotli-decompressor -dropbox/rust-subprocess-communicate -droundy/icfp-contest-2015 droundy/lazyfs droundy/onionsalt -Dryvnt/proxygen -dschatzberg/expand-ident -dschatzberg/kvm +droundy/raftfs dschenkelman/rust-jwt -dschenkelman/rust-wired-tiger dschneider/to -dskachan/rust_perf_tests dskecse/rustbeef -dstu/symbol-map +dstoza/advent-2017 dswd/serde_utils.rs dswd/vpncloud.rs +dtantsur/rust-openstack dtolnay/cargo-expand -dtolnay/dtoa -dtolnay/indoc dtolnay/iota dtolnay/isatty dtolnay/post-expansion dtolnay/quote -dtolnay/reduce dtolnay/serde-yaml dtolnay/syn +dtrefilo-Quest/deucalion dtwood/core-midi-rs +dtwood/nrf51-atomic duane/rust-perf duane/skip-list duarten/cosmo duckinator/pupsh duckmatt/rustbinarysearch -duelinmarkers/rust-study +ductile/ductile +dudymas/handmade-hero-rust +duesee/rust_training_game_of_life duien/euler-rust -duien/shish +dullin/AdventOfCode2017-Rust duncandean/rust-genetic-algorithm -duncantl/RCallRust -dunnker/traveling-salesman -d-unseductable/game_of_life -d-unseductable/ruru -d-unseductable/rust_hadoop_streaming +duniter-rs/wotb durch/rust-goauth -durka/guard -durka/guilt-by-association -durka/iron-drain -durka/macrolisp -durka/named-block +durka/brainmunch +durka/counted-array durka/owned-chars -durka/spawner.rs -dusterherz/99BottlesOfBeer -dustyburwell/wesley -dutchcoders/elftools-rust +durka/static-cond dutt/oxidize +dvallin/tlb dvberkel/TIS-100.superoptimizer -dvigneshwer/deeprust +dvc94ch/e310x +dvc94ch/rust-simple-crypto-lib +dvdplm/rsmq-rust +dvogt23/adventOfCode2017 dwango/fibers-rs dwbcampbell/PlayingWithRust -dweidenfeld/worker-rs -dwerner/sg-engine -dwink/everrust -dwnusbaum/Rust-2048 -dwrensha/capnpc-rust -dwrensha/capnproto-rust -dwrensha/capnp-rpc-rust -dwrensha/capnp-zmq-rust +dwerner/nom-obj +dwerner/redis-copyhash +dwijnand/sbtl dwrensha/gj -dwrensha/sandstorm-rawapi-example-rust -dwrensha/zillions -dwuid/advent-of-code +dwrensha/seer dwuid/advent-of-code-2015 +dwuid/synacor-challenge +dxb1230/Rust +dydx/rustbyexample dylanede/cassowary-rs -dylanede/cef-rs dylanede/chrono-engine-rs -dylanede/rusttype -dylanmckay/avr -dylanmckay/awpack -dylanmckay/compiler +dylanhart/ulid-rs dylanmckay/hllvm -dylanmckay/protocol -dylanmckay/rubic +dylanmckay/mdns +dylanmckay/mri-sys +dylanmckay/plugger +dylanmckay/polk dylanmckay/rurust dymk/rust-magickwand -dyule/wamp-rs -dzamlo/multitest -dzamlo/test_to_source_expr_flattening +dyng/leetcode-rust dzamlo/treeify -dzobbe/rust-proxy -eagletmt/guzuta +e-oz/xlsx_reader +eHealthExperts/k2-basecamp eagletmt/skkserv-rust -ealasu/rust-sync-task-pool -Earlz/bson.rs -Earlz/rust-hellowindows -Earlz/rustymvc -Earlz/SingleOp -Earlz/VSTPlugin -Earlz/yats -eatnumber1/gdfs +easauceda/adventofcode eazy-f/parallel_computing_book +eazy-f/signpost eb4890/agorint -ebarnard/rust-plist -ebassi/taglib-rust +ebarnard/osqp.rs ebetica/cs4414-deadlock ebetica/cs4414-ps1 ebetica/cs4414-zhtta -ebfe/rust-blake2 ebfe/rust-capstone ebfull/bellman +ebfull/dummy-zcash-rust-thing ebfull/incrementalmerkletree ebfull/pcap ebfull/rc_arena -EbTech/rust-algorithms -ecasilla/rust +ebkalderon/renderdoc-rs echaozh/rust-httpparser echelon/etherdream-emulator -echelon/ilda.rs echochamber/rust_spin_wheel -echoline/shelly -eclarke/dsk-rs -eclarke/kmer-rs ecoffey/rustis -EdBrereton/rust-pushover +ecstatic-morse/ksuid +edef1c/grit edef1c/libfringe -edhendoschem/UoL_Photonics -edko99/tlc-tk-rust-example +edef1c/libvalgrind_request +edison9888/ChiBianDongXi edmccard/tvis -edmugabi/muzinga -EdoPut/hpdf-rs +edo1z/rust_study edpaget/rust-raft -edward-leslie/ochre +eduardosm/rust-cell_rc +edulix/paralio edwardw/rumos -eecs395rust/bittorrent -eecs395rust/messenger-bot -eecs395rust/naive-coder -eecs395rust/rust-diff -eecs395rust/SimpleProxy -eecs395rust/Spied-Weber -eecs395rust/the-rusty-krab +edziegle/Rust1 eeeeeta/inebriated-rs-edition -eeeeeta/sqa -eeeeeta/sqa-lang +eeeeeta/sqa-ffmpeg +eeeeeta/unbounded-gpsd eefriedman/rust-immintrin eerden/lale eerden/rust-upnp -eevee/amulet eevee/clio -eevee/idchoppers -EFulmer/rustfm -efyang/conway -EGhiorzi/RUSThello -Eh2406/ThinkBayes-rs +ef4/advent-of-code +efyang/xiami-api-new +egospodinova/ast-redux ehegnes/super-rario-bros ehiggs/rust-cmdline-skeleton eholk/Boot2Rust eholk/rust-scratch -eholk/rust-stl -eholk/SciRust -ehsanul/rust-ws -Eight1911/elucid +ehooper/aoc2017 eightbitraptor/bwt-rust eightfingerd/bitset -ejpbruel/js-shell +eiko/turtle_shell ekarlso/rust-dns -ekarlso/rust-dns-programs -ekicyou/dcomp_sample-rs -elabs/partners -elarrick/rust_hello_world elastic-rs/elastic -elastic-rs/elastic-codegen -elastic-rs/elastic-reqwest elastic-rs/elastic-responses elastic-rs/elastic-types -elauffenburger/sixty-five-oh-too -ELD/Aluminum-rs -ELD/hackassembler-rs -ElectrumLang/Silver +elementh/random_color +elementh/rust_guessing_game elij/fastq.rs eliovir/rust-examples -Eljay/assimp-rs -Eljay/com-rs -Eljay/directx +elizagamedev/rust-glossy +elliotekj/DeltaE elliotekj/distil -ElliottLester/Life +elliotharris/Rust-Brainf-ck elliottneilclark/michromer -elliottslaughter/integrity-checker elliottslaughter/rust-gc-talk -ellisonch/rust-stopwatch -elly/rustcrypto elly/rust-hello +elly/rustcrypto elly/rustpcre elly/rustzlib -elsid/gannai -elszben/alyro -elszben/torrent -elvis-epx/rexif -elvismt/Gde +elpassion/advent_of_code +elsid/CodeWars-rust-cgdk +elsuizo/RSIS_Rust +elwinar/advent-of-code +elwl/wzlib +emabee/rust-hdbconnect +emallson/ris.rs +emallson/setlike +emallson/trash-academy emarhavilicfp/icfp embali/rjq -embed-rs/embedded-rs -embed-rs/stm32f7-discovery -Emerentius/ord_subset -emersonknapp/rust-play -Emilgardis/ATM-machine -EmilHernvall/hermes -emilio/rust-offscreen-rendering-context +emilio/kademlia-rs +emilio/recv-timeout-bench emilio/tic-tac-minimax emilk/drop-merge-sort emillon/rgb -eminence/ipfsrs eminence/libgit2-rs -eminence/terminal-size eminence/xmltree-rs +eminence/zim emit-rs/emit -emj-lang/clex emk/abort_on_panic-rs -emk/accessors emk/cesu8-rs -emk/compose_yml emk/credentials -emk/duktape-rs -emk/heroku-rust-cargo-hello -emk/heroku-rust-hello -emk/rust-cld2 +emk/dribble-rs emk/rust-slow-iteration-demo -emk/rust-streaming -emk/rust-uchardet emk/substudy -emk/subtitles-rs -emk/toyos-rs -EmmaRamirez/pokemon -EmmaRamirez/rust -emoon/68k_disassemble_gen +emmeblm/Rust emoon/dynamic_reload -emoon/remotery-rs emoon/rust_minifb -emoon/wrui_rust -emosenkis/chip-gpio-rs emosenkis/ref_eq -Emoun/graphene emreyaren/zero85 -emseibert/RustCompletion +emu-rs/emu-audio emu-rs/emu-core-audio-driver -emu-rs/emu-cpal-driver emu-rs/rustual-boy -emu-rs/snes-apu -ende76/brotli-rs -endenis/my-rusty-blog -endenis/rust-sandbox -endoli/chronostore.rs -endoli/commands.rs -endoli/message-format.rs -endrebak/rust-ranges -endticket/journal-gateway-rs -endticket/missioncontrol -Enet4/dicom-rs -Enet4/julia-bench-rs -enex/rui-azure -englishm/guessing_game -englishm/qotd -enigo-rs/enigo -ennis/fiber-coroutine -enriquevp/todoapp -enticeing/rustchip -eonil/CodeView +endoli/agora.rs +endoli/logos.rs +energywebfoundation/energyweb-client +enerqi/rust-sdl2-demos +enizor/advent-of-code +ennis/punchcard eosrei/file-vis -e-oz/pwdapp_api epage/relint epall/rust_chat_server epandurski/alcibiades epequeno/rust -EpicatSupercell/VeryFast -epickrram/rustogram -EpicMonkeyMan/kysty -EpicUsaMan/node.vs.rust -eprunier/exercism-rust -eQu1NoX/antidebugging +eqrion/cbindgen +equal-l2/forismatic-rs equalsraf/pwx -equalsraf/webdriver -equalsraf/win32yank equalsraf/winbundle eqv/avl_tree -er2/palindromicNumbers -EReeves/MineRust +eqv/interval_tree +ereichert/elp ereichert/wlb ericfode/draino -EricIO/pcg-rust erickt/cchashmap erickt/jsonapi erickt/lmath-rs erickt/mre erickt/rbuild erickt/rust-clang -erickt/rust-elasticsearch +erickt/rust-fuzzer erickt/rust-json -erickt/rust-mustache -erickt/rustpkg-playground erickt/rust-semver -erickt/rust-serialization-benchmarks erickt/rust-time -erickt/rust-url erickt/rust-uuid erickt/rust-zmq +erickt/rustpkg-playground erickt/stateful -EricMCornelius/rust_examples -ericsink/LSM +erickt/trie-match +erik/knuckle +erik/rust-statsd erikjohnston/mxfedtest -erikjohnston/rust-matrix-federation -erikjohnston/rust-mbedtls -erikjohnston/rust-nom-http erikjohnston/rust-signedjson erikjohnston/tasked-futures -erik/knuckle -erik/rust-statsd -erikwijmans/CSE552 -eriol/rust-opensource +eriksvedang/OpenGlBookInRust erip/rusty_nltk -erjohnson/fizz-buzz-rs ermo/Foresight-grey +erohkohl/n-queens-sat +errai-/sudoku erszcz/erlang-rust-nif -erszcz/hack-erlang-vm erszcz/rust-xv6-sh -eruca/rustbyexample esacteksab/rust-stuff -ESALP/ESALP-1 -esbullington/rust-stomp -escalant3/rust-playground -eshyong/Gameboy -espectalll/auralis -espectalll/gtk-rest-examples +eschmar/os +esdrastarsis/antarticaos +esnowkropla/simplevm +esparta/learning_rust esphen/wsta -est31/lewton -est31/ogg-metadata -est31/podiff-review -est31/werk -estebank/sbahn -etandel/p2j -etcwilde/tracer-rs +est31/cargo-local-serve +estelendur/budget-app eteague13/cs4414-ps1 eteague13/cs4414-ps2 -Etenil/irontray -eternaleye/rust-critbit -eternal-turtles/rust-book -ethanjyx/Showcase_CRM -ethanwilloner/rust-prime -ethcore/bloomchain -ethcore/jsonrpc-http-server -ethcore/parity -ethereumproject/easm +ethereumjs/rustbn.js +ethereumproject/emerald-cli ethereumproject/emerald-rs -ethereumproject/sputnikvm -etrombly/bluepill -euank/synapse-password-reset +ethereumproject/etcommon-rs +ethereumproject/hmac-drbg-rs +ethereumproject/sputnikvm-dev +euank/libvirt-rust +euank/pazi euank/take_while_with_failure.rs -euclio/aurelius -euclio/msgpack-rpc-rust -euclio/nourishbot -euclio/robco-term euclio/vim-markdown-composer -eugene-bulkin/rust-bk-tree eugene-eeo/emojify -EugeneGonzalez/bit_reverse eugene-shiyanov/rust -Euphoric/EconomicSim euphoris/rust-sci -evadnoob/pgpass +euske/pushmo-solver evadnoob/rustoleum -EvanBoyle/cs4414-ps1 -EvanBoyle/cs4414-ps2 -EvanDHiggins/thermite -evanfarrar/trileks evansuva/cs4414 -evanw/esbuild -evenorog/undo -everfree-outpost/everfree-outpost +evant/res +evchen/rust +evenorog/license +everydayhoodie/arcade-rs-notes evmar/rust-toys -evnix/Rframe evnm/spread.rs -evshiron/PupuriumR evuez/filesync.rs -excaliburHisSheath/gunship-fps -excaliburHisSheath/gunship-rs -exceptional-lang/exceptional-rs +ex0dus-0x/bs +ex0dus-0x/spintable +exceptional-lang/exceptional exe-dealer/httpchunks -exercism/xrust -exohuman/examples -exonum/workshop -exoticorn/exoquant-rs +exercism/rust +exonum/exonum +exonum/exonum-btc-anchoring +exonum/exonum-configuration +exonum/exonum-rocksdb +exonum/exonum-testkit +exonum/jsonrpc exoticorn/gba-rust exoticorn/pngeq -ExPixel/bf -ExPixel/pyrite -exscape/Rust -eyolfson/rust-wayland -ezrosent/RuSTM +ezrosent/allocators-rs ezyang/ghc-rts-rust -F3real/rusty_crc16 +f-prettyland/GeoFrac fabiand/example.rs -fabianschuiki/llhd-sim -fabricedesre/pagekite-rs +fabianschuiki/libgds-rs +fabianschuiki/moore +fabricedesre/rocket_cors +facebookexperimental/mononoke facebookincubator/rust-partial-io faern/clonablechild -faern/dpw -faern/forkjoin -faern/forkjoin-benchmarking +faern/pnet_packets faern/shuffle -fafhrd91/simplehttp -faineance/thermite +faizilham/ocha +fake-news-detector/api +falconre/falcon fallgold/hdr_software_stabilization -falloutdurham/loglogbeta +fanderzon/rocket-api fanderzon/rust-hacknight-projects -fanderzon/rust-redux faradayio/cage -faradayio/catcsv faradayio/exec-rs -farcaller/rustedirc farcaller/shiny -farzonl/LearningRust -FaustDeGoethe/Harvey -FauxFaux/contentin -FauxFaux/ext4-rs -fbernier/base62 +farnasirim/gitcnt +farodin91/sqlite-rs +fatihpense/rust_xml_oxide +fb39ca4/iclicker-sniffer-rs +fbecart/borrow-checker-examples fbernier/GraphicsMagick-rs -fcsonline/woodpecker +fbernier/rshell +fcsonline/drill fdehau/tui-rs -feadoor/primesieve +fdietze/chromogene +feadoor/advent-of-code-2017 feadoor/projecteuler-rs -featureenvy/rusty-exercises -febeling/edit-distance -febrianram/chip8-rust -fede1024/kafka-view +feb29/compacts +feb29/karabiner +feb29/segment fede1024/rust-rdkafka -fede1024/rust_scheduled_executor -feelmyears/rulp fehrenbach/tuner fel4/fel4 -FeliciousX/tetrimino-solver -Feliix42/anybar-rs -Feliix42/bitly-rs -Feliix42/buerostatus-rs -Feliix42/covfefe -felipesere/icepick -felixmc/gerrit-cli -femnad/over-here -fengcen/elog -fengcen/hostname +felix-d/troll +felixyao/advent2017 +feng-qiu-dialog/git-rev +fengalin/media-toc +fengcen/eval fengcen/objectid -fengcen/ocean -fengsp/cli fengsp/pencil -fenhl/flauschbot -fenhl/iron-basic-auth -fero23/bytevec +fenhl/lore-seeker-discord +feroxide/feroxide ferristseng/pentominoes-solver ferristseng/regex-rust -ferristseng/rust-tfidf -fflorent/espadon -fflorent/nom_locate -FFX01/arcade-rs -fhartwig/punch -fidera/rust-progress -Fiedzia/rustbar -Fiedzia/rust-instrumentation -fiifoo/myr +ferristseng/rust-ipfs-api +fhahn/rust-bplustree +fhctpr/bitbank-rs fiirhok/mailcheck.rs -fiji-flo/egl-rs fiji-flo/gtmpl-rust -FillZpp/SairaDB -firba1/gamelog -FirstTimeInForever/srand -Firstyear/ds_rust +filcuc/advent_of_code_2017 +finchers-rs/finchers +firerain42/mpris-rs fishman/rustforruby -Fittings/fittings-site -fitzgen/breakpoint-rs -fitzgen/cpp_demangle -fitzgen/eep -fitzgen/hottub -fitzgen/inlinable_string -fitzgen/mach +fitzgen/clife +fitzgen/histo fitzgen/oxischeme +fitzgen/preduce +fitzgen/rent_to_own +fitzgen/state_machine_future fitzgen/tokio-timeit-middleware -FIU-SCIS-Senior-Projects/WEB-VR-Towards-Virtual-and-Augmented-Reality-for-the-WEB-1.0 -fizyk20-experiments/rust-plugins +fizyk20/ageing_sim fizyk20/generic-array fizyk20/rust-mpfr -fkaa/metal-rs fkfk/sc02b_initramfs -Flabbergabber/tapir +fkoep/downcast-rs flada-auxv/game_of_life-rust -Flakebi/rust-ts3plugin +flakeparadigm/rust_blog_os flanfly/rust-graph-algos -flang-project/julian flaper87/rust-actors flaper87/rust-drops flaper87/rust-for-real flaper87/rust-ring -flaub/rust-kata -flaviofernandes004/Catastrophe -flavray/iron-sql-hello -flier/rust-fasthash -flier/rust-mqtt +flier/rust-dpdk +flier/rust-jit +flier/rust-macho +flier/rust-zipkin +flight-rs/flight +flight-rs/picea flipcoder/treegrep -flipdot/drinks-management -FlixCoder/rust-connectfour-ai -flo-dhalluin/moomoot -floooh/rz80 -floriama/gener -floriama/generoot -Florob/rust-xmpp -Florob/RustyXML +flipdot/arduino-serial-send +floriama/mandelbrot flosse/nickel-sqlite flosse/openfairdb flosse/r2d2-cypher -flosse/rust-json-file-store -flosse/rust-sun flosse/rust-web-framework-comparison +flowbish/telegram-file-host-bot fluency-in/rust -FluffySauce/fae -flugsio/liru flurdy/rustic-pizza -fluxxu/casclib-rs -fluxxu/mws-rs -flxo/rogcat flxo/rust-nmea flyer-explorer/config -flying-sheep/rust-rst fmcauley/guessing_game -fmcauley/hello_rust -fmendez/katas -fmmartins/chip8 -fmmrtns/chip8 -fn-andrw/hashmacro -fnbk/game-of-life +fmcauley/philosophers +fmeiners/p2p +fmi/rust-homework fnichol/features-rs -fnky/rust-chat +fnimick/rust-gzip +fnproject/fdk-rust folsen/epl2rust +folsen/rustfest2017 forensicmatt/RustyPrefetch -foriequal0/map_rust -ForNeVeR/processor +forensicmatt/r-winreg +forensicmatt/r-winstructs +forrest-marshall/serde-hex +fortheben/highCard forticulous/minesweepe-rs -fotcorn/rust_crypto_challenges -fotonick/mainarizumu_solver -foucault/nvfancontrol -fourdotfiveg/port_scanner-rs -fpgaminer/preserve -FractalGlobal/NTRUMLS-rs +fosu/microbmp +fosu/myceline +fosu/psilocybin +fosu/rust-markov-text +fourohfour/richter fractalide/fractalide -franc0is/cryptopals -franc0is/RustyPebble -FranciscoSilveira/biochemistry-toolkit -francozappa/dedis-rust -FranklinChen/immutable-list-rust -FranklinChen/number-words-rust -FranklinChen/rust-vs-cpp-unique_ptr -frankmcsherry/abomonation -frankmcsherry/columnar +fralalonde/advent-of-code-2017 +fralalonde/dipstick +francesca64/hotwatch +frankier/fst-extra-aut +frankier/suchalotofdata frankmcsherry/COST +frankmcsherry/columnar +frankmcsherry/dataflow-join frankmcsherry/differential-dataflow -frankmcsherry/explanation -frankmcsherry/graph-map -frankmcsherry/graph-scaling frankmcsherry/hilbrank frankmcsherry/timely-dataflow -franleplant/algorithms.rs -franza/euler-project-rust +franleplant/parsers +franleplant/syntaxis_lexer.rs franza/staticdir +franziskuskiefer/cbor-rust fread2281/rust-lz4 -FredericHeem/rust-by-example -FredericJacobs/iAccountability -FredericJacobs/iStringsCheck -freebroccolo/bourbaki.rs freebroccolo/calculating-compilers -freebroccolo/dtlc.rs -freebroccolo/fingertree.rs -freebroccolo/forward-plus-renderer freebroccolo/hkt.rs freebroccolo/lambda.rs -freebroccolo/machine.rs freebroccolo/rope.rs freebroccolo/rust-abt freebroccolo/shoggoth.rs -FreeCX/rust-by-example -freedomio/fio -freedomio/kcp -FreeFull/Asteroids-Plus -FreeFull/ircclient -FreeFull/ngaro-rs -FreeFull/sortix-rust -FreeFull/termimage -freekh/rust-raytracer-example -freez-dh/rust_learning -Freezerburn/rust-text-adventure -freiguy1/rust-roller -freijon/mpvc-rs -freijon/mpvipc -freshtonic/selecta-rs +freedict/libdict +frewsxcv/advent-of-code frewsxcv/alert-after frewsxcv/rust-crates-index -frewsxcv/rust-demonstrate-bug -frewsxcv/rust-graph frewsxcv/rust-quale -frewsxcv/rust-threadpool frewsxcv/rust-two-three -frewsxcv/tiny-http frewsxcv/torrc-rs -Freyskeyd/xmpp-rs -friendlydave/rust-castable +frieky/advent-2017 +friktor/git4telegram frioux/cgid -FROG-TIPS/frog_gopher +frnsys/redis-cluster.rs +frnsys/rust-sim +frostRed/SimpleProgrammingProblems_Rust frostly/quandl frostly/rust-slack -frostly/serializable_enum -frozencemetery/trapper -FrozenCow/rust-airhockey -FrozenData/SGS2-Initramfs-KI4 -frutmonkey/forced_fracture -fsasm/rv1076 -fsommar/backlogrs -fsommer/minesweeper-rust +frozenbears/hyperstencil +fschutt/osmpg +fschutt/printpdf +fschutt/wacom +fschutt/wacom-sys fsommer/redmine_api -FTB-Gamepedia/bunnybutt-rs -FTB-Gamepedia/ftb-rs -ftlc/Rust +fst3a/zlo +fuchsia-mirror/mxruntime fuchsia-mirror/rust_ledger_example -fuchsnj/rust_pubsub +fuchsia-mirror/third_party-rust fuchsnj/validate -fucknohtml/FizzBuzz -FuGangqiang/mdblog.rs +fudini/neurust fuine/katome -fuinelda/rust -fullcontact/lmdb-zero -fulmicoton/tantivy -fulmicoton/tantivy-cli -fungosrs/chibi-c funmaker/mandelrust -funmaker/rust-notifier +funwithbytes/chip8 futile/crufty -fwrs/haruna -fxbox/foxbox +fwrs/rust-bot fxbox/iron-cors -fxbox/multicast-dns fxbox/openzwave-rust +fxbox/quirc-rs +fxbox/users-email-server +g2p/xvf g33kidd/Hut gabdube/native-windows-gui -gabelula/rust-workshop -GabrielCastro/mongo_oplog -gabrielelanaro/boltzmann-rust -gadomski/georef +gabrielgatu/mozzie +gadomski/ape +gadomski/efoy gadomski/las-rs +gadomski/peakbag gadomski/pulsewaves-rs -gadomski/riscan-pro -Galvanization/Galvanize +gadomski/rivlib-rs +gadomski/velodyne +gadunga/AdventOfCode2017 +gagyibenedek/rust-fun +galenelias/AdventOfCode_2017 +galois1/amazon_wishlist +gamache/advent2017 gamazeps/RobotS -Gankro/btree-fiddles -Gankro/collect-rs -Gankro/rust-datastructures +gan74/sdftracer +ganita/akriti-measure gaoxiaojun/rquant -garbas/nix-installer -gareiqc/sorting +gaoyifan/tcp-transparent-repeater garkimasera/vlc-rs garrensmith/mango_smoothie +garrettr/cryptopals garrison/arpack.rs +garro95/zigbee garyd9/initramfs_normal_GT-P6210 garyd9/initramfs_recovery_GT-P2600L gaudecker/geolocation -gaudecker/rust-theft-auto -gavinb/mandelrust gavinb/rust-tiff -gavynriebau/xor-utils -gbersac/gomoku_42 -gbersac/rust_tm_syntax -gbersac/water-42 -gbip/rust-render-engine gcarq/rusty-blockparser gcarq/seek_bufread +gch/rust-xmlrpc gchp/iota -gchp/oxide +gchp/rtop gchp/rustbox -gchp/rust-compiler-plugin-example gchp/selective_middleware -gchp/tcp-test -gchp/termbox-sys -gch/rust-xmlrpc -gcmurphy/rust-capabilities +gdanjou/rocket_skeleton gdey/learnrusttheway -gdvalle/envsub -Geal/cookie-factory -Geal/gif.rs -Geal/langsec-2017-hackathon-code -Geal/nom -Geal/proust -Geal/rustmu -Geal/rust-syslog -Gedweb/rust-gfcgi -GeekcampSG/challenge-2015 -Geemili/ascii-raycaster -Geemili/serial-enumerate -Gekkio/imgui-rs -Gekkio/mooneye-gb -Gekkio/snooze-rs -gekomad/cinnamon_perft -gemmarx/ibus-keysend-rs -GEMScienceTools/notebooks -GENIVI/rvi_sota_client +gears-project/gears-core-rust +geaz/bittrex-api +geeny/geeny-api-rs +geeny/linux-hub-sdk +geertj/math +gegy1000/advent_of_code_2017 +gendx/gravity-rs +gendx/lzma-rs genkgo/gworkerd -gentoo90/winreg-rs -Geobert/rusty_flexi -geofft/redhook -GeorgeKT/cobra-lang -GeorgeKT/menhir-lang +georgemorgan/r64 georust/rust-geo -georust/rust-geocoding -georust/rust-geojson georust/rust-gpx georust/rust-osm georust/rust-polyline -georust/rust-proj georust/rust-shapefile -georust/rust-topojson -gereeter/btree-rewrite -gereeter/llvm-safe -gereeter/mcs-rs gereeter/rust-rays -gergoerdi/rust-avr-chip8-avr -gergoerdi/rust-avr-libcore-mini germanespinosa/rustafaridb getgauge-contrib/gauge-rust -getprocure/procure +getsentry/breakpad getsentry/cronwell getsentry/libsourcemap +getsentry/rust-sourcemap getsentry/sentry-cli getsentry/sentry-rust +getsentry/symbolic getsentry/symbolserver getslash/scotty-transporter -Gexon/dotakiller +gfreezy/rust-raft gfx-rs/draw_state -gfx-rs/genmesh gfx-rs/gfx gfx-rs/gfx_gl -gfx-rs/gfx_macros -GGalizzi/composite ggez/ggez -GGist/bip-rs -Ghirro/rust -ghl3/hermes -ghmlee/keymaker -ghmlee/rust-docker -ghorejsi/rusty-docker-ui +ghost-EU8EUYPhth7DNRyG/nibble +ghotiphud/advent-of-code-2017 ghotiphud/rust_bho -gifnksm/fpt +ghsnd/ntriple +gi-rust/gio-sys +gi-rust/glib-sys +gi-rust/gobject-sys +gi-rust/grust-proof +gi-rust/gtypes +gibfahn/advent +gifnksm/ProjectEulerRust +gifnksm/board-game-geom gifnksm/generic-matrix-rs -gifnksm/oauth-client-rs gifnksm/polynomial-rs gifnksm/power-assert-rs -gifnksm/ProjectEulerRust -gifnksm/telnet-chat gifnksm/topological-sort-rs -gifnksm/twitter-api-rs -gifnksm/union-find-rs -Gigoteur/PX8 -giistr/giistr_api -GildedHonour/atarashii_imap -GildedHonour/frank_jwt -gilles-leblanc/tree-r +gimli-rs/cpp_demangle +gimli-rs/ddbug +gimli-rs/findshlibs gimli-rs/gimli -gimli-rs/object +gimli-rs/leb128 ginesete/fractal_explorer -Ginurx/zmq-rs -gi-rust/gio-sys -gi-rust/glib-sys -gi-rust/gobject-sys -gi-rust/grust -gi-rust/grust-proof -gi-rust/gtypes +giodamelio/little_boxes git-series/git-series -Gizeta/msp430-rust-exercise gjtorikian/mathematical-rs -Gjum/voxelmap-cache gkbrk/rust-cedict -gkbrk/rust-hackchat -gkbrk/RustOre-Classic glacials/hello_genetics -glacio/atlas.lidar.io +glade0lus/LearningRust glaebhoerl/rust-frp glennpratt/gelf-rs -glennpratt/KataEight -glennsl/rust-re -glennw/test-webrender glennw/thread_profiler glennw/wr-sample -glesica/learning-rust -gliptic/rust-liero -globin/rust-string-match +glium/glium +glowing-chemist/QuangoCore gluon-lang/gluon -gluon-lang/gluon_language-server -gluon-lang/languageserver-types -gluon-lang/try_gluon -gmadrid/hunt gmfawcett/rusty-cairo -gmjosack/pgs-files -gmorenz/6ms-delay-test -gmosley/rust-DNSoverHTTPS -GnashCraft/15puzzle-uninformed-search gnidan/solasm gnieto/abxml-rs -gnuvince/minilang-rs -gnuvince/ppbert -goandylok/arraydeque -goandylok/smallbox -gobanos/cis198 -Goerofmuns/chip8-rs +gnieto/cl-cache +gnilchee/rust-clock +gnuvince/roaring +gnuvince/sudoku-rs +gnzlbg/lbm-rs +gobanos/advent-of-code-2017 +goertzenator/cargo-erlangapp goertzenator/erlang_nif-sys goertzenator/liblrust -goertzenator/rustertest -goertzenator/rusttest1 goffrie/plex goffrie/redfa +gohanman/AdventOfCode2017 golddranks/multi_mut -golddranks/ongen -goldeagle/bforge -GoldenBadger/pepp -golemparts/blinkt +golddranks/try_map golergka/iron-file-server +goodcodedev/descr +goodeggs/docker-compose-cacher goodjob1114/startLearnRust -googlecartographer/point_cloud_viewer google/fancy-regex google/font-rs google/hat-backup google/pulldown-cmark +google/rerast google/rspirv google/rustcxx -google/shaderc-rs google/synthesizer-io google/tarpc -google/tensorflow-rust google/xi-editor +google/xi-win +googlecartographer/point_cloud_viewer gooselinux/hsqldb -gordon1992/rust_mpi -GowanR/rust-opt -goyox86/algorithms +gotham-rs/borrow-bag +gotham-rs/gotham goyox86/bailey -goyox86/blog gquintard/libvmod-rust-example -GrahamDennis/dot-rust +grahame/dividebatur2 grahame/limerick -GrahamGoudeau/rum grahamking/rweather -Gram21/pinata_party grandcat/rs_simple_csv_bench -grandynguyen/learning-rust -GravityScore/Canary -greatcodeclub/simple_servers -greatest-ape/rs_bt_tracker -green-coder/cdc -GreenPix/lycan -GreggSchaffter/Lattice +grandynguyen/ToneDetect +graphql-rust/juniper +grdw/atlas-rs gregmalcolm/rust-game-of-life gregsqueeb/CMPE-187 +gregtatum/rust-toy-compiler greizgh/hello-rust greshake/i3status-rust greyblake/conway-rs greyblake/whatlang-rs greyhill/avsfldrs -greyhill/burrito +greyhill/half greyhill/proust -Grieverheart/dsfmt-rs -griiin/EPI -GroupWindowProgram/CommunicateRecordBackUp -gsingh93/24-solver -gsingh93/game-engine -gsingh93/gdl-parser +grosser/hello-rust +grotsev/http_port +growingspaghetti/rust-iron-http-server-hello-world +grubertw/mandelbrot +gsingh93/8-puzzle-solver gsingh93/lang -gsingh93/llvm -gsingh93/ray-trace -gsingh93/rlex2 -gsingh93/rust-coreutils +gsingh93/rust-automata gsingh93/trace gsingh93/xstrings -gsquire/compress -gsquire/concur +gslavin/author_identifier +gsquire/nsq-rs gsquire/nsx -gsquire/reroute gswirski/blobby_volley -gtdtxt/gtdtxt -gtfierro/edamame -gtk-rs/cairo +gtgettel/CHIP-8-Assembler gtk-rs/examples -gtk-rs/gdk gtk-rs/gdk-pixbuf -gtk-rs/gio gtk-rs/gir gtk-rs/glib gtk-rs/gtk gtk-rs/lgpl-docs -gtk-rs/pango -gtk-rs/sys gtolle/rest_client -guangie88/root_exec -Gudahtt/rust-bolt-protocol -guertinlab/kmer_mask_em -guertinlab/seqOutBias -Guiglin/rust_training -guilherme/sg -guillaumebort/glue -GuillaumeGomez/csv-parser -GuillaumeGomez/c_vec-rs -GuillaumeGomez/html-diff-rs -GuillaumeGomez/HTTP-Sender -GuillaumeGomez/mp3-metadata -GuillaumeGomez/process-viewer -GuillaumeGomez/rustdoc-stripper -GuillaumeGomez/rust-GSL -GuillaumeGomez/sysinfo -guilload/exercism.rs -guilload/rottenOS -gunendu/rustcode +guangie88/diskusage_poller +guangie88/linux_cpu_util +guangie88/windows_service +gugi9000/huelarm +guilherme/rust-mach-o-parser +guilload/rotten_os gunine/htc-rider-aosp-device gunine/htc-rider-aosp-ramdisk -Guppster/LearnRust -gustavla/dcpu16 -gustavla/dcpu16-gui -gustavla/timeit +gurki/aoc17 guswns0528/matrix-rs guycook/ochre -gvb/rustypi -gwenn/sqlpest +gw653/rust_adventofcode2017 gwenn/sqlpop -gwicke/btrup -gwicke/html5ever-playground +gws/rust-learn gx-sdk/gx -gyng/rcanary -gyng/rust-raytracer -gyng/synthrs -GyrosOfWar/blog -GyrosOfWar/quake-rs -GyrosOfWar/sickness-sim-rs gyscos/Cursive -gyscos/farmview -gyscos/json-streamer.rs gyscos/libcoinche -gyscos/zstd-rs -gz/rust-cpuid -gz/rust-elfloader +gyscos/subpixel +gyscos/varf +gyu-don/cuda_from_rust +gz/rust-ext2 gz/rust-klogger -gz/rust-perfcnt -gz/rust-raytracer +gz/rust-uio gz/rust-x86 -H1ccup/Cohle -H2CO3/PHiLe -h2non/findup.rs -h4llow3En/pi_lcd haard/rust-codecs habitat-sh/habitat +hackeryarn/rust-practice +hackjoy/learn-rust hackndev/zinc hackthagalaxyssl/initramfs_xxkph -HadrienG2/3photons-rust -HadrienG2/spmc-buffer -hajifkd/emval-rs -Halogen002/Thundersnow -halship/rust-ansi-control +hadeaninc/hadean-101 +hadeaninc/process +hadeaninc/process-c +hadeaninc/ripple +haetze/DemoRust +hajifkd/emcb-rs hamersaw/bluebird hamersaw/mrt-rs -hamersaw/polzat -Hammster/hammsters-game-engine -Hammster/vortex-generator-rs -hamnox/practice -hamstergene/pathmatch handcraftsman/Genetic -Handicap/FinnWars_Fan2 -hanepjiv/column79-rs -hanjaelee/rust-display-example -hanjaelee/rust-hashmap-example -hanjaelee/rust-macro-rules-example +hank-der-hafenarbeiter/Rust-Shannon-Fano hannni/svg_util hannobraun/gfx-rs-evaluation -hannobraun/inotify-rs hannobraun/vndf -hannobraun/zwobot +hansihe/beam_code +hansihe/core_erlang hansihe/rustler -hansihe/Rustler -hansihe/Rustler_Example -hansihe/voxel_worldgen hansjorg/rustci-test-project -happeens/batchtool-rs -Harnesser/rust-dynlib-example -harre-orz/ldap2js -harre-orz/rust_asio -harshavardhana/minio-rust -Hartshorn/Rust -HarveyHunt/loxr -hashmismatch/fsm.rs +happeens/advent2017 +harbinger-ci/harbinger-ci +harindaka/rust-build-script-example +hashedhyphen/rust-twitter-cli hashmismatch/signed_buffer.rs +hashmismatch/sntp_client.rs haskelladdict/scarab -hassanhashem/ZPlatform hastebrot/testground-rust -hatchery/evolution-master -hatmatter/twitch_api +hasufell/rust-libnotify +hator/raes hatsunearu/neuraltoy.rs -hauleth/inter -hauleth/nq -hauleth/simd -hauleth/soma -havardh/geckoboot.rs -havardh/tracer -havarnov/multimap +hatzel/vorleser-server havarnov/rask havarnov/rirc -Havvy/rustlike -hawkw/grist -hawkw/lin -hawkw/seax_svm +havarnov/simple-json +havarnov/trie-router-recognizer +hawkingrei/wdb +hawkw/cs382-final +hawkw/seax_scheme hawkw/sos-kernel -hawnzug/cube -haxelion/rds -haxelion/subbuster -haxney/rust-asn1 +hawnzug/simple-type-infer haxney/speculate -hayatoito/icfpc2016-origami +hayatoito/icfp2017 +hayatoito/rxslt haywood/apidoc-cli -hdevalence/zkp +hcpl/coreutils-date +hcpl/tg-tui hdgarrood/lua_in_rust healerkx/mysqlbinlog-rs -heartsucker/iron-csrf +hean01/mujs-rs heartsucker/rust-csrf heartsucker/rust-secure-session -heartsucker/rust-tuf -Heather/Mirana -hecal3/cargo-install-upgrade -hecklers/heckle.rs -hegel5000/cis198-final -helena-project/libtock-rs +heinrich5991/libtw2 helena-project/tock -hello-marmalade/rust-lifx-lib helloworld116/BaiduMapTest hendrikx-itc/cortex -henke1010/snake-ai -Henning-K/arcade-rs -Henning-K/cargo-authors -Henning-K/exercism-tasks -henninglive/logitech-lcd -henrikhodne/travis-build-rs -henrybaxter/pyegsphsp hephex/api -HeroesGrave/Advent-Of-Code -HeroesGrave/cereal -HeroesGrave/ecs-rs -Herschel/rusty-pong -Herschel/swf-rs -hershi/Exercism +hernandp/Core65x2 +hertz4/hztrack hestela/ompi-rust hestela/rust-psm -HeXA-UNIST/hexafs -hexid/posix_pts.rs -hexjelly/elma-lev2map -hexjelly/elma-rust -hexjelly/rust-odroid-test +hexe-rs/Hexe +hexgolems/rmpc hexops/hexi hfiguiere/aplib-extractor -hfiguiere/gpsami hgb2/PSAS-Capstone -hhatto/boom-rust -hhatto/myprofiler-rust +hhanh00/adventofcode2017 +hhatto/cargo-parallelbuild +hhatto/cargo-quickfix hhatto/pixiv-isucon2016-rust +hhatto/ray-tracing-in-one-weekend-in-rust +hhatto/rust-rlogger hhatto/rust-snippets -hibari/hibari-brick-rs -hibariya/pty-rs -hibariya/pty-shell -hikelee/iron-params +hiimtaylorjones/diesel-demo hikelee/persistent-time -hikelee/session -hiredman/pglinearmodel -HiroLord/PegGame -HiroLord/StringTheory -hirschenberger/modbus-rs -hiseni/mastering-rust -hiseni/programming-rust -hiseni/trpl +hikelee/template +hinaria/bite +hiromasu/trait_rs +hiseni/binpatch hjr3/building-better-interfaces hjr3/future-mpsc-example -hjr3/hal-rs -hjr3/hal-rs-demo hjr3/mob hjr3/newrelic-rs -hjr3/rust-get-data-from-url +hjr3/php-rpm +hjr3/selecta-score-rs +hjr3/softnet-stat hjr3/weldr -hlorenzi/customasm -hngiang/marathon-for-work -hngiang/rust-accountkit -hngnaig/rust-accountkit +hluk/advent-of-code-2017-rust +hmeyer/stl_io +hmeyer/truescad +hmwill/storax hngnaig/stripe-rust hobinjk/rust-osc hobinjk/rusty-raft -HOLYCOWBATMAN/rust-asm-demo -HOLYCOWBATMAN/rust-opengl-lab -holyshared/lcov-parser +hobinjk/tokio-websocket +hobofan/dredd-hooks-rust +hoffa2/tolla +holmgr/gemini +holmgr/redox +holmgr/rymdbiljard +holtchesley/braun +holtchesley/bridsons-rs honeypotio/searchspot -hon/study_rust honzasp/comprsr honzasp/comprsr_test -hoodie/asciii-rs -hoodie/bill-rs -hoodie/claude-rs +hoodie/battery-rs hoodie/concatenation_benchmarks-rs hoodie/dateparser_benchmarks -hoodie/icalendar-rs hoodie/magnetoplasmadynamic-thruster -hoodie/miniweb hoodie/notify-rust hoodie/rust-chess -hoodie/toastify -Hoonter/GDoH +hoodie/wake-the-nas hopey-dishwasher/termpix -horie1024/rust_guessing_game -Hossein-Noroozpour/vulkust housleyjk/ws-rs -Hoverbear/digitalocean -Hoverbear/etters -Hoverbear/example -Hoverbear/raft-rs -Hoverbear/rust-rosetta -HowNetWorks/ama -HowNetWorks/trytls-rustls-stub -hpaluch/rust-hello-world hq5na/cs4414-ps1 hq5na/cs4414-ps3 -hroi/netflowv9 +hrektts/piece-of-code hroi/rust-snmp -hroi/treebitmap hrysd/rust-on-heroku-with-docker -hsharpsoftware/rust-realworld-example-app -hsheth2/sieve +hsharpsoftware/rust-web-iis hsivonen/encoding_rs -hsivonen/recode_rs -hsoft/reddit-rs htmldrum/file-server-rs -hualet/termusic-rs hugoduncan/hulk hugues31/coinnect -hugwijst/parcp -hugwijst/rtmpl +hugues31/tars +huhlig/ferrite +hukumka/delaunay_rs +human9/rsif humb1t/anduin +hungweiwu/guessing-game +huntaub/ajidamal huntaub/cs4414-ps3 -hunterlester/postgres_rust -huonw/bad-error-messages-a +hunter-packages/hunter-bot +hunterlester/safe_iot huonw/brainfuck_macros huonw/card-trace huonw/cfor -huonw/crates.io-graph -huonw/external_mixin +huonw/char-iter huonw/fast-math -huonw/fftw3-rs huonw/fileinput huonw/float huonw/fractran_macros -huonw/hamming huonw/header -huonw/icfp-2014 huonw/ieee754 huonw/multibuilder huonw/order-stat -huonw/prime-website -huonw/random-tests -huonw/revisiting-knn huonw/rust-malloc huonw/rust-rand huonw/shared_slice @@ -3570,132 +3731,82 @@ huonw/simdty huonw/simple_parallel huonw/slow_primes huonw/strided-rs -huonw/tz-search -huonw/unicode_names -huonw/var -huyng/artcmd -hvze/euler.rs +huwwynnjones/oci_rs +huytd/codedaily-v3 +huytd/mvvm-rs hwchen/acs-explorer hwchen/secret-service-rs -hwiechers/chess_pgn_parser -hwiechers/peggler hxc7af/cs4414-ps1 -HybridEidolon/psuseed -HybridEidolon/rustvita +hyperium/http hyperium/hyper +hyperium/mime +hyperledger/indy-crypto hyperledger/indy-sdk hyperlogic/vmath +hypp/modfile hyunsik/jni-rs -hyunsik/libhdfs-rs -hyunsik/rust-jni-template -Hyuntae-Lee/stock_finder -ia0/data-encoding +hyunsik/tokamak +i2p/i2p-rs +iBelieve/aeropi-rs +iBelieve/gnome-inbox +iBelieve/oxide +iKevinY/ghoti.rs +iKevinY/ultra +iTakeshi/YARS iamdustan/slack-imposter -iamlouk/pythagoras-tree -iamtyler/iocp.rs -IanConnolly/which.rs -ianhedoesit/lirsp -iankronquist/rustyvisor iansharkey/hellomoon -iansuvak/project_euler -iasoon/KeyboardOptimizer-LayoutGen-3000 -ibabushkin/bartender ibabushkin/gabelstaplerwm ibabushkin/rust-semverver -ibawt/myco -iBelieve/oxide -ibrokethat/httpo +iburinoc/gr_trace icasdri/stabping +ice1000/proj_manager +icefoxen/games-rk2 icefoxen/gfx-instancing-no_gfx_app_ -icefoxen/rust-dietician +icefoxen/ggez-goodies icendoan/Fun -icendoan/jit -icendoan/kappa -iCepa/tun2tor -icode-live/timber_rs -icorderi/rust-await -ideasman42/block-array-cow +idanarye/tmp-learnpiston +ideasman42/png-encode-mini-rs ideasman42/rangetree-rs identifer/RayTracer -idobata/hokaido idor/Android -ids1024/redox-bootstrap -idubrov/hd44780 -idubrov/stepgen idupree/rust-code -i-e-b/RustExperiments -ifeherva/UnityPackRust -igaozp/LearnRust -IGI-111/Smith +ifesdjeen/rusty-pipes ignisf/plovdivconf-presentation-2013 -ignisf/rust-ap igor-petruk/rcsv -igrs/pog-status ihalila/pancurses -ihalila/pdcurses-sys -ihmccreery/the-rust-guide -ihrwein/actiondb +iherbig/rustsnes ihrwein/enum-display-derive -ihrwein/matcher-benchmarks -ihrwein/sertest iirelu/swf-headers -iKevinY/blerp -iKevinY/ghoti.rs -iKevinY/ultra +ikonovalov/rust-cryptocurrency-demo ilammy/sabre -iLGunners/Ackermann-Function-Rust +ilerik/bitcoin-tools +ilianaw/rust-cpython-json ilianaw/rust-crowbar -ilkosta/odt2pdf -illdefined/endian illegalprime/rust-ddp +illim/fserve ilpianista/arch-audit ilpianista/base16-builder-rust -ILyoan/Espressor imazen/imageflow -imbaczek/organize-by-mtime imbaczek/rust-lightsout imjacobclark/Herd -Immington-Industries/rust-wlc -Immington-Industries/way-cooler -Impl0x/RUSTFUCK -Implox/RUSTFUCK -impowski/aurust -imp/requests-rs +imnotbad/adventofcode +imnotbad/permutation_test +imp/libcratesio-rs imrehg/bmpow-rust imrehg/rust-freegeoip -Imxset21/rustsci -inchingforward/reasonml-koans +imsut/untangled +indefini/server +indeyets/rust-nquads indigits/scirust -indiscipline/rpp-nudger indiv0/colonize -indiv0/ferrum -indiv0/tcod_window -indiv0/wolfram-alpha-rs -indiv0/xkcd-rs indutny/asm.rs indutny/beamwand indutny/linearscan.rs inerte/ctci-rust -infincia/safedrive-sdk -InfiniteDarkness/SweetEngine -infinityb/dbus-rust -infinityb/rust-experiments -infinityb/rust-ffi-experiment infinityb/rust-irc -infinityb/rust-irc-bot -infinityb/sleepshell -infinityb/temper -influenza/wand-of-rust -infynyxx/hello_rust -infynyxx/rust_algorithms +ingramam/learn-rust initrc/avmt -Inityx/minesweepfinity -Inityx/tetroids -inq/nixie -inq/thief -InQuicker/ecr-cleaner -InQuicker/kaws -InQuicker/ktmpl +inotify-rs/inotify inre/cupi inre/mioqu inre/rust-mq @@ -3703,1507 +3814,989 @@ insane-adding-machines/frosted2 insaneinside/cripes insaneinside/symtern insanitybit/Cricket -insanitybit/derive_aktor insanitybit/sandbox -insanitybit/typed-imap -Insomgla/drumfeels -Inspiravetion/EventEmitter -Inspiravetion/highlightrs -Inspiravetion/RWVec -intecture/agent -intecture/api -intermezzOS/journey +instructure/canvas-data-loader +instructure/ec2-rs +intecture/cli +intel-hpdd/rust-libzfs intermezzOS/kernel -intermezzOS/vga -ionProject/ionMath -iopq/monoid -iorust/msgp-rust +intrepion/example-x-rust-x-rustbyexample-com-x-crates-link +intrepion/example-x-rust-x-rustbyexample-com-x-error-map +intrepion/example-x-rust-x-rustbyexample-com-x-error-option_with_result +intrepion/example-x-rust-x-rustbyexample-com-x-error-result-result_alias +intrepion/example-x-rust-x-rustbyexample-com-x-flow_control-if_else +intrepion/example-x-rust-x-rustbyexample-com-x-generics-where +intrepion/example-x-rust-x-rustbyexample-com-x-hello-comment +intrepion/example-x-rust-x-rustbyexample-com-x-macros-dry +intrepion/example-x-rust-x-rustbyexample-com-x-primitives +intrepion/example-x-rust-x-rustbyexample-com-x-scope-lifetime +intrepion/example-x-rust-x-rustbyexample-com-x-std-hash-hashset +intrepion/example-x-rust-x-rustbyexample-com-x-std-option +intrepion/example-x-rust-x-rustbyexample-com-x-std_misc-process-pipe +intrepion/example-x-rust-x-rustbyexample-com-x-trait +intrepion/example-x-rust-x-rustbyexample-com-x-trait-derive +intrepion/example-x-rust-x-rustbyexample-com-x-variable_bindings-declare +inux39/Coder +inxi-pc/ghost-rust +ionProject/--DEPRECATED--ionEngine +ioncodes/sam-rs +ioncodes/snesutilities +ioncodes/trexgenerator +iorust/jsonrpc-lite +iorust/nodepack iorust/redis-cli iorust/rstatic +iorust/tokio-rpc iosdeve/Waypoint -iot-paas/auth-service -iovxw/dropzone -iovxw/jandan_pic_bot +iovxw/jsonpull +iovxw/rssbot ipgen/rust -iquiw/ewrs -irauta/bitreader -irauta/reframe -irauta/regl -irauta/regl-app -irekf/RustSandbox -iron/body-parser -iron/common +iptq/typhon +ir5/tetris20g-ai +irishshagua/Snooper iron-graveyard/static-file +iron-oxide/mesos-rust iron/iron iron/iron-doc -iron-kernel/bytesize -iron-kernel/julian -iron/logger -iron/mount -iron-oxide/mesos-rust -iron/persistent iron/router -iron/session iron/staticfile -iron/static-file -Isaac-Lozano/rusty_chess_ai +isaacg1/text +isaev-bolsen/HelloRust isislovecruft/curve25519-dalek -isislovecruft/dalek-rangeproofs -isislovecruft/subtle -IslandUsurper/primes -isra17/dirt -isra17/rust-poll +isra17/adventofcode2017 itang/code-world -itarato/neo4j_rust_client +itchyny/log2hex-rs itchyny/mackerel-client-rs +itchyny/mmpp +itchyny/pihex-rs itchyny/procalive itdaniher/rust-cee itdaniher/rust-pulse-simple-defunct itdaniher/rust-rtlsdr-defunct -Itera/rust-raytracer-workshop -ithamsteri/darkgate -itn3000/simple_nats_client -itsjustsoda/brainruck -itsjustsoda/termbox-rs -Ivan1931/smelter -ivanceras/balisong +itkovian/adventofcode +itpkg/aries +ivan-galinskiy/plasma-project ivanceras/blob-uuid ivanceras/curtain -ivanceras/ivancerust -ivanceras/mandelbrot -ivanceras/r2d2-sqlite ivanceras/rustorm ivanceras/svgbobrus ivanceras/winapi-rust-example ivancich/cheating-boolean-tree.rust ivancich/scanner -ivandardi/RustBot -ivegotasthma/ted +ivanovaleksey/janus-echotest-rs iven/MyPractice -Ivo-Balbaert/start_rust -ivpusic/abplot -iwillspeak/rusty +iwillspeak/docket iwillspeak/ullage -iwinux/snitch -IxMilia/dxf-rs -j16r/gi +jD91mZM2/insult +jD91mZM2/termplay +jDomantas/ComputerNetworks +jDomantas/plank +jFransham/lazy-scoped +jFransham/ncih jaalto/project--procmail-lib -jaburns/rustycast +jackalligator/tetris jackheizer/RustEd -Jack-Ji/rust-cndoc +jackhenderson101/pilot-rs jacklund/i2pd-rs -jacklund/libmacaroon-rs jackm321/RustNN jackpot51/emulition jackpot51/frontier -JacksonGariety/earthmacs-rs -JacksonGariety/euler.rs -jackspirou/rust-hello-world -jacmoe/rustygardens -JacobChang/feblr +jackweinbender/bibtex-rs +jacob-hughes/plang-rust +jacobmischka/adventofcode-2017 +jacobmorzinski/cis198-2016s jacquelinekay/sokorust -jacquesrott/rust-pi -jadamcrain/rust-dnp3-decode +jad340/aoc jadencarver/rusty-rails -jadencarver/superconductor -JadenGeller/Advent2016 -jadpole/jadpole.github.io -jadpole/lichen -jaemk/alphametics -jaemk/badge-cache -Jaffe-/Rusted-nRF52 -jagtalon/browser-toy -jake-bladt/rustlab +jaemk/dp +jaemk/transfer-oldstuff +jaemk/upaste-server jakejscott/rustwebapp -JakeMick/playgroundrs -JakeMick/Walrus -Jake-Shadle/legolas -jakevn/bitbuf -jakevn/udp_simple -jakobdalsgaard/mail-archiver -james-bostock/rust-v6-cmd -JamesDunne/rng-test -jamesjb/jb8 -jamesluke/junkotron -JamesOwenHall/gate -jamespharaoh/rust-btrfs -james-willis/HTTP_server -jamienicol/tetrust -jamii/bigcheck.rs -jamii/make-you-a-database +jakelee8/mxnet-rs +jakeprobst/pqc +jakobdalsgaard/tokio-examples +jakub-valenta/aoc2017 +jakubtuchol/ls +jamesmunns/hello-armv5te +jamesmunns/pide +jamespharaoh/btrfs-dedupe +jamespharaoh/rzbackup +jameysharp/weighted-regexp-rs +jamii/imp +jamiltron/learn_gfx_2d jamorton/loccr jamorton/rust-dcpu16 -jamwaffles/FusionToolTranslator -jamwaffles/zinc-apa106 -jamwaffles/zinc_cube -jandem/hgcollision -jangemue/rust2048 jankes/tetris1 -janno-p/vrally -janogonzalez/rustyboy -janus-cpu/janus-vesta -japaric/aligned japaric/alloc-cortex-m japaric/bb.rs -japaric/blas.rs -japaric/blue-pill -japaric/cast.rs -japaric/compiler-rt.rs -japaric/complex.rs japaric/copper japaric/cortex-m -japaric/cortex-m-quickstart -japaric/cortex-m-rt -japaric/cortex.rs +japaric/cortex-m-rtfm japaric/criterion.rs -japaric/cross +japaric/cty japaric/cu -japaric/cuda.rs japaric/discovery japaric/eulermark -japaric/eulermark.rs -japaric/f3 -japaric/float.rs -japaric/fpa -japaric/futuro japaric/itm -japaric/linalg.rs -japaric/lines.rs -japaric/m +japaric/msp430-rtfm japaric/nvptx -japaric/parallel.rs -japaric/particle-hal japaric/particle-tools japaric/photon-hal -japaric/r0 japaric/rbr2016 -japaric/rc.rs -japaric/rustc-cfg -japaric/rustic +japaric/rtfm-syntax japaric/rust-san +japaric/rustc-cfg japaric/rusty-edge japaric/sc-gen japaric/seq.rs -japaric/simplot.rs -japaric/stats.rs +japaric/stcat japaric/steed -japaric/stm32f103xx +japaric/stlog japaric/stm32f30x-memory-map -japaric/stm32.rs -japaric/svd japaric/svd2rust -japaric/termios.rs -japaric/untry +japaric/swap-ld japaric/utest -japaric/vcell japaric/vl japaric/xargo -jappeace/5ol -jaredmcdonald/toy-browser -jaredonline/graphql-rs -jaredonline/rust-php -jaredonline/rust-roguelike -jaredonline/rust-skip-list jaredwy/socket.rust -Jascha-N/minhook-rs -Jascha-N/minject-rs -jashank/i3status-rs -jasobrown/polaris +jaroslaw-weber/rust-ml-from-scratch +jaroslaw-weber/rust-procedural-macros-examples +jaroslaw-weber/slime jasom/rust-critbit jasonbaker/tim -JasonBock/LearningRust -jasonkliu/LearningRust -JasonStein/BlendMIUI-ARC-ramdisk -JasonStein/BlendMIUI-NEO-ramdisk -jasonthompson/flac-metadata +jasonhansel/kineticvm +jasonlam604/RUST-Cargo-Boilerplate +jasonlam604/rust-stock-technicals +jasonwhite/button-rs +jasonwyatt/braid-lib +jatcwang/immix-rust jauhien/iron-kaleidoscope jauhien/iron-llvm -JavaCakess/Tag -jawline/klee-rust -jawline/New-Worlds -jawline/rust-experiments -jawline/RustMatrix -jawline/rust-sat +jawline/LightRoom jawline/SimpleLog -jaydenhe/weixin -JayKickliter/monkey -jaysonsantos/bmemcached-rs -JayTheBestMan/my_rust_playground +jaysonWL/Invaders +jaysonWL/digit_group jbaldwin/game_of_life.rust jbarnette/roux jbcrail/beanstalk-rs jbcrail/project-euler -jbendig/fix-rs jbg/bitcoin-consensus -jbornschein/rust-mcts +jbhannah/adventofcode2017 +jblake/remote-ff +jblondin/etl +jblondin/piske jbradaric/rust-base32 jbschlosser/tome -jburell/internet-of-coffee -jcdyer/virs jchinlee/rust_scratch -jcolag/Phauxfiles -jcorme/apscores -jcoyne/rust-rdf -Jcrash29/RustTutorial +jchlapinski/napi-rs +jcranmer/llstrata jcreekmore/pem-rs jcsoo/futures-test -jcsoo/simple-ring -jcswart/rp -jdekstrand/nqueens -JDemler/perlin -JDemler/perlin-core +jdeeny/rust-chip8 +jdelgadoalfonso/vultrapi-rs jdk2pq/cs4414-ps1 jdk2pq/cs4414-ps2 +jdm/accessible +jdm/accountable-refcell jdm/gooey jdm/nom-workshop-exercises jdm/rsed jdm/ruby-mri-rs jdm/rust-socket -jdupl/rust-alsb -jean553/rocket-kafka -jean553/rust-exam -JeanDenisVIDOT/yaml_file_handler +jdmichaud/md4 +jdroenner/xxl-container +jdunnaway/rust_playground +jean553/rust-tic-tac-toe jeandudey/brwm -jeandudey/xrb-rs +jeanm/bib-parser jeaye/ncurses-rs jeaye/q3 -jedahan/rustboy -jedahan/rustychain jedestep/rust-scratchpad -jedisct1/dnssector +jedireza/warc jedisct1/edgedns jedisct1/flowgger -jedisct1/geoip-sys -jedisct1/iptrap -jedisct1/rust-arc-cache jedisct1/rust-bloom-filter jedisct1/rust-bpf jedisct1/rust-cart-cache -jedisct1/rust-clockpro-cache jedisct1/rust-coarsetime +jedisct1/rust-count-min-sketch +jedisct1/rust-framestream jedisct1/rust-httpserver -jedisct1/rust-hyperloglog jedisct1/rust-jumphash -jedisct1/rust-nats -jedisct1/rust-privdrop jedisct1/rust-socket-priority -jedisct1/rust-sparx jeeb/android_device_huawei_u8800-cm9 +jeehoonkang/crossbeam-queue jeehoonkang/rcu-rs jeenalee/tv1d -JeffBelgum/statistical -Jeff-Hostetler/learning-rust +jeffdn/canteen-impl +jeffdn/rust-canteen +jeffdn/rust-stuff jefflembeck/learnrustthehardway -JeffMurray/must -jeffparsons/planetkit -jeffreysbrother/rust jeizsm/linq-rust -Jellonator/Bit-Assembly -JelteF/defaultmap -JelteF/derive_more -JenkinsDev/DiningPhilosophers -JenkinsDev/SimplexNoiseGenerator jensnockert/aurora.rs jensnockert/cairo.rs -jensnockert/clinfo.rs jensnockert/cl.rs +jensnockert/clinfo.rs jensnockert/clutter.rs jensnockert/crypto.rs jensnockert/opencl.rs jensnockert/string.rs +jensnockert/tls.rs jensnockert/uuid.rs jensnockert/vector.rs -Jenyay/citystreetlist -jeremija/lit -JeremyChase/rconfig +jeppeb91/My_Os jeremycw/http.rs +jeremykr/perlin-rust jeremyletang/arrakis jeremyletang/cs4414-ps1 jeremyletang/cs4414-ps2 jeremyletang/decay jeremyletang/ears jeremyletang/rgtk -jeremyletang/rustedcraft -jeremyletang/rustenstein3D -jeremyletang/rust-haml jeremyletang/rust-sfml +jeremyletang/rustedcraft +jeremyletang/rutile jeremyletang/strtokenizer.rs -jeremyletang/trueskill-rs -jeromefroe/echo_futures -jeromefroe/echo_mio -jeromefroe/echo-rs -jeromefroe/echo_threaded jeromefroe/jmphash-rs jeromefroe/lru-rs -Jeschli/math-chord-rs -Jeshwanth/rustpractice jesical516/benbenTaxi jeslyvarghese/rust-lessons -jesnor/rust-utils -JesperAxelsson/rust-intmap -jespino/rs-taiga jesse99/rparse jesse99/rrdf -jesse99/rsimbase jesse99/runits jesse99/rwebserve -JesseH-/crypto-pals +jesyspa/fularuha jethington/hungry_puppies -jethington/RustBinarySearchTree jethrogb/namedlock-rs -jethrogb/rust-core_collections -jethrogb/rust-core_io +jethrogb/rust-cexpr +jethrogb/rust-mbedtls jethrogb/sgx-utils jetlang/rust -jevankovich/scheme -jferard/r-graphs -jffry/rust-lychrel -J-F-Liu/pom -jfoley/minesweeper -jFransham/quake-level-loader -jFransham/relationite -jFransham/test-game-rs +jfager/minmaxheap +jfelts1/Rust +jfgreen/rusty-boids +jfornoff/rust-socket-playground jfredett/gumsh -jfrsmith/eliza -jgallagher/building_time +jfrsmith/advent-2017 +jfultz/git_prompt jgallagher/rusqlite +jgallagher/rust-serialize-trait-objects jgashe/CS4414-PS1 jgillich/hyperdav -jgraham/mozversion jgraham/rust_mozprofile -jgraham/rust_mozrunner -jgrillo/forecast-rs +jgrowl/qix +jhagans3/dist_storj jhance/rust-s3 -jhbabon/scout jhbabon/slate jhebus/channels +jhedev/procsps jhermsmeier/rust-bencode jhermsmeier/rust-sift jhm2kc/cs4414-ps1 -jhoudan/rustcastai jiangyang/llrb-rs jianingy/dynsync +jianingy/hack_log jianqiang-411/baiduMap jibyjose/cm7_vendor_lge_thunderg -JIghtuse/rosetta -jihokoo/profile -jimblandy/exercises -jimblandy/julia-glium -jimblizz/os -jimbobhickville/rust-mp3db +jihoonson/arrow-rs +jihoonson/iron-arrow +jimblandy/ex-triangle jimfulton/byteserver -Jim-Holmstroem/RunRustFromLua -jimmidyson/rcm -jimmycuadra/ghlabel +jimktrains/drsdb +jimliang/rust_codewars jimmycuadra/rust-etcd jimmycuadra/rust-fleet +jimmycuadra/rust-shellwords jimmycuadra/serde_test jimrollenhagen/rust-torrent -jimrybarski/autogram -jincreator/motor +jimtracy/rust99 jinfenglin/gash -jinfenglin/Zhttpa -JinShil/rust_arm_cortex-m_semihosted_hello_world -JinShil/rust_arm_cortex-m_semihosted_hello_world_libcore -Jirachi/test-resources -jiri/rust-spark -jjgz/debug_geordon -jjgz/rnet -jjgz/server -jjkr/rust -jjpe/libcereal -jjwest/gentlemen-rs -jkarns275/random-access-file -jkcclemens/bins -jkcclemens/git-freq -jkcclemens/playwith +jirutka/git-metafile +jjjjw/rust_elmish_rocket +jjpe/radix +jjst/advent-of-code-2017 jkcclemens/SpongeJNI +jkcclemens/make_hyper_great_again jkoelker/android_device_b4 -jkordish/feretto -jkordish/s3post.rs -jkozlowski/tokio-file-aio -jld/adventofcode-2015-rs +jkordish/feretto.rs +jkpl/bd3d +jl-eiki/rusty-ant jld/defcon20 jld/icfpc12 jld/tinsnips +jleahred/embed_dir +jleahred/indent_tokenizer jleedev/cinnabar jlippitt/snailemu -jmacdonald/scribe -jmagnuson/ahrs-rs +jmacdonald/fragment +jmars/drum jmatraszek/haxonite -jmcomets/lemmeguess-rs +jmccormack200/Rust jmcomets/panoradix -jmesmon/exfat-rs +jmelion/aoc_2017_rust +jmesmon/aesti +jmesmon/build-env jmesmon/hash-roll +jmesmon/io-at jmesmon/rmp-serde-bork -jmesmon/rs-iter-read -jmesmon/rust-lib-bin -jmesmon/rust-ssap +jmesmon/rust-systemd jmesmon/sodalite -jmesmon/tofu +jmgao/cxa_demangle +jmgao/unravel jmgrosen/light-sculpture jmgrosen/shorai -jminer/clear-coat -jminer/rust-avro -jmitchell/data_structures -jmitchell/multiset jmmk/rust-cave-story jmmk/rust-signals jmmk/rustxb jmpspace/lc4 jmptable/beta_rust -jmquigs/greycrypt +jmquigs/rotor-webserver jmquigs/rs-barfly -jmtuley/rust-trie jneem/ascii-set -jneem/memmem -jneem/pijul -jneem/range-map -jneem/refinery -jneem/regex-dfa +jneem/dfa-runner jneem/rust-playground -jneem/searchers -jneem/wu-manber -jneen/ixl-rust +jneem/string-matching-benchmarks jnicklas/build_compile -jnicklas/earley jnicklas/standard_error -jnordwick/rik +joaodelgado/advent_of_code_2017 joar/rust-game-of-life -jo/couchdb-global-changes-rs -jocull/rust-measurements -joechrz/treehash -joe-chung/json-rs +joel-wright/rust-swiftclient +joelburget/evm-rust +joelself/multitail joelself/toml_parser -joelwkall/lgidcf joewalker/barnardsstar -joeyfeldberg/rust-opensubtitles -joeyism/rURL -JohanLarsson/benchmark_rust -johannesg/mandelbrot-rust -johanneskoester/alpaca -johannestaas/rust-passivedns johannhof/difference.rs johannhof/lava -johannhof/markdown.rs johannhof/pipeline.rs johannhof/rust-crawl -johncf/infotree -johncf/mines +johncf/text-buffer +johnernaut/OpenVNC johnmq/john -JohnMurray/string-match -John-Nagle/rust-rssclient -johnpmayer/drebbel -johnschug/rust-gcrypt -johnschug/rust-nettle -johnshaw/magnetic -Johnson-A/Crabby +johnschug/build_helper +johnschug/rust-gpg-error johshoff/gibbon -johshoff-rustbook/guess jojahner/rust_playground -jolting/robot -Jon0/audio-rust -Jon0/ofs-rust -Jon0/rwc +jolhoeft/websession.rs +joliv/easing jonalmeida/txtdb -jonasbb/ctftimebot -jonasp/ers jonas-schievink/cargo-at -jonas-schievink/cargo-local-pkgs -jonas-schievink/chip-8 -jonas-schievink/rustasm6502 +jonas-schievink/slicevec jonas-schievink/xml-rpc-rs -jonasschneider/cor -JonasToth/macrobm +jonasbb/ctftimebot +jonasbb/pcapgen +jonathandturner/actress jonathandturner/rhai -jonathandturner/rustls -jonathandturner/rustnewbie -jonathandturner/rustyjit jonathandturner/rustynes jonbinney/ros_rust -joneshf/sudoku-solver-rs -jonfk/project-euler jonhoo/arccstr jonhoo/bus -jonhoo/buzz -jonhoo/fantoccini -jonhoo/guardian +jonhoo/hanabot +jonhoo/incomplete jonhoo/rucache jonhoo/rust-at-sunrise jonhoo/rust-evmap jonhoo/rust-ibverbs -jonhoo/shortcut -JoNil/persistent_array +jonhoo/rust-zipf +jonhoo/tally +jonirrings/2048 +jonvallet/rust-guessing-game jonysy/array jonysy/hypospray -jordanbray/chess +jordanlewis/tis100 jordelver/spotify-backup jordwalke/ReLayout -jorendorff/cell-gc -jorisgio/ductgraph -jorisgio/spinlock.rs +jorendorff/atomicbox joris-r/bobobib -jorissoris/nbabel-rust jory/rustyhex -josefwaller/HamletZelda -josephburnett/jack-web-audio -JosephCatrambone/catpicture -JosephCatrambone/ReBUILD -josephglanville/wobot joseph-montanez/Rusty-Account-Manager -JoshAshby/rust-random +josephroberts/rust-guessing-game +josephroberts/rust-playground joshbtn/PullAllStashRepos joshdholtz/raven-rust -joshhartigan/lemurs -joshleeb/Igo joshlisko/cs4414-midterm joshlisko/cs4414-ps1 joshlisko/cs4414-ps3 joshmackey/ruTorrent-Installer -JoshuaBatty/bit_crusher +joshterrell805-historic/rust joshuata/datalog -joshuawarner32/libbsdiff -joshuawarner32/rsdiff -JosiahOne/Objectify-HTML -Josko/revhz -jostly/terragen -Jouan/RustProjects -joukewitteveen/stampstamp -jpastuszek/rust-hello-world +joshuawarner32/rust-git-fs +jpastuszek/varnishslog jpatel531/pusher-http-rust -jpernst/epitaph -jpochyla/trezor-rust-experiment -jq-rs/mles-rs +jpco/tinsh +jpernst/rental +jph98/rust-guessinggame +jraigneau/maxtables jramapuram/hal jrasky/corepack -jrasky/kernel -jreyes33/prensa-corrupta +jrburke/speakerbotrs jrmarti1/game_server jrmuizel/pdf-info jrmuizel/rust-lzo +jrmuizel/wr-binding +jroblak/rustproj jroesch/acetic -jroesch/concurrency -jroesch/grading-framework jroesch/molten -jroesch/pg-typeprovider -jroesch/rust-github jroesch/rustv jroesch/tarnish jroweboy/oxidize jroweboy/rust-web -jsagfr/bbg-motor-bridge-cape +jrvanwhy/peuler-lib-rust +js-dist-paritytech/parity-master-1-9-v1 jsanders/rusque jsanders/rust-rsa +jsdw/advent-of-code-2017 jsdw/anagrammer jsdw/fuss jsgf/libaio-rust -jsgf/promising-future jsgf/rocksdb-sys jsgf/rust-hdrhistogram jsgf/rust-xdr -jshrake/rustmade-hero -jshumway/rust-snake -jsirois/rnps +jsonnull/valor jstark/thrust jstasiak/rust-socket jstnlef/rustris -jswrenn/fireplace -jswrenn/flake +jswrenn/beep jswrenn/rustylog jtb5np/OS_Final_Project -jtdowney/som-rust -jteplitz602/Rusty-Raft jtianling/toc-auto-add -jtobin/cryptopals jtomschroeder/cedar -jtuchsen/colors -jturner314/struct_array -juanibiapina/collatz-rs +jtomschroeder/ether juanibiapina/forust -juanibiapina/lish -juanibiapina/lish-poc +juanibiapina/king juanibiapina/winmux -juanibiapina/zas -juchiast/backup -juchiast/timeline judofyr/ratcher -Jugendhackt/graas-client -juggle-tux/srttool +juggernaut/twilio_rust jugglinmike/rust-study -julianandrews/markovpass +juleskers/exercism.io-rust julienXX/email-checker julienXX/fingers julienXX/rust-experiments julienXX/simple-server -julienXX/soccer +julioolvr/itsy-bitsy-data-structures-rust +juliusdelta/rust-rocket-api junyao/OurMaps -junyw/rust-server -jupp0r/node-api -juscing/cs4414ps1 +jupp0r/cpp-codegen-rs juscing/cs4414-ps2 juscing/cs4414-ps3 juscing/cs4414-ps4 -JustANull/pc3_client -JustAPerson/vos +juscing/cs4414ps1 +justanotherdot/lbadb justinas/three-dead-protocols justincampbell/url-shortener-rust -JustinDao/cs4414-ps1 -JustinDao/cs4414-ps3 -justinj/last-layer-algs -justinlatimer/littletest -justinlatimer/sassaurs -justinnoah/rtracker -justinnoah/rustrix -justinsacbibit/dmg -justinsacbibit/pong-rs -JustMaximumPower/TestCpu +justinian/ipecho juszczakn/rshell +jutuon/egl-sys jvalinsky/rust-game +jvff/serde-xdr jvns/ruby-stacktrace jvns/rust-fun -jvns/snake.rs +jvranish/rust-embedded-example +jweinst1/mushroom +jwilles/project-euler jwilm/alacritty jwilm/chatbot -jwilm/iron-hmac jwilm/json-request -jwilm/linebased jwilm/pagerduty-rs jwilm/racerd jwilm/retry-after -jwilm/startuppong-client-rs -jwilm/strava-rs -jwilm/vte jwise/rlambda jwise/rustfftw -jxcl/rust-autocomplete -jxv/irc-rs -jxv/vindinium-starter-rust +jxson/to-directory jya/cs4414-ps1 +jzhu98/telescope +k-h-m/sigen k0kubun/xraise k0nane/Twilight_Zone_initramfs +k0nserv/advent-of-code-2017 k0nserv/rust-isqrt -k0pernicus/giwyn-rs k0pernicus/packetSniffer -k0pernicus/rust_examples -k0pernicus/webcrawler-rs +k0pernicus/rust_exercism +k1502606/differencer +k22pr/rust-study k4nar/rust-playground +kaedroho/bt3 +kaedroho/orbkb kaedroho/rusticsearch kaegi/kdri-c-wrapper -kaegi/subparse +kaegi/netinfo-ffi kageurufu/rustboot -kainino0x/rspt -kainino0x/rust-vulkan-bind +kahing/catfs kainino0x/wasm-call-js-from-rust -kaitai-io/kaitai_struct_rust_runtime +kairosswag/aoc kaitodaishi/kaitodaishiosps1 kaitodaishi/kaitodaishiosps2 -KaivoAnastetiks/notes kaj/chord3 +kaj/rphotos kaj/rsass +kaj/ructe kakkun61/Rust-Exercise -kaksmet/jpeg-decoder -kalail/rust-http kali/hue.rs kali/opencv-rust -kalmanb/rdkafka-rust -kamadak/exif-rs +kallisti5/mbr kamalmarhubi/syntex-syntax-example -Kambfhase/rust-challenge -kamer16/gsearch kamicut/rust-fractal-experiments kanepee/sc02b_initramfs kanru/pcmanx-rust +kanru/standups_weekly kans/rag -kantic/termc -kanvaz/atelier-rest-api -kardeiz/cookie-fe -kardeiz/flash-fe -karledurante/try_rust -KarlHerler/graph +karai17/crml +kardeiz/reset-router +karjonas/aoc2017 karl-zylinski/Hollobock -KarlZylinski/Hollobock -karl-zylinski/zwm -KarlZylinski/zwm -kasbah/looper -kaseyc/hephaestus +karledurante/try_rust +karlvlam/hkosc2017-demo kaseyc/Learn-Rust kaseyc/RustTorrent +kaseyc/hephaestus +katafrakt/bletchley katecpp/Hangman katis/apollo katis/fe -katjajohanna/rust +katis/spine-data +katis/spine-ggez-experiment kattrali/rust-mac-app-examples -kattrali/thyme -kawausokun/squattings -kayak233/crayon -KayDevs/12-Tone +kaustavdm/rust-sharedlib-demo kayellpeee/blewm kayellpeee/rusty_sieve +kayentech/kayen +kazagistar/advent2017 kazagistar/nsmooth -kazagistar/okasakish -kAzec/find_file -kazuki/lwc -kazuki/rust-hsa kazuki/waifu2x-hsa -Kazy/quickswitch-i3.rs -kbacha/rush_hello_world +kbacha/grusp kbacha/rust-http-sandbox kballard/alfred-rs -kballard/flip-text.alfredworkflow kballard/rust-ircbot -kballard/rust-irclib kballard/rust-lua kballard/rust-termbox -kballard/swift-demangle.alfredworkflow +kballard/storyboard-color-value.alfredworkflow kbaribeau/text-adventure kbknapp/cargo-count -kbknapp/cargo-extras kbknapp/cargo-graph kbknapp/cargo-outdated kbknapp/clap-rs kbknapp/clap-validators kbknapp/cli2048-rs kbknapp/corectl -kbknapp/docli-rs -kbknapp/fuzz-rs -kbknapp/serde_macros -kbknapp/term_size-rs kblomqvist/nrf51.rs -kbrgl/roller kbukum/rust-redis-sample kc1212/convolutional-stack +kc1212/tokio-p2p kchmck/collect_slice kchmck/p25.rs -kchmck/uhttp_uri.rs -KCreate/pngencoder-rust +kchmck/p25rx +kchmck/uhttp_chunked_bytes.rs +kchmck/uhttp_request_target.rs +kchmck/uhttp_status.rs kdar/ckbackup -kdar/rust-2048 kdp4be/cs4414-final kdp4be/cs4414-ps3_startcode kdy4es/ps2 -keaganr/CS4121ChatRoom -Keats/euler.rs -Keats/gutenberg -Keats/jsonwebtoken -Keats/markdown-benches-rs -Keats/rust-bcrypt -Keats/rust-jwt -Keats/tera -Keats/validator -Keats/vat -Keats/webrust -KeenS/file_logger -KeenS/kappaLisp -KeenS/webml -KeepCalmAndLearnRust/object-factory-pattern -KeepCalmAndLearnRust/pratt-parser -keeperofdakeys/asn1-rs -keeperofdakeys/dns-lookup -keeperofdakeys/rust_db -KeizoUehara/trust_seq -kejadlen/git-together -kejukeji/park_ios -KelseyGeiger/linea-rs -kempchee/piston-snake -kennethbgoodin/nes-rs +kejadlen/kilo-rs +kemitchell/no-license-metadata.rust +ken-c/asdf kennytm/adt-1.7 -kennytm/cargo-kcov -kennytm/extprim kennytm/mbox kennytm/qrcode-rust -kennytm/rust-ios-android -kenpratt/jvm-assembler -kenpratt/rusty_scheme -kenpratt/rusty_torrent kenwheeler/ReasonDraw kenz-gelsoft/wxRust -kerinin/email-rs +keringar/assembler kerinin/hammer -kernelbandwidth/meep -Kerollmops/random-wheel-rs -kerrickstaley/hsk_flashcards -Keruspe/tar-parser.rs -ketralnis/rustcached -ketralnis/secrets -kevinburke/dnstimeout +kernelbandwidth/tlist-rs +kernelmachine/cargo-profiler kevinGC/waegyo -KevinGrandon/learning-rust -KevinKelley/nanovg-rs -KevinKelley/oui-rs -kevinmcvey/rust-raytracer kevinmehall/codemap kevinmehall/external_set kevinmehall/nano-dm kevinmehall/rust-peg +kevinmehall/rust-soapysdr kevinmehall/rust-svd -kevinmehall/rust-usb kevinmehall/rust-vcd -kevinmost/clarifai-rs -Kevin-Xi/learning_playground kevlened/pyrson -keybase/signencrypt.rs -KeyboardFire/babble -KeyboardFire/chessolang -KeyboardFire/macaroni-lang -KeyboardFire/rustyham -KeyboardFire/xkcd1537-rust -khadiwala/kilo-rs -Khady/licenseRs -KhasMek/vzwtab_initramfs_GB +khernyo/http-blackhole khernyo/shootout-rust khernyo/zopfli-rs khsheehan/rsprotobuf khvzak/consul-api-rs -khvzak/victoria-dom -KiChjang/dissolve -kiddkai/nash -kidmillions/become_rustafarian -kielo/excavator +kieraneglin/diecast +kieraneglin/homoglyph-encode kiliankoe/alfred_crates killercup/cargo-edit -killercup/hsl-rs -killercup/rust-docstrings +killercup/is_anagram killercup/rustfix -killercup/rust-sortStringToSql killercup/trpl-ebook +killercup/vibrant-rs killerswan/chameneos-redux killerswan/rust-tools -Kilobyte22/config-parser -Kilobyte22/lockd -KILOgramM/WSBot -Kilte/mp3tools -Kilte/rust-ape -kimhyunkang/r5.rs kimhyunkang/r6.rs kimhyunkang/rust-sql -Kimundi/apply-pub-rs -Kimundi/capture.rs -Kimundi/generic-str-lib -Kimundi/long_strings_without_repeats -Kimundi/owning-ref-rs -Kimundi/scoped-threadpool-rs -Kimundi/ydengine -kind2-mc/teas -king6cong/thread_forever +kimikan/hqsolution +kimikan/rust-raft kinghajj/deque kinghajj/kirk -Kingsquee/Worldsong kingxsp/filewatcher -Kintaro/Argon -Kintaro/DreamOxide -Kintaro/rbrt -Kintaro/rledger -Kintaro/rust-xinerama -Kintaro/wtftw -Kintaro/zombie -Kinto/kinto-http.rs +kino-mc/rsmt2 +kinstalinist/advent-of-code-2017 kipanshi/rust_hello_world -kiran-kp/xdg-basedir -kirinokirino/Rusdl_test -kirushik/cli_basics -Kiseii/Taneshima -KISS-UI/kiss-ui -KISS-UI/neo-kiss-ui -kitanata/genetics -KitFreddura/Kinder -KittyWang/DMTool +kirillkh/xword_constructor +kitcambridge/ecers kitycat/Ticket +kivikakk/aoc2017 kivikakk/comrak -kivikakk/lilac kivikakk/syso -Kixunil/fast_fmt -Kixunil/rmcr +kjempelodott/adventofcode2017 +kjetilkjeka/dynamixel.rs +kjetilkjeka/s32k144evb.rs +kjetilkjeka/uX kjgorman/basiccms.rs kjgorman/hll.rs -kkartaltepe/rust-cef -kkartaltepe/rust-network-fun +kjgorman/zipWith.rs +kjmrknsn/livy-manager kkawakam/rustyline -kkimdev/autograd kkirstein/rust-playground kkspeed/metal-placebo -klangner/dsp +klangner/hmm klaus-rs/klaus -klbarrus/HexDump -klemens/2i-emulator -Kliemann-Service-GmbH/xMZ-Mod-Touch-Server +klausi/rustnish +klemens/hwpb klingtnet/lpug-Rust -klingtnet/rsoundio +klingtnet/rosc klutzy/garbage klutzy/nadeko -klutzy/rust-filemap -klutzy/rust-windows -klutzy/shinobu klutzy/suruga -klutzy/typo +kmarekspartz/smtp-rs kmcallister/fixed-size-array kmcallister/glassful -kmcallister/launch-code -kmcallister/seqloq kmcallister/syscall.rs kmcallister/tunapanel -kmcallister/urpc -kmcguire3413/water.rs kmckee/HelloRust -kmtoki/tetris +kmerfeld/cardgame +kmtoki/secd-rs +kmtr/phone_number +kngwyu/rogue-wrapper knightcrusader/stratosphere_recovery -knoebber/Rustals -knpwrs/learning-rust +knipferrc/fl knpwrs/neon-examples knsd/daemonize -koba-e964/calc-rust -koba-e964/min-caml-rust -Koboldthegreat/nphysics-piston-example -kodeaffe/dining_philosophers -KodrAus/cargo-nuget -KodrAus/json_str -KodrAus/rust-ioc -koeninger/rust-rdkafka -koerriva/os -kogai/monkey -kogai/pfds +knsd/pickle +knsd/tokio-ping +knwabueze/redox +koenw/resh koivunej/derive-into-owned -koivunej/eventstore-tcp -Koka/gettext-rs -KokaKiwi/argparse-rs -KokaKiwi/brainfuck-rs -KokaKiwi/crypto-rs -KokaKiwi/depviz-rs -KokaKiwi/markov-rs -KokaKiwi/rush -KokaKiwi/rust-fixbomb -KokaKiwi/rust-highlight -KokaKiwi/rust-huffman -KokaKiwi/rust-jvm -KokaKiwi/rust-llvm -KokaKiwi/rust-mersenne-twister -KokaKiwi/rust-netaddr -KokaKiwi/rust-sexpr -KokaKiwi/rust-sixsixsix -KokaKiwi/rustskirt -KokaKiwi/rust-weechat -KokaKiwi/sort-rs -Koka/mqtt-rust -Koka/odbc-rs koko1000ban/k-shortest-paths koko1000ban/rust-app-skelton koko1000ban/rust-csv-parser kolmodin/rustcheck -komamitsu/td-client-rust -kondrak/codespawn -kondrak/disasm6502 kondrak/rust64 kondrak/tinyexpr-rs koorchik/formula-evaluation-benchmark -korczis/hackrf-rust kosinix/raster +kotetuco/Rust-BareMetal-GBA-Sample koush/epic4gtouch_initramfs_files +koute/cargo-web koute/memory-pool +koute/mmalloc koute/pinky +koute/speedy koute/stdweb kovrik/hexdumpr -kovrik/monocle koxudaxi/samsung-initramfs-galaxytab +kpcyrd/boxxy-rs kpcyrd/cjdns-rs -kpcyrd/labsh +kpcyrd/huesaverd kpcyrd/mini-docker-rust -kr094/rust -kradical/fe_oxy -kradical/rusty-pl0 +kpcyrd/mrsc krad-radio/rustopus -krbzsq/rba -krdln/rustnightlyhash -krdln/whiteread -krenzland/rosalind -Kriegslustig/rust-dining-philosophers +kradical/rusty-pl0 krilnon/avm4 kriomant/mockers -kriomant/pocketsphinx-rs -krishnaIndia/Travis-POC -krixano/techedit_rust -krl/trie -Kroisse/code_60_change -Kroisse/simpleboard -kropaya/kropaya-bootstrap-phase -krumpefp/runtime_datastructure -Krylon360/android_build_target -Krylon360/android_system_core_rootdir -Krylon360/samsung_admire_ramdisk_hacked -Krylon360/samsung_admire_ramdisk_stock -kryptan/lithium -krzkaczor/rusty-lisp -ksev/txtdist +krl/collection +krl/idx +krstoff/matchmaker_server +kscz/ruserial kspi/ron -kstep/cargo-pkgbuild kstep/cronparse.rs -kstep/moreops kstep/parsswd -kstep/rust-pocket kstep/rust-scripts -kstep/rust-sha1-hasher -kstep/rust-simple-cgi +kstep/todotxt.rs kstrempel/docker-rust -KTensor/KTensorRs -kteza1/futures-learn -kteza1/systemd-test -ktossell/rust-sdp +ktamashun/rust-guessing-game +ktsol/karlson ktvoelker/GtkRust kubkon/rust-des -KucherenkoSerhiy/Rust_GraphQL +kubo/rust-oracle kuchiki-rs/kuchiki -kud1ing/awesome-rust -kud1ing/tinkerpop-rs kuking/basemoji kuking/lsha kulasama/rust-http -kulibali/rslogic -kulshrax/cryptopals +kumabook/feed-rs +kumabook/opengraph kunal-p/ps1 -kunerd/rpaillier -kunerd/rust_experiment +kunerd/clerk +kunerd/mod_pow kurnevsky/opai-rs -kurotetsuka/dttp -kvark/binary-space-partition -kvark/claymore +kuroclef/honifuwa-rust +kurotetsuka/hyphic +kuznetsovin/InoBot +kvakvs/ErlangRT kvark/froggy -kvark/gfx_kiss -kvark/gfx_pipeline +kvark/gl-bench kvark/grid-rs -kvark/mint -kvark/ron -kvark/simplecs -kvark/three-rs -kvark/yasteroids +kvark/portability +kvark/ref-image kwaegel/AdventOfCode2015 -KWARC/llamapun -KWARC/rust-libxml -kwohlfahrt/enum-tryfrom -kwyse/euler-solutions-rs +kyeah/aoc +kykc/aunorm-rs kykc/auprops-rs -kykc/rustlogtest2 -kylc/raytracer -kyleholzinger/rust_testing -KyleMayes/clang-rs -KyleMayes/clang-sys -KyleMayes/crustacean -KyleMayes/easy-plugin -KyleMayes/synthax -kylewlacy/glitter -kylewlacy/sorbet-cocoa -Kynda/centipdede-rs -kyphelps/btc-rs -kyphelps/macro-lang kyrias/ironsort +kyrozetera/RustyKnight kyrylo/airbrake-rust kyrylo/your_tea_buddy kzzch/ircclient kzzch/rustbot l0stman/muttrc -l1048576/fbx-binary-reader -l1048576/fbx_direct l4l/HoboFS -Laastine/hacknslash -Laastine/zombie-shooter +la10736/advent_of_code_day1 +la10736/advent_of_code_day2 +la10736/djset laboon/rust-play -lacker/rust lae/metrics_aggregate -lagenorhynque/rusttest -laibulle/skynet -lain-dono/go-n-rust -LainLayer/rust-cli-irc-client -laitalaj/dwarfitect lakinwecker/chessterrs -lakinwecker/delila-server lakinwecker/samson -lalaithion/error_correction -lalala/accountabilibuddy -Lalaland/StarGazer -LambdaP/Angstrom -LambdaP/bencoding -LambdaP/Maze.rs -lambdastackio/aws-sdk-rust +lamaboy2018/opengl-demo +lambdastackio/azure-sdk-rust lambdastackio/ceph-rust -lambdastackio/grpc-rust lambdastackio/lsiotemplate lambdastackio/opentracing lambdastackio/s3lsio -lambdastackio/tokio-graphql -LanaCoyote/rust-irc-bot -Lancey6/rust-irc-bot -laohanlinux/raft-rs -Lapin0t/ophichus -largo-rs/rustonlargo -LarkAndLegend/cl-edit +landaire/bgrep +laohanlinux/simple-bitcoin-rs +larroy/fierro-rs larsendt/rust larsx2/rust-practice -LasseBloch/rust-telnet -Latrasis/opc-rs laumann/compiletest-rs -laumann/redshift-rs laurilehmijoki/rust-json-over-udp-example -LauriM/webscale -laurmaedje/phy-rs -lautis/rscsv -lawliet89/biscuit lawliet89/pr_demon -LayerBNC/yarircl -LaylConway/shift-inc +lazau/rust-irc-server +lazear/rust-kmeans lazy-ants/filecessor-transformation -lazy-bitfield/rust-mockstream -lazybox/lazybox lazyval/fizz_buzz.rs -lbdremy/rs-mvc-example -lbn/jimmy -lclarkmichalek/libnetfilter_queue -LD250/adventofcode_2016_rust +lborg019/rust-sdes ldb358/rust_spoof +ldev-r3-t4/analytics ldunn/kern ldunn/kern-new -learning-on-chip/planner -learning-on-chip/recorder -learning-on-chip/streamer +le-jzr/sisyphos-kernel-uefi-x86_64 learnopengles/chip8-rust learnsomecode/rust -LeastFixedPoint/weekenders -ledbettj/crc32 -ledbettj/legit -ledbettj/wavefile -LeebDeveloper/retf -legolord208/rickroll -legolord208/spell -leifhka/rust-talk -leinlawun/srvm_obsolete -lelandbatey/rust_buddhabrot +ledbettj/aoc2017 +lefb766/tdpc-rust +lego/rustygameboy +lehmacdj/rust-constructive-reals +leifwalsh/tea +lemarcuspoilus/dyndns-updater lemire/roaring_rust_benchmark -lemonrock/alt-tls -lemonrock/dpdk -lemonrock/libc-extra -lemonrock/rdma-core -lemonrock/rust-extra -lemonrock/stderr-logging +lemmi/AOC-2017 +lemonrock/cordial +lemonrock/forwarding-logger +lemonrock/libfabric +lemonrock/predicator +lemonrock/uptime lenage/lumiere +lenage/wechat lenary/cs4414-project +lenary/cs4414-ps4 lengstrom/json-cli -lengstrom/quickedit -lensvol/archeopocket -lensvol/qotd-rs +lennyferguson/computer_girraffix leod/catch-rs -Leonid99/rust-playground +leokhachatorians/rustStuff +leonardohn/project-church leonkunert/Rust-File-XCode-Template -Leopard2A5/lib-battleship -LeopoldArkham/humanize_rs -LeopoldArkham/humansize -leops/rasen +leoschwarz/idol leoschwarz/musicbrainz_rust -LeoTestard/Quasar -LeoTestard/rustlex -LeoTestard/RustLex-old -LeoTestard/rust-parsers -LeoTindall/mlem -LeoTindall/rfortune -LeoTindall/rloris -leshow/iron-tera -leshow/password-server leshow/rust-filter-map-reduce-bench -leshow/rust_mnemonic -LesPepitos/gist -lessrest/ethrun -lessrest/quickrun -Lesstat/alg_engineering_ss17 -letheed/aoc -letheed/arcade-rs -letheed/numeral -letheed/rgol -letheed/takuzu -letitz/solstice +lettenj61/curl-rust-easybuilder lettre/lettre -leurfete/Harvey -LexicalLang/Lexical -lexs/rust-os -lexxvir/tlv-parser +lfairy/ip-macro lfairy/maud -lfairy/option-filter +lfairy/origami lfairy/rose -lfairy/rust-errno -lfairy/wrapping_macros -LFalch/korome +lfairy/unicode-casefold lfritz/dailyprogrammer -lgvz/imagefmt lgvz/parse lheadden/secret-santa -L-Henke/noise-rust lhernandezcruz/hit_n_run -lholden/authy-rs +lholden/job_scheduler +lholden/yade +lholznagel/rust-blockchain lht/rust-leveldb lht/rust-xmlrpc -liamchzh/AGFW liamim/lossy liamim/tinshel -liamzdenek/ircd-rs -Libbum/Wafer +liamstask/imagemeta-rs +libOctavo/octavo libfud/risp -libheartbeats/heartbeats-simple-rust +libfud/rust-algorithms liblight/liblight-server -libOctavo/asnone -libOctavo/bn -libOctavo/octavo -libOctavo/static-buffer +libpasta/libpasta +libpasta/serde_mcf libpnet/libpnet -lidavidm/gfx-space-rs -lidavidm/guile-rs -lidavidm/rustv +libspecinfra/specinfra +libvirt/libvirt-rust +liebharc/basic_dsp lifthrasiir/angolmois-rust -lifthrasiir/cson-rust lifthrasiir/read.rs -lifthrasiir/rust-basehangul -lifthrasiir/rust-chrono lifthrasiir/rust-encoding -lifthrasiir/rust-sorted lifthrasiir/rust-soundchange -lightsofapollo/overlord +lightlfyan/sknreader liigo/hirust -lilianmoraru/cachedir -lilydjwg/rust-signalbool lilydjwg/swapview -limaconoob/Neko -limeburst/caduceus limeburst/elliptic -limeburst/utmp-rust -Limeth/ethaddrgen -limitee/lot -Limvot/rust-sdl2_net -Limvot/rust-SDL-OpenGL-example -LinCanHan/DjySnackBar -Lindenk/dotty -LindseyB/rusty-dagger -LinFeiLong/rust -linfir/roman.rs +lindskogen/advent-of-code-2017 +lingmm/http.rs linkerd/linkerd-tcp -linkerd/tacho -linster/PingPongWebserver -LinusU/rust-ansi-escapes -LinusU/rust-log-update -linuxaged/mixup -linuxaged/newton linuxfood/rustsqlite liothen/dcc -lipanski/constantine -lipanski/datadog-sidekiq -lipanski/flycheap -lipanski/mockito liquidmetal/playground -liquidmetal/seq-view -Lischero/Rust +liranringel/ipconfig lise-henry/caribon lise-henry/crowbook -lise-henry/crowbook-localize -lise-henry/crowbook-text-processing -lise-henry/rust-ispell -lissyx/sensorweb-NodeMCU-collector +lislis/beyonce-brawles listless/Project-Euler-in-Rust listochkin/rust-zerojs lithium/codewars-warrior -lithium-player/rename -little-dude/aian-rust +little-dude/ghrs +little-dude/tcping-rs little-dude/xi-tui -liupangzi/codekata +little-dude/xrl +liuzix/rustos livinginformation/InChain -livioribeiro/rusted-cypher +livioribeiro/neo4j-rust-driver liyuan462/form-checker-rs -lj-ditrapani/game-of-life-rust -ljedrz/blc +lizardo/nrf51822-zinc +ljcusack/rust-linked-lists ljedrz/lambda_calculus -lkpdn/flota -llambda/rust-reverse-geocoder -llasram/euler-rust -llde/rCrawly +lkristjansen/aoc2017 +llogiq/arraymap +llogiq/arraymapbench llogiq/bsdiff-rs llogiq/bytecount -llogiq/extra_lints llogiq/flamer llogiq/metacollect -llogiq/overflower llogiq/partition +lloydmeta/cogs lloydmeta/frunk +lloydmeta/nqueens-rs lluchs/eventsource -lnds/9d9l -local-group/andromeda -local-group/rust-escposify -local-group/rust-wechatpay +lluchs/ocbot +lo48576/fbx-tree-view +lobachevzky/travis-test +lochsh/colourblind-helper locka99/opcua -Locke23rus/hello -Lodin/iterator2d -Loevik737/Rust -loganmhb/logos +loganmhb/http-server +loganmzz/rust-workshop +logannc/fuzzyrusty logaritmisk/rust-smb loggerhead/shadowsocks-rust -logicchains/ParticleBench -LogoiLab/caffeine-rs -LogoiLab/echran -LogoiLab/Tetanus -Lokathor/hotload-win32-rs -loki2302/rust-experiment -Lolirofle/2dgl -Lolirofle/enum_traits -Lolirofle/fixed_circular_buffer -LoLUpdater/LoLUpdater-macOS -lolzballs/rust-jvm +lonski/AdventOfCode2017 loohcs/House_Map_Message -Loolzy/rust_sweeper -LooMaclin/jsonwire_rs -LooMaclin/tarantool_codegen -LooMaclin/tarantool_rs -LooMaclin/wsm_rs -looptrap/rustive lord/backtalk lord/backtalk-old2 +lord/cargo-wasm lord/learning-graphics lord/learnllvm lord/rustoleum -lord/tinyrenderer +lord/webbing +lordofcarbonfiber/AdventOfCode lorenfryxell/cs4414-findcollatz -LorenVS/servo-vdom-client +losfair/virtual-dom-rs lostnet/rustyventure lostpuppy/m180s-initramfs-stock losvedir/rust-zoo-calc lotabout/skim -LouisPeng/RenderScript-ImageFilter -loveisasea/danceparty-rust -lovelaze/SLRust -loyd/hodok -loyd/readability.rs -lpil/learning-rust +lpenz/rust-sourcebundler +lpgo/pin_che lrs-lang/build -lrs-lang/doc lrs-lang/driver lrs-lang/lib lschmierer/sacn lsdr/learning-rust -lsds/sgx-membench -lsilv/newsletters -LTD-Beget/syncookied -ltlollo/rust-shapesys +lsunsi/marskov +luanzhu/roadrunner lucasad/rust-notify -lucasefe/kodic-rs lucasem/context -lucidscape/imgui-rs -lucidscape/libovr-rs -lucidscape/openvr-rs -LucioFranco/ghp-rs -lucy/skip32.rs -ludat/hado-rs +lucidscape/radix_sort +luciusmagn/minilinuxfs +luciusmagn/nary-lang +luckyharryji/Rust_WebServer ludat/lureng ludat/lurri ludios/dump -luhnmod10/rust +ludwigpacifici/adventofcode2017 +luisbg/ente luisbg/rust-datetime -Lukasa/rust-certitude -LukasKalbertodt/cantucci -LukasKalbertodt/drencher -LukasKalbertodt/novice-tools -LukasKalbertodt/programmieren-in-rust -LukasKalbertodt/telegram-bot -lukaslueg/built -lukaslueg/dumpcap-rust -lukaspustina/bosun_emitter -lukaspustina/rs-collector -lukasschmelzeisen/rukyll +lukaspustina/mhost lukaszwawrzyk/rust-wget -lukeasrodgers/rust-icmptime luke-gru/rs_strscan lukemetz/2048-rs lukemetz/armadillo.rs lukemetz/pysmtplib.rs lukemetz/rustpy -Luke-Nukem/rs_webserver_game -Luke-Nukem/rusty_bike luki/light-morse -luki/shortener +luksamuk/blockchain-rs lulf/rustyraft -Luminarys/Sanka -Luminarys/synapse -lummax/librcimmixcons -lumol-org/lumol -lumol-org/soa-derive -lunaryorn/emacs-module.rs -lunemec/rust-cate -lunemec/rust-luhn -lunemec/rust-num-digitize -lupuchard/rust-expr -luqmana/gdax-client +lumirayz/bar-manager-thing +lunaryorn/xkpwgen.rs luqmana/mcchat -luqmana/rust-identd luqmana/rust-opencl luqmana/rust-psp-hello -luser/read-process-memory -luser/rustfilt +luser/read-byte-slice +luser/rust-bindgen-webapp luser/rust-minidump -luser/rust-test-assembler -luser/steamstreaming -Luthaf/caldyn -Luthaf/confy -Luthaf/mudi -lu-zero/compiler_error -Luz/hexdino +lutter/augeas_sys +luxrck/rgssad lvillani/borg-hive lwander/lgl -lwandrebeck/RuSh -lychee-eng/miro -lychee-eng/parenchyma lycus/prismo lygaret/kessel -Lysxia/combinatorust +lynn/hexs-cellar +lynnjm7/ignorify lzoubek/detourious-glassy +m-labs/ionpak +m-labs/smoltcp m0ppers/hlaipf -m0ppers/rpck -m110/notes -M2Ys4U/rust-relay -m4b/cargo-sym +m1heily/rustb0y +m4b/bingrep m4b/dryad +m4b/faerie m4b/goblin -m4b/scroll -m4h7/kvfile m4rw3r/chomp m4rw3r/kopparoxid m4rw3r/rsz m4rw3r/rust_parser_experiments +maboily/y2pro-dwm-status mabruckner/starfield-render -machinio/abbot -Machtan/token-rs -maciejhirsz/DEC64 +maccoda/made-up +machisuji/cardboard +machisuji/pwat +machmach/project_euler maciejhirsz/json-rust +maciejhirsz/lunarity +maciejhirsz/tiny-secp256k1 maciejkula/rustlearn -mackeyja92/Dinning-Philosophers -MackieLoeffel/avr-vm -MackieLoeffel/rust-os -MackieLoeffel/rusty-jvm mackwic/colored -mackwic/dhcpq mackwic/dhcpr mackwic/netrt -mackwic/systemd-linter -madmalik/orc.rs -madmaxio/ecos -MadMoira/RustTutorials -madstr/proj -maekawatoshiki/rucc -mafik/constructor2 +madadam/ifaddrs +madmaxio/content +madmaxio/rustcql magg/matasano magic003/http-parser-rs mahkoh/comm -mahkoh/dns2 -mahkoh/fdpoll.rs -mahkoh/gesund mahkoh/litopts -mahkoh/rlibc -mahkoh/scan mahkoh/signals.rs -mahkoh/stannis mahrz/calm mahrz/rv6 maidsafe-archive/chunk_store -maidsafe-archive/get_if_addrs -maidsafe-archive/maidsafe_types -maidsafe-archive/message_filter maidsafe-archive/mpid_messaging maidsafe-archive/safe_network_common maidsafe-archive/service_discovery @@ -5211,4635 +4804,2953 @@ maidsafe-archive/socket_addr maidsafe-archive/transport maidsafe/config_file_handler maidsafe/crust -maidsafe/lru_time_cache -maidsafe/rfcs +maidsafe/get_if_addrs maidsafe/routing maidsafe/routing_sims maidsafe/safe_client_libs -maidsafe/safe_core maidsafe/safe_vault -maidsafe/secure_serialisation maidsafe/self_encryption maidsafe/system_uri -maijz128/simple-neural-style -maikeru/menu -maikeru/rcat -MaikKlein/ash -MaikKlein/assimp-rs -MaikKlein/rHorde -MaikKlein/RustActors -MaikKlein/Rust-Learning-Game -MaikKlein/RustMachineLearning -MaikKlein/RustReact -MaikKlein/silver-rs -MaikKlein/Wyre main--/AgileKeychain -main--/replaygain-rs main--/rust-timerfd -main--/windows-gaming -majorz/xcb-demo-app -makeecat/hey-stop +maislinger/advent_of_code +make-a-demo-tool-in-rust/rocket_client makoConstruct/jostletree.rs -malbarbo/testdrop +makr17/load-pwp-tail +malbarbo/tsplib-rs malept/guardhaus malleusinferni/rust-alewife -mamal72/rust-guess-the-number -MandaBrown/RustBridge -MandaBrown/rustbridge_web_scraper -mandliya/exploring-rust -Mange/dutop -Mange/googleprojection-rs -Manghi/RustUDPServer -Manishearth/rust-adorn -Manishearth/rust-clippy -Manishearth/rust-gc -Manishearth/rust-tenacious +mamal72/telegram-bots-api-rs +manaskarekar/convrs +manpat/garden-rs mansam/rust-experiments -mantasmatelis/embed +manuel-woelker/rucene +manuel-woelker/rust-passert manuels/connected_socket.rs -manuels/libnice.rs +manuels/libssh.rs manuels/rusty-abstract-algebra -manuels/tuntap.rs -manuel-woelker/rust-passert -manuel-woelker/rust-vfs -ManuelXI/rust-metadata-plugin +manuels/stun3489 manute/rawsql manveru0/bootimage_ramdisk_I9001 manythumbed/filzstift -marad/hyper-router maralla/pack -marchelzo/doubly +maralorn/tasktree marchelzo/ircnvim-rs -marcianx/bitvec-rs marcianx/data-structures-rs -marcianx/downcast-rs -marck0z/file_split -Marckvdv/rusty-bnf -marcmo/enforcer -marcopennekamp/lore +marco-c/grcov +marco-mania/tax marcusklaas/backbonzo +marcusklaas/lisp-interpreter marcusrafael/rust -mardiros/janeiro -mareek/BrainRust -marhoily/chess_rust -marianoguerra/erl_interface.rs +mardiros/bearer marianoguerra/hkwm -marinintim/thrall +mario-s/rust-cv +marioidival/moeda mariosangiorgio/rulox marjakm/rust-hsm -mark-christiaens/rust_echo -MarkJr94/allegrust -MarkJr94/clashrs -MarkJr94/diagrust -MarkJr94/lz4-rs -MarkJr94/reddit -MarkJr94/rust_adventure -MarkJr94/rust_curl -MarkJr94/rust-keccak -MarkJr94/rusty_feds -MarkJr94/thumbis -MarkMcCaskey/rusty-8 -MarkOfLark/renet -MarkOfLark/tcc-rs -Mark-Simulacrum/bisect-rust -markstory/rust-statsd -markstory/rust-statsd-server -markuskobler/reagent -marshray/rust-expat +mark-a/adventofcode-solutions +markjansnl/markfs +markmandel/rust-bst marte/baraha -Marthog/rust-stm marti1125/rust_by_examples -marti1125/rust-ejemplos martica/rust-template martica/rusty -martindevans/IronBank -martindevans/Torpedo -Martindev/martock -martinhanzik/helium -martinhath/jpeg-rust -martin-magakian/barnes martin-magakian/barnes-benchmark -martinmr/google-code-jam +martin-tornqvist/loekchipz +martindeegan/drone +martindevans/IronBank +martinhath/comere martinpinto/rust-cityhash martinth/rust-euler -martinus/differential-evolution-rs -marvelm/rsoup -Marwes/combine -Marwes/combine-language -Marwes/schemafy -masche842/rs_sixty_seven -maseek/om_window -MaskRay/99-problems-rust +marvelm/rust-dataview +maryelizbeth/rust_guess +mas-yo/twofive +masasam/rust-sandbox masondesu/euler_rust -massyn/tinman-rive -mastafunk/Droid-X2-AOSP-boot mastafunk/DX2-CWMR +mastafunk/Droid-X2-AOSP-boot master-d/liquid-rust +master-d/rust-pwned-passwords +matematikaadit/kuskus mateusmedeiros/rust_of_life +math-fehr/ReactiveRS +math-foo/advent-of-code-2017 mathall/rim -mathewv/rust-glossy -mathewv/rust-lowlua -mathewv/rust-lua53-sys -mathphreak/cs-eco-dash +matheuslessarodrigues/verco +mathstuf/ruskey mathstuf/rust-bus mathstuf/rust-electrolyte mathstuf/rust-keyutils mathstuf/rust-machine-id matklad/bunny -matklad/compilers -matklad/fall -matklad/kotlin-rust-dp -matklad/learnOpenGL +matklad/elapsed +matklad/mandelbrot matklad/miniml matklad/nested-mod -matklad/rustraytracer -matklad/vec-vs-list -Matrix-Zhang/r2d2-mongodb +matklad/thrench +matklad/tree_bench matsimitsu/test matsumotory/k2i +matsumotory/procps-sys +matt-thomson/advent-of-code +matt-thomson/github-sweep +matt-williams/appengine-rust +matt-williams/tokio-memcache +mattbettcher/math-rs +mattbettcher/rustics-2d mattcl/bitbucket-cli -mattcl/oh-bother -mattecker/RustBoy -matteomeli/osdev -mattforni/args +mattgathu/cute mattgathu/rustopia -mattgodbolt/path-tracer +mattgathu/slugify mattgreen/watchexec -matthewbpt/query_mapper -matthewkmayer/pun-on-rust-demo -matthewkmayer/release-party-BR -Matthew-Maclean/safe-builder-derive -matthew-piziak/virus-db -Matthias247/revbio -matthiasbeyer/filters +matthewelse/advent-of-code-2017 +matthewkmayer/rusty-von-humboldt matthiasbeyer/imag -matthieu-m/arkiv-rs -matthieu-m/rust-poly -Matt-Hurd/42-GBmu -Mattias-/ion +matthiaskrgr/cargo-cache mattias-lundell/gameoflife.rs -mattico/forth-rs -mattico/rlibc -mattico/spiralizer +mattkuo/rusty-chips mattlknight/rust-playground -mattnenterprise/rust-ftp -mattnenterprise/rust-hash-ring -mattnenterprise/rust-imap -mattnenterprise/rust-pop3 -MattRyder/rust-playground -matt-williams/appengine-rust -MattWis/tak-rs -MattWoelk/rusty_ikga mattyhall/osmmodels -mattyhall/rs-tiled mattyhall/stompers mattyhall/timmy -maueki/gen_fff_fakes -maueki/rust-example-chat +maufl/tokio-rtnetlink maufl/uip +maurer/bap-rust maurer/r5d4 -mauricio/rust_data_structures mavant/SHA256 -maverick117/GameEngine +maverick117/TiOS max6cn/Kaleidoscope.rs maxadjsky/learn-rust +maxbeutel/rust-lang-book maxcountryman/st -maximelenoir/hourglass -maximelenoir/rgb-express-solver +maxencefrenette/rust-async-uci maximevince/rust-picotcp-demo -maximih/envvar -maximih/hyper_insecure_https_connector -maxjacobson/guessing_game -maxmontezuma/nntpstream -maxsnew/cargo-dot +maximveligan/Interpreter_Rust +maxjacobson/random_nice_emoji +maxlapshin/flv.rs maxsnew/rusty -maxtnuk/exercism_rust_test -maxtnuk/My_workspace -max-ym/kobzar -max-ym/kobzar-ccs -max-ym/rust-asm-x86_64 -mayah/rust-puyoai -mayah/x86intrin -mayflower/duck -mayflower/rust-puppetfile -mazurwiktor/rustgrepper -mbandazian/cs4414 -mbandazian/cs4414-ps2 -mbr/bresenham-rs -mbr/device_tree-rs -mbr/gpio-rs +mazze1200/usbids-rs mbrlabs/distance -mbr/pid_control-rs -mbr/socketcan-rs -mbrt/ruplicity-fuse -mbrt/stick -mbrubeck/gopher-rs +mbrlabs/rusty8 mbrubeck/robinson -mbr/wheelbuf-rs -mbudde/treap-rs mbuffa/hellorust -mcapo88/Rustpa3 -mcarton/rust-derivative +mcannizz/spillway mcarton/rust-gpg mcarton/rust-herbie-lint mcasper/dogstatsd-rs mcdonaldm1993/fibonacci-heap -mceier/monstrous mcginty/shoop +mcgoddard/rust-boids mcgoo/vcpkg-rs -mchesser/gb_emu -mchesser/mapgen mchesser/pikemon mchesser/snake-rs +mchesser/trackerbots_tools mckinnsb/rusty_z -McKizzle/rust-genetic-algorithm +mclosson/slug-rs mclosson/whoami-rocket -mcobzarenco/terrain -mcoffin/golomb-rs -mcoffin/goto-ally -mcorbin/lothaire -mcorce/threading -mcpherrinm/goertzel -mcpherrinm/hue -mcpherrinm/markov-as-a-service mcpherrinm/parallel -mcpherrinm/rustedunix mcpherrinm/rust-regex-derivatives +mcpherrinm/rustedunix mcpherrinm/spectrogram +mcpherrinm/teddy mcpherrinm/terminalmap mcreinhard/response-time -mdaffin/lead -MDCox/Overpass +mdespuits/rust-playpen mdg/leema -mdibaiee/mahdi-os -mdibaiee/rust-shell -mdlayher/scanrs -mdsteele/linoleum -mdsteele/syzygy -mdunsmuir/cp_r +mdsteele/ahi +mdsteele/rust-icns mdup/multizip mdv3kt/cs4414-ps2 mdv3kt/ps1 -meamuri/openGL_rust -meatcompute/rust_by_example +meddle0x53/ulc-rust medek/dcpu-16 -medek/rust_calc +medek/nasm-rs medimatrix/rust-plus-golang -medimatrix/vmlisp -meetup/jenkins-build-stats +meetup/jira-transit megamsys/meg megamsys/megam_api.rs -megamsys/megam_rustyprint megamsys/rust_cli meh/cancer -mehcode/config-rs -mehcode/init-rs -mehcode/xchip meh/dux meh/male -meh/rft -meh/rorschach meh/rust-bdf -meh/rust-casing -meh/rust-control-code meh/rust-ffmpeg -meh/rust-hid -meh/rust-hidapi-sys meh/rust-lzma -meh/rust-mailbox meh/rust-openal +meh/rust-packet meh/rust-picto meh/rust-shmem meh/rust-sixel -meh/rust-uinput -meh/screenruster -meh/screenruster-saver-hacks meh/screenruster-saver-laughing_man -meh/steamy meh/stronzone +mehcode/config-rs +mehcode/init-rs +mehcode/shio-rs +mehcode/xchip melak47/treesize-rs -melbyruarus/rusttorrent -MEM-AEAD/mem-aead-rust -memoryleak47/error-flow +melekes/merkle-tree-rs +melisoner2006/rustdocs +melted/aoc2017 menchauser/rustspiral -menski/furry-meme -menski/unterflow -mentaljam/qgsrepo +mentaljam/standard_paths menyoung/RusticLab -meowy/nibble -mepholic/rbot -Meptl/Personal -Meptl/swan-ag meqif/rust-utp -Mercateo/rust-for-node-developers mercurate/quickstart -mersinvald/reed-solomon-rs -mersinvald/rust_plugin_test +merfishtools/merfishtools mersinvald/rust_shm_ipc -messense/bosonnlp-rs -messense/otpauth-rs -messense/robotparser-rs -messense/wechat-rs -metadave/simlink +merwaaan/cheapo-rs +mesalock-linux/minit +messense/opencc-rs +messense/unidiff-rs metafetish/buttplug-rs metafetish/lovesense-rs metajack/squiggle -metajack/test-core-graphics +metal-os/kernel +metal-os/os metaldart/rust -metallirc/lotn -metallirc/metallircd mewlips/mediaplayer -mewlips/rust-ffmpeg -Meyermagic/bsdiff-rs -Meyermagic/metaphord -mfpiccolo/t_bang -mfs/rustasm -mg50/algorithms +mfournial/collections-rust mgattozzi/alchemist +mgattozzi/cargo-wa +mgattozzi/chiisai mgattozzi/curryrs -mgattozzi/ghub +mgattozzi/ffzf mgattozzi/github-rs -mgattozzi/haskellrs mgattozzi/mutils mgattozzi/nightly-rust -mgattozzi/Rusty -mgattozzi/thearesia -mgax/rust-gdal-example1 -mgax/rustiles -mglagla/calcium -mglagla/visual-befunge -mglodack/rust-query-string-builder -mgoszcz2/serde_wat -mgottschlag/arietta-ymodem-boot -mgrabmueller/campross -mguldev/hypest +mgattozzi/senpai +mgax/dedup +mgeisler/version-sync +mglagla/table mhallin/crdt-rs -mhallin/juniper mhallin/loadbalancer-rs mhallin/swim-rs mhallin/vectorclock-rs -mhiley/rust-netcdf -mhintz/arcball-cgmath -mhintz/half-edge-mesh-rs -mhogrefe/malachite -mhogrefe/rust-wheels -Mic92/cntr -micaelbergeron/locomotive -MicahChalmer/rust-fuse-mc-original +mheese/mhwho +mheistermann/lightfield_render +mhsjlw/hardware-accelerated-ducks +mhusmann/minigrep micahjohnston/paws.rs +michael-robbins/filemerger +michael-the-grey/fuzzy_command_search +michael-younkin/lcc michaelballantyne/nvptx-samples michaelballantyne/rust-gpu michaelbeaumont/rust-sat -MichaelBlume/euler.rs michaelchadwick/rust-acid-metal -michaelcontento/simpleflake-rs -michaeldoaty/chalk michaelfairley/mfrs michaelfairley/rust-pong -Michael-F-Bryan/cheat-sheets -Michael-F-Bryan/euler -Michael-F-Bryan/latex-rs -Michael-F-Bryan/linked-lists -Michael-F-Bryan/MIPS -Michael-F-Bryan/rust-ffi-guide -michael-robbins/filemerger +michaelmelanson/fab-rs michaelsbradleyjr/shen.rs -MichaelShaw/grom -MichaelShaw/jam -michaelsproul/aus_senate -michaelsproul/ewok michaelsproul/festivus -michaelsproul/household-power +michaelsproul/gossip +michaelsproul/postgres-alloc-rs +michaelsproul/rust-simpl-db michaelsproul/rust_nibble_vec -michaelsproul/rust_radix_trie -michaelsproul/static_slice michaelwoerister/cronenberg michaelwoerister/hamt-rs michaelwoerister/mangler -michaelwoerister/strtab -michael-younkin/lcc -michal2229/Rust-playground -michalbe/pttsur michalbe/ruster -michardy/PageQuery -michiel/xflow-rust +michalsrb/rustc2duchain +michiel/toy-robot-rs +mickelsonm/rustmonster +mickvangelderen/murder-robot-dog-rust microservices-from-day-one/books -micxjo/rust-ipfs midenok/hardware -MidnightProgrammer/android_device_motorola_droid2 -MidnightProgrammer/android_device_motorola_droid2we -miedzinski/pomf -miedzinski/prefix-tree.rs -migchez/elephant_http +miedzinski/advent-of-code +miek/stm32f41x +miguelberrio91/AdventOfCode2017 miguelmartin75/image-server-rust -mikebarkas/rust-guessing-game +mike-engel/passablewords-rs +mikeastock/sherpa-cli mikedilger/email-format -mikedilger/float-cmp mikedilger/lksctp-rs -mikedilger/mailstrom mikedilger/mime-multipart -mikedilger/oauth2-lib +mikedilger/pemmican +mikedilger/resolv-rs mikedilger/sarek mikedilger/textnonce -mikejsavage/rspt -mikenut/rustlearn2017 mikeparisstuff/cs4414-ps2 mikeplavsky/rust-test mikeycgto/rev_lines -mikeyhc/iron-test -mikeyhc/lazyfoo-sdl2-rs mikezaby/project-euler mikezaby/rustuff mikkyang/rust-blas mikkyang/rust-lapack mikkyang/tenso.rs -mikopits/clover mikopits/showdown-rs +milanboers/rurel +milanbt/glium_sandbox millardjn/pool_barrier millardjn/rusty_sr +millardjn/typenum_loops millere/bf -millere/solitaire-rs -millerjs/modelm +millerjs/constable millerjs/quoridor milliams/plot -minamorl/myth -MindBuffer/ann -MindBuffer/lanceverb -mindcat/tree_rs -mindcrime/LearningRust -MindFlavor/AzureSDKForRust -MindFlavor/word_count_rust_angular2 -mindriot101/rust-emcee -mindriot101/rust-fitsio -mindsbackyard/galvanic-assert -mindymagica64/rust-lib6502 +mimblewimble/grin +mimblewimble/rust-secp256k1-zkp +mindriot101/adventofcode +mindriot101/rust-python +minecrawler/chum minhdoboi/randzonehust -minijackson/INF-4101C -Minizinger/linux_raw_input_rs -Miridyan/kryll -mischief/rust-uefi -mischov/meeseeks_html5ever +miromotl/gcd +miromotl/iron-gcd +mirus/rs-makefile +miscreant/minc miselin/rustic -MislankaNova/fourthrail -mitchmindtree/color -mitchmindtree/daggy +mistydemeo/sega_film +mit-pdos/distributary mitchmindtree/elmesque -mitchmindtree/gaussian -mitchmindtree/json_io -mitchmindtree/utils-rs -MitinPavel/http_event_store mitnk/cicada mitsuhiko/clicolors-control mitsuhiko/indicatif mitsuhiko/machfind -mitsuhiko/mac-process-info +mitsuhiko/matt-thing mitsuhiko/redis-rs -mitsuhiko/rust-excessive-bools-lint +mitsuhiko/rust-carrier mitsuhiko/rust-game -mitsuhiko/rust-osascript -mitsuhiko/rust-poly2tri -mitsuhiko/rust-runas mitsuhiko/rust-sha1 -mitsuhiko/rust-sourcemap +mitum/main.run +mitum/str +mitum/threading +mitum/trust miyamofigo/rust-shared-ptr -miyamofigo/simple_database -mjhanninen/skele -mjhoy/el -mjkoo/epoxy-rs +mizki9577/game-of-life +mjkillough/cnx mjp2ff/cs4414-ps1 mjp2ff/cs4414-ps3 -mk0x9/gsd-backlight-helper -mkandalf/crust -mkasprzyk/rust-zulip -mkc188/clipboard +mkcp/rust_by_example mklf/word2vec-rs mknyszek/rust-libquantum mkozachek/Rust-Events -mkpankov/greprs -mkpankov/modtest mkpankov/parse-rust mkpankov/rusty_boy -mkpankov/writeork -m-labs/ek-tm4c1294xl-demo -m-labs/ionpak -m-labs/rust-atomic_ring_buffer -m-labs/smoltcp +mkroman/soundcloud-rs mlafeldt/roxor mlalic/solicit -mlalic/tokio-solicit -ML-Design/LG-P500-ICS-Vendor-Folder mletterle/rust-nspr mletterle/rust-nss mletterle/rust-ssl -mlex121/rusty-flop -mlp5ab/cs4414-ps2 -mlp5ab/WD-42 -Mm7/capstone-rust -mmacedoeu/rediscsvsink.rs -mmerfort/guile-rs -mmgeorge/rust-odata +mlsteele/bittles +mmacedoeu/csvtoredis.rs +mmacedoeu/tokio-marionette.rs +mmihira/rust_ex mmirate/groupme_hvz_rs -mmstick/advent_of_code_2016 -mmstick/advent-of-code-solutions mmstick/cargo-deb -mmstick/numtoa +mmstick/fontfinder mmstick/parallel -mmstick/permutate mmstick/systemd-manager mmstick/tv-renamer -mmun/spoj-rs -MMXVII/mmix +mmueller/advent2017 +mmun/advent-of-code-2017 mneudert/rustjack +mneumann/ego mneumann/evo-rs mneumann/expression-rs -mneumann/graph-layout-rs mneumann/graph-neighbor-matching +mneumann/graphrs mneumann/izhikevich-neurons -mneumann/lmdb-table -mneumann/make-cmd-rs mneumann/matplotlib-rs mneumann/munkres-rs -mneumann/neat-rs -mneumann/rust-mmslice mneumann/rust-msgpack mneumann/rust-postgres mneumann/rust-redis -mneumann/rust-toml -mneumann/turtle-rs -mneumann/typed-lmdb +mneumann/space-colonization-rs mob-rs/mob -mockersf/gateway -mockersf/rust-dynamic-lib-loading +modernserf/aoc-2017 modulus-os/kernel -mohamedhayibor/finance -mohamedhayibor/financial_ratios -mohas556/cw -moises-silva/freeswitchrs -moises-silva/mod_prometheus -mojzu/server.rs -Mokosha/pbrt_rust -mokus0/stm32.rs -Molnfront/ColdboxOnCloudbees +mojlighetsministeriet/personregister monad/lainbot4 mongodb-labs/mongo-rust-driver-prototype -monkeybits/citygen -Monnoroch/RustJni -Mononofu/pony-mcts +monkeytechdays/mktd5-rust-banana-island monsieursquirrel/every_beat monsieursquirrel/lychrel +monte-language/rum +mookid/rust-adventofcode2017 moorwu/iOSMSC5PluginSample moosingin3space/mutxt moosingin3space/pktparse-rs -mopp/CodeGarage -MoreAxes/perc -morefreeze/test -moretea/rust-zfs -moriturus/rust-SIT -moroso/compiler -MortenLohne/rasher -MortimerGoro/rust-webvr -MoSal/tvdb-v2-rs -mosesn/crypto +mopp/Axel +mosbasik/advent-of-code-2017 mosesn/rusty -mossberg/relish +moshih/shane_tock motley-git/p5-common_android_ics_device_tree -mottalli/rust-jni-test -mottodora/contest -moulins/brainfuck-rs +mottalli/rust-query +mount-research/hansard +mount-research/supervisor +mount-research/tug mount-research/typedb -MovingtoMars/dio -MovingtoMars/liner -mozilla/geckodriver -MozillaIndia/RustIndia +mour/ratfist-server +mozilla-sensorweb/sensorweb-firmware +mozilla/janus-plugin-rs +mozilla/janus-plugin-sfu mozilla/mentat mozilla/mp4parse-rust mozilla/sample-tc-github-project mozilla/sccache -mozillascience/studyGroupLessons -mozilla-sensorweb/sensorweb-firmware -MozillaTN/Rust +mozilla/tls-interop mozilla/webdriver-rust -moziot/tunnelclient-rs -mp3259/Turochamp +mozillaperu/poll +mozillascience/studyGroupLessons mp4096/indentex -mp4096/rust-constant-time-comp-bench mpdrescher/run-info -mpgarate/boxx -mpmikulak/rust-lang -mprobinson/rgb565 -mprobinson/rust-libretro -mrandri19/second-parser-test -mrbkap/cpow-log-parser -Mr-Byte/query_rs -Mr-Byte/tokio-irc-client +mpdrescher/termcalc +mpgarate/aramid +mquander/advent-2017 +mrZalli/Roller +mrZalli/roller_repl +mraof/tumblr-rs +mre/slack +mre/test mrecachinas/Fast-Rust-Server mrecachinas/Gash-Rust-Shell mrecachinas/Kernel-Hacking-in-Rust mrecachinas/Naive-Rust-Server mreiland/trustiNES -mre/slack -MrFloya/pam-auth -MrFloya/pam-sys -MrFloya/rdm -mriehl/rust-tdd-katas mrjackinc/rust-monster -MRJCrunch/amcl-pairing-bilinearity -mrjones/lists mrjones/rust-protobuf-json -MrKiven/koo -MrKiven/list -MrKiven/rping -MrKonstantinT/positions-visualiser -mrll/Roku -mrLSD/iron-cms -mrLSD/rcp -mrLSD/rust-tutorials +mrkaspa/rlexer +mrkaspa/servinator +mrkline/copyrighter +mrmekon/circadian +mrmekon/toucHNews mrmiywj/rust_jvm mrshu/rust-todotxt -MrWinstead/address-generator ms705/taster -mschorsch/rust-winwatch +mscharley/rust-xoroshiro128 mschorsch/shellshock-trainer -mschorsch/simple-keepass-viewer mseri/scrutch -msgflo/msgflo-rust -MsgIM/ChiBianDongXi -msiemens/RusTiny -msiemens/rust-tinyasm msierks/mpq-rust +msierks/rustcube msiglreith/inspirv -msiglreith/inspirv-rust +msiglreith/meteor +msmith491/rust-cowsay mspiegel/rust-yaar -mtdowling/jmespath.rs -mthadley/funiq -mthjones/slackbot +mstump/hipchat-export +mteixidorc/hello-rocket +mthh/mapsvg-rs +mthom/prolog-parser +mtib/dice-analysis mtmr0x/rastreamento-correios mtsr/amethyst_experiment -mtsr/entityx-ecs-rs mtsr/tasks mtuton/mic-initramfs-gb mtuton/samsung_initramfs -mudge/oplog -muja/unrar.rs +muattiyah/conshash +mudcoders/elinvar +mudge/tapl muktakosh/unicorn -multiformats/rust-multiaddr -multiformats/rust-multibase -Munksgaard/base64 -Munksgaard/inquirer-rs -Munksgaard/session-types -muranoya/CubaLibre -murarth/assert_matches +mullvad/pfctl-rs +munckymagik/rusty-wheel-of-lunch murarth/bencode murarth/ketos -murarth/linefeed +murarth/option_vec murarth/polymap murarth/rusti -murarth/try -Murzaza/rusty-life +murilocadanus/parse musicpd/mpd-overlay -musitdev/portmidi-rs -mutohq/Rust--event-loop-handling -Mutualideas/lyfcal mvcs/mvcs-rust -mvdnes/element76 mvdnes/nss-rs mvdnes/podio -mvdnes/portaudio-rs mvdnes/rboy mvdnes/rust-travis-test mvdnes/spin-rs mvdnes/zip-rs -mvsaha/rust_stuff -mvwicky/acled +mvrpl/Rust-Python-Module mwhittaker/mongo-rust-driver -mwolting/pipeline-rs +mwitkows/rust +mx781/aoc mxhold/ellsworth -mxhold/pastebin_rs +mxhold/justify_rs mycorrhiza/bs58-rs myfreeweb/freepass -myfreeweb/rusterpassword -myfreeweb/rusty-sandbox -myfreeweb/systemstat -myfreeweb/unixbar mynery/xxo -Myrannas/rusted-nio -myst6re/vtun-rs -mystal/homu-test -mystal/midgar-engine -mystal/rust-mines -mystal/shader-sandbox -mystik3eb/garnet -MystikDan/garnet +mysterymath/6502kit mystor/breaktarget -mystor/parser-comb +mystor/ducky +mystor/literalext mystor/rust-cpp mystor/rust-try-let -mystor/slag -mythmon/rearguard -mythmon/rust-nbodies +mystor/rustlex +mythmon/advent2017 +mzabaluev/golden-chunk +mzabaluev/rust-c-str mzgoddard/phrust mzmonsour/splice n2kia4/rpwg -n41r0j/rustzacht -nabijaczleweli/BearLibTerminal.rs -nabijaczleweli/BearLibTerminal-sys.rs +n3phtys/cervisia-server +n3phtys/rustix-bl nabijaczleweli/cargo-update -nabijaczleweli/dishub -nabijaczleweli/poke-a-mango -nabijaczleweli/termimage -nacardin/bitcoin -nacardin/bitcoind.rs -nacika-ins/json_flex -nadirs/cryptopals +nabijaczleweli/chattium-oxide-lib +nabijaczleweli/effective-sniffle +nabijaczleweli/rfsapi-rs +nabijaczleweli/safe-transmute-rs +nabrozidhs/rust-adventofcode2017 naegelejd/brewerydb.rs -nagisa/llvm_build_utils.rs -nagisa/marksman_escape -nagisa/math.rs +nagisa/msi-rgb nagisa/rust_libloading -nagisa/rust_rdrand nagisa/target_build_utils.rs -nagisa/tokio-periodic -Nainterceptor/4AIT-hexgame -nakakura/multithread_message_sender -nakal/sysinfobar -nallar/Puma6Fail +nahtnam/jv +nakamuray/wsgi-server nalsas/rust-ssdb namanbharadwaj/rustic -NamsooCho/search nandor/euler -NanotrasenInc/YASSS13RTWCF +nanlong/arithmetic_rs +nanoxd/godaddns naobsd/cm_device_rockchip_rk2918 naobsd/cm_device_telechips_tcc8803 naobsd/cm_device_telechips_tcc8803rt naobsd/cm_device_telechips_tcc8902 naobsd/cm_device_telechips_tcc8902gb naobsd/cm_device_telechips_tcc8902rt -naps62/rust-chat -narpfel/mcc4-rs -Nashenas88/borrow_visualizer_prototype +napi-rs/napi +napi-rs/napi-sys +naps62/rust-browser nastevens/base64-noalloc -nastevens/predicates-rs natal/frog natal/roft -natemara/aloft-rs natemara/rust-list-builder -natemara/schwift natemara/shutterstock-multifolder-deduper -nathan7/epoll.rs -nathan7/http-parser.rs -nathan7/libb2.rs -nathan7/libfringe -nathan7/libvalgrind_request -nathan7/termios.rs -nathanfaucett/rs-array -nathanfaucett/rs-collection_traits -nathanfaucett/rs-geometry -nathanfaucett/rs-gl_context -nathanfaucett/rs-gl_geometry -nathanfaucett/rs-hash_map -nathanfaucett/rs-hash_set -nathanfaucett/rs-lexer -nathanfaucett/rs-linked_list -nathanfaucett/rs-material -nathanfaucett/rs-persistent_list -nathanfaucett/rs-persistent_vector -nathanfaucett/rs-prng -nathanfaucett/rs-rng -nathanfaucett/rs-scene_graph -nathanfaucett/rs-scene_renderer -nathanfaucett/rs-sprite_component -nathanfaucett/rs-transform_components -nathanfaucett/rs-vec2 -nathanfaucett/rs-vector -nathankleyn/gitignore.rs +nathanfaucett/rs-one +nathanjent/markdown-serve +nathanjent/ruby-the-ms.-hackman-bot nathankot/plaid-rust -NathanMer/RFSMP nathanross/second_law -nathansizemore/epoll nathansizemore/hydrogen nathansizemore/linux-stats +nathansizemore/rlsocket nathansizemore/simple-slab -nathansizemore/simple-stream nathantypanski/cs4414-ps0 nathantypanski/cs4414-ps1 nathantypanski/cs4414-ps2 nathantypanski/literate-rust nathantypanski/rust-algorithms -nathantypanski/rustdown -natronics/rust-fc -naturemickey/chi-lang +naturemickey/addressCut_use_rust naudo/rust-code -navidnabavi/lithium -nayed/guessing_game +nausicaea/rootspace-rs nbaksalyar/rust-chat -nbaksalyar/rust-streaming-http-parser -nbigaouette/adder +nbigaouette/gitlab-api-rs +nbigaouette/rust-sorting +nbp/holyjit nc4rrillo/indigo -nc4rrillo/rsx -ncrowell/cryptopals ndokmai/nonblockinghashmap -ndokmai/rust_mpc_framework -ndr-qef/hyphenation -Nebual/metalfilter -Nebulosus/shamir necrothemes/redmond3-gtk nedp/codejam.2015 -nedp/statustxt neelayjunnarkar/TicTacToeAI -neganp/divarema -NegativeMjark/indolentjson-rust -Nehmulos/rust-game -neil-lobracco/rust-examples neithernut/git-dit -nejucomo/hashstore nejucomo/rust-bitfifo nekobcn/isbnid-rs -nekoheart/libnekoneko nelker/connect4 -nelsonjchen/speedtest-rs -Nemo157/git-appraise-rs -Nemo157/maud-pulldown-cmark -Nemo157/rjsc -Nemo157/roaring-rs -Nemo157/stomp-rs -nemo-lang/nemo -NeoLegends/tokio-request -neon64/rust_to_glsl_lint -neon64/spirv +nemq/AoC2017 +neohex/chit neon-bindings/neon neon-sector/xenotime -neosilky/crates-od -neosilky/passive-packet +neosmart/UtfRedirect neosmart/nettest +neosmart/rsproxy neosmart/srtresync -neosmart/UtfRedirect -NeoXiD/nessie -Nercury/android_logger-rs -Nercury/android_log-sys-rs -Nercury/comics-rs -Nercury/confluence-rs -Nercury/kugel-rs -Nercury/metafactory-rs -Nercury/monilog -NetSys/NetBricks -nettok/euler-rust -netvl/ejdb.rs -netvl/git-pull-requests +neosmart/zipcat +nest-rs/nest netvl/immeta +netvl/mpfr.rs netvl/shellexpand -netvl/sshc netvl/xml-rs neunenak/Interstitial neunenak/rust-scheme-interpreter -neunenak/simple-interpreter -NewbiZ/rgb -Newlifer/rpaste -newlight77/langs-compare +neunenak/schala +newenclave/rustsample nextzhou/tein -neydroid/sphinx-passwords -nginth/rusterver +nfjinjing/mtcp +nfschmidt/cryt +ngsankha/rustynode ngthanhtrung23/rust-re -nham/23tree -nham/auk +nguoianphu/docker-sybase +nham/MUM nham/burrfish nham/cicada nham/dynamic_programming -nham/hanoi -nham/hippo -nham/medliaka nham/megalonyx -nham/microkanren.rs -nham/MUM nham/reinforcement_learning nham/rust-base58 nham/rust-hoedown -nherson/twitch_emote_stats -nhynes/gtfs-graph niamster/woodpecker niax/rust-graph +niba1122/rju +nical/half_edge nical/lyon nical/prettylogs nical/vodk.rs -NicDG/Security-project3 -nicholalexander/rusting +nical/wrench nicholasbishop/dumbmath-rs -nick96/rusty-knight -nickbabcock/boxcars +nicholastmosher/subcommand-dispatch-rs +nicholasyager/advent-of-code-2017 +nickbabcock/collectd-rust-plugin nickdesaulniers/rust-re2 -nickdirienzo/cheatsheets nickel-org/nickel.rs -nickel-org/session -NickErrant/Thermite -NickeZ/toy-tokio -nicklan/rimd -nickmass/mass-nes -nickmass/rust-chip8 +nickel-org/rust-mustache +nicklan/bloom-rs +nicklauri/aden +nickmab/mabz-exchange-proto nickmccurdy/scrabbli-rust nicokoch/secret-rs -nicokoch/termsize-rs nicolai86/katas -nicolas-cherel/rumblebars -NicolasLM/nucleon -niconii/nico2 niconii/twiddle -nielsegberts/rust-todo nielsle/rust-actor-experiments -nielx/haiku-rs niftynif/rust-projects -nigelsmall/rusty-bolt nightlifelover/Things nika-begiashvili/rustnpp -nikita-b/f-console -niklasgerdt/rusty -NiklasJonsson/dailyprogrammer -niklasni1/rust-wav -niklasnisbeth/rust-wav +nikhilkalige/stm32f411-bsp +nikkij/rustfun +niklasf/rust-pgn-reader nikomatsakis/ascii-canvas -nikomatsakis/bidir-type-infer -nikomatsakis/cargo-chrono -nikomatsakis/cargo-incremental -nikomatsakis/chalk -nikomatsakis/dogged -nikomatsakis/ena nikomatsakis/graph-compress nikomatsakis/lalrpop -nikomatsakis/nll -nikomatsakis/plar-rs -nikomatsakis/rayon nikomatsakis/rust-iter +nikomatsakis/rust-name-resolution-algorithm nikomatsakis/rust-recursive-descent-regex-parser +nikomatsakis/rust-runtime-benchmarks nikomatsakis/rust-safe-robinhood-map -nikomatsakis/rusty-wam nikomatsakis/typing-haskell-in-rust -NikVolf/parity-tokio-ipc -NikVolf/parity-wasm -nilern/piecewise -nilq/ketchup -nils-ohlmeier/rsdparsa -Nimamoh/rom-discord-bot +nikomatsakis/yaccrpop +nilq/eucalyptus +nilq/helix +nilq/plof ninjabear/lore -ninjadev/gba-roa ninjapanzer/a_rusty_intro -ninjapanzer/rust_bible_word_reader -NipaJ/RustDoom -Nipol/rust-ethereum -Nipol/rust-rlp -Nirespire/ArcadeRS -NishanthSpShetty/crust -NishanthSpShetty/Stack-VM -nishanths/rust-haikunator -nitric1/cfdnsupdater -nitro-devs/nitro-example-project +nisargthakkar/nisargthakkar-hello-world +niteowl/trunk +nitric1/wstr-rs nivekuil/rip -NivenT/Brainfuck_AI -NivenT/REnforce -nixmaniack/cinnamon-themes nix-rust/nix -nkoehring/nanobe -nlester/plstuff -nlfiedler/magick-rust +nixmaniack/cinnamon-themes +njaard/pond +nkoehring/tt +nkon/stm32cubef1 nlfiedler/shiranui -nmandery/pseudo-georeference -nmcle/michi-rust -NobbZ/rust-euler -nocotan/rmessenger -nodakai/rust-static_assert_macro -noisecapella/gtfs-map +no-reply/rust-rdf nokaa/anvil nokaa/cedalion -nokaa/forge -nokaa/neppit -nomme/misc -nonelement/mux -Nonius/pomodoro -nooberfsh/algorithm -Norbytus/rocket_try -nordmoen/natnet-decode -no-reply/rust-rdf +nopjmp/pastabin nortiero/65hell -noshu/rustimization -not-fl3/awesomium-rs +not-fl3/rays not-fl3/tinyecs -not-fl3/tinyprof -NotGyro/Gestalt -notkild/wydy +not-inept/dict-bot +not-inept/ge-flash-briefing notriddle/ammonia -notriddle/quickersort notriddle/rust-float-ord -notriddle/rust-ido -notriddle/rust-timsort -notriddle/rust-wom -novacrazy/rust-plot +notryanb/rust-blog-demo novacrazy/rust-softrender -novacrazy/trace-error +now-examples/get-started-docker nownabe/ProjectEuler nowsecure/apt-packages-diff -nox/mitochondria -nox/serde_urlencoded +nox/hyper_serde +nozaq/shogi-rs +nozaq/usi-rs npm/shelby +npour/rusty npryce/reservoir-rs npryce/rusty-pi -nrc/collections nrc/derive-new -nrc/fmtfmt -nrc/leb128 +nrc/graphql nrc/libhoare nrc/n2 nrc/r4cppp -nrc/rls-analysis -nrc/rls-span -nrc/rls-vfs +nrc/rls-data nrc/rustw -nrc/strings.rs nrc/xmas-elf nrhtr/rustlife nsaeki/rust-test +nsg/snapr nsheremet/knock -NSkelsey/cs4414-ps1 -NSkelsey/deadlock -nskinkel/libredsalt -nskinkel/onionctlrs -nstoddard/gui-rs -nstoddard/rust-sand -ntakimura/yacc-rs -nthend/rust-fractals -NuclearCookie/rust_morse_translator -NuclearKev/Rust +nstone8/clickbait +nthend/spacecraft +ntreu14/Rust-Fun +ntrippar/sekey +ntrippar/ssh-agent nukep/libxm-rs nukep/llamadb -nukep/ludum31 nukep/rust-cubes-demo -Nukesor/spacesurvival -nukomeet/ncl -nulldatamap/proxam -nulldatamap/Tradock -nulldatamap/version -nulldatamap/xthevent nullstyle/rust-geohash -nulltone/project-euler nulogy/RusTOTP -numeric-rust/numeric numerodix/emcache -numnah/rust-project -nunofmn/bus-station-rust -nuodb/nuodb-rust +nunb/tin nutsi/rust-mysql -nwin/gif -nwin/lzw +nvzqz/uncon-rs +nwessing/gameboy +nwiizo/eteco nwin/rauta -nwoeanhinnogaehr/ladspa.rs -nwoeanhinnogaehr/pvoc-plugins nwoeanhinnogaehr/pvoc-rs -nwoeanhinnogaehr/synthizer -nxnfufunezn/RstyOS -nyantec/libsensors-sys +nyarly/d2tools nyfair/sentire +nzentzis/ysh o01eg/gltut-rust -o11c/termkey-rs +o0Ignition0o/mastering-rust o11c/tickit-rs -oakes/neovim-rs oakes/SolidOak -obivan/rustoci -obv-mikhail/mouse_automation -ockta/ockta +oberien/rust-templates +oblivia-simplex/roper +obsoke/advent-of-code-2017 oconnor0/build-your-own-editor oconnor663/duct.rs +oconnor663/shared_child.rs ocschwar/tokio-modbus -octplane/catapult -octplane/durite +octplane/photo-map octplane/rsnotify-33 -octplane/small-deployer -odarbelaeze/vegas-rs -oddcoder/rair -odeits-vidder/json_nom +oddg/rust-munkres odf3ee/cs4414-project -ogeagla/HdrHistogram_Rust -Ogeon/citybuilder -Ogeon/flow -Ogeon/js_builder -Ogeon/palette -Ogeon/pyrite -Ogeon/rustful -Ogeon/static_fragments -Ogeon/symbiosis +ogeagla/rust-dstream ogham/exa ogham/rust-ansi-term -ogham/rust-number-prefix -ogham/rust-term-grid ohazi/opengl-demo-rust -oil-lang/oil-rs -O-I/nickel-demo +oherrala/untrustended +ohua-dev/ohua-rust-runtime +ojacobson/rust-mount-demo ojhp/zed -okard/rust-playground -Okasu/feedly-notifier -oko/rust-dns-bench -olafurjohannsson/rust oldmacnut/sgt_initramfs -oldmanmike/mandala +oldsj/backup-rs olegakbarov/cali -olihey/bonjour-rs -Olinkl/ovh-rs oli-obk/camera_capture -oli-obk/cgraph +oli-obk/pandoc-ast oli-obk/quine-mc_cluskey oli-obk/rust-pandoc -oli-obk/rust-sa -oli-obk/rust-si -OliPelz/fastq_extractor_proof_of_principle -OlivierH/rust-playground -olivren/bitarea -olkkoti/shortest-path +olihey/rust-themoviedb olsner/verdigris -olson-dan/risp olsonjeffery/mrpas-demo -olsonjeffery/schemers -olson-sean-k/bismuth +omakoto/a2h-rs omasanori/mesquite omaskery/fsm-rs -OMFGB/device_samsung_mesmerizemtd -OMFGB/device_samsung_showcasemtd -OMFGB/device_samsung_vibrantmtd -Onecosmic/aries_initram -Onecosmic/Fugumod-ramdisk-new -Onecosmic/ICSramdisk onefrankguy/chifir +onelson/advent-of-code-2017 onelson/loose-coupling +onelson/omn-labs-rs onelson/rocket_cors -oneminot/rustyprogrammer onur/at-rust onur/docs.rs onur/letsencrypt-rs opal-rs/core -OpenAnsible/backend -OpenAnsible/ice -OpenAnsible/rust-hls -OpenAnsible/rust-mp4 -OpenAnsible/rust-rtsp -openchatops/rust -OpenGene/MutationScan -OpenHID/code-vr -OpenSourceCornell/Introduction-to-Rust-code-examples- -OpenStratos/OpenStratos-rs -OpenStratos/server-rs -opentpl/otpl-core -oppenlander/rust-hermann-generator -op/rust-spotify +opensourcegeek/stest oracal/rust-gumbo -ordovicia/AlgDSLearning -orhanbalci/rosalind-rs -orhanbalci/rust-easing -origel/origel -OrionGroup/HashDB -orkestra-studios/fovea -ork/rust-weechat-relay -orodley/bfc +oracle/crashcart +oracle/railcar +oresat/syscon-rs +orhanbalci/rust-steering-behaviors +originalhat/rust +orium/rpds orumin/Whetstone_OS orva/osm-xml osa1/tiny osaut/rustic_cells osaut/sobol_ev -osiris-game/net -OsnaCS/plantex -OsnaCS/uosql-server -osnr/rpi-kernel -Osspial/derin-rs -Osspial/hidapi-rs -Osspial/tint-rs -ostronom/rust-transit -oswald2/lv2plugins +oselgithub/roadsearch otakuto/gentoo-build-server -outersky/r2d2-mysql -outersky/simple_excel_writer +otiai10/rust-playground +otsaloma/mpv-thumbnailer outlook/libnss-aad -outscale-jju/pg overdrivenpotato/rust-vst2 -overdrivenpotato/url_open +overdrivenpotato/ui-experiments overviewer/nbtrs -owensc84/rust-weather -oxcable/oxcable -oyarsa/tsp-rs -oyiptong/hull -oyvindln/deflate-rs -ozkriff/error-context -ozkriff/marauder +overviewer/overviewer-ng +oxeb/regex3 +oyvindln/rspong ozkriff/nergal +ozkriff/zemeroth ozkriff/zoc ozten/learning_rust -P1start/assert_ng -P1start/lambda-rs -P1start/rust-tools -P1start/schroedinger_box -P1start/slydot -paavohuhtala/clri -paavohuhtala/RGBEmu -PabloMansanet/subotai +p-e-w/ternimal +p-jackson/entities +p-jackson/how-do-i-escape +p00s/Tinywget +p00s/miniurl pablo-meier/Duffy -PacktPublishing/Mastering-Rust -pacmancoder/rustzx -pact-foundation/pact-reference -paenko/PaenkoDb -paenko/RustyCloud -paenko/RustyCloudCli +pacheco/rust_stuff +pachev/pachev_ftp +pacman82/atoi-rs +pacodegallo/advent_2017 paholg/dimensioned paholg/minsky -paholg/peano paholg/ranged paholg/rustybar paholg/typenum -pajowu/poettering-bot pakozm/nxt-programs -palango/bencoders +palantir/rust-zipkin +palantir/serde-encrypted-value palfrey/dawn -palfrey/potboiler -palodequeso/damage -pancake-lord/fibonacci -panicbit/bouncingball -panicbit/depot-rs -panicbit/glitter +pallianil/katalon +palvarez89/adventofcode2017 +panicbit/advent_of_code_17 +panicbit/aoc +panicbit/aocl +panicbit/crowbar-rs panicbit/hangman panicbit/leap-rs panicbit/mct panicbit/monster -panicbit/newtr panicbit/recaptcha-rs panicbit/rust-av -panicbit/rust-rcon -panzoe/RINAPI +panzertime/advent-of-code paomian/ipip -paomian/playrust -papaboo/smallpt_rust +papamitra/compositor-rust papanikge/tead.rs -paperstreet/rshfile -papertigers/rust-hue-sdk -paradoxix/cornflake -ParadoxSpiral/mpv-rs -paraze/2048-rs -parbo/rust-raytracer -paritytech/bigint +parched/gcc-asm-rs paritytech/bloomchain +paritytech/ethabi paritytech/ethstore -paritytech/jsonrpc-core +paritytech/jsonrpc paritytech/parity paritytech/parity-bitcoin -paritytech/wasm-tests -paritytech/wasm-utils +paritytech/paritydb +paritytech/polkadot +paritytech/primitives +paritytech/pwasm-std +paritytech/pwasm-test +paritytech/rust-libp2p parkr/cal-rust -partim/domain partim/netdb -partkyle/rust-example-sdl -Pascal-So/rot13 passcod/ashring +passcod/blograph passcod/cargo-watch -passcod/irmo passcod/merhash passcod/notify +passcod/postier passcod/rast -passcod/rsnotify passcod/rust-clutter -passcod/stalc passcod/ttt -passcod/walker -passivetotal/rust_api passy/ordered-jobs-kata-rust -passy/passyvm -patallen/RIP-8 -patbecich/learningRust +passy/rust-tracerayer +pastagatsan/Tag patrick-ryan/cs4414-ps1 patrick-ryan/cs4414-ps2 -patrikn/lust -Paul-Andre/finger_merge +patronus-checker/patronus +paulcavallaro/rust-thrift pauldub/cog-rust -paulfioravanti/rust_for_rubyists -PaulJuliusMartinez/CoolRustCompiler -paullucas/exercism-solutions -paulohrpinheiro/artigos -paulrouget/servo-embedding-api -paulrouget/servoshell -paul-russo/kr -paul-russo/suh -paulstansifer/unseemly -paupino/rust-decimal +paulkernfeld/tokio-fmt-encoder +paulkramme/rustybrainfuck +paulusx/text_generator pavelchristof/dcalc -pawel-n/dcalc -payload/chess-rust -payload/graphviz-minimal -pbhandari/teapot +pbtrung/FeClx pcdinh/hellorustlang pcein/rust-fossmeet -pcleavelin/rust_rasterizer -Pctg-x8/interlude -Pctg-x8/postludium +pcm-ca/vegas-rs pcwalton/buoyancy pcwalton/fempeg pcwalton/libui-rs pcwalton/pathfinder pcwalton/rbot pcwalton/rust-ao -pcwalton/rustfmt pcwalton/rust-irc-client -pcwalton/rustium pcwalton/rust-media pcwalton/rust-nss pcwalton/rust-oauth pcwalton/rust-sandbox pcwalton/rust-woff pcwalton/rust-yelp +pcwalton/rustium pcwalton/signpost pcwalton/sprocketnes -pcwalton/webrast pcwalton/zero.rs pczarn/cfg -pczarn/code pczarn/gearley pczarn/ruruby -pczarn/rust-marpa -pczarn/rust-prompt -pczora/olderon -pduval/rustic_hal -Peekmo/rust-roguelike -Peekmo/rust-xslgen -pegasos1/cargo-profiler -pegasos1/rust-linear-algebra -Peltoche/ical-rs -pengowen123/eant2 +pdpi/synth.rs +pedrocr/multicache +peixian/1D-Particle-in-Cell +pelmers/geoshaper +pelmers/quine +pelyot/adventofcode +pengowen123/cge-core pengowen123/goal +pengowen123/horde_survival +pepijndevos/bicycle_gps +pepijndevos/devOS pepyakin/chipster -PerArneng/geneteq -PerArneng/rust_test +pepyakin/emchipten perceptia/perceptia perceptia/skylane perceptia/skylane_protocols -perceptia/skylane_scanner -PerfectLaugh/chinaroutes -performancecopilot/hornet -perrier1034/pico-dnn +perlun/changelog-rs pershoot/android_device_samsung_p7510 -peschkaj/flaker +pest-parser/benchmark +pest-parser/book pest-parser/pest petehayes102/rust-czmq -peterbudai/redux +peterbraden/rays.rust +peterdelevoryas/my-lang +peterdelevoryas/pythonc peterdn/Galvanized peterellisjones/rustperft -peterhj/arraydiff -peterhj/kevlar -peterhj/libcblas_ffi -peterhj/libdensearray +peterhj/extar peterhj/libnnpack -peterhj/liboperator -peterhj/libsharedmem -peterhj/libturbojpeg -peterhj/neuralops +peterhj/libnvsmi peterhorne/gba peterjoel/needle -PeterReid/chacha -PeterReid/hoplight -PeterReid/libcses-rs -PeterReid/rassembler -PeterReid/rust-mips -PeterReid/schedule_recv -PeterReid/win_odbc -petrus-v/electronic_playground +petertseng/adventofcode-rs-2015 pfernie/user_agent -pfhfxy0/My-Samples pfn/window-hider -pfpacket/rust-9p -pftbest/rplayground -pftbest/rust_on_msp -pgerber/lo-migrate -pgerber/zbase32-rust +pgerber/rusoto-ceph-test pgivens4915/scripts pglbutt/noodles pgonda/bencode_file -pgonda/binary_file -phaazon/celeri-remoulade -phaazon/html-entities -phaazon/ion +pgonda/bittorrent +pgonda/rust phaazon/luminance-rs -phaazon/outline-2017-invitro phaazon/spectra -Phaiax/rsaltpack +phansch/aoc +phansch/rtypist +pharaujo/jsonformatter phi-gamma/vtcol -phildawes/racer -phildawes/rustc-noodling -philipc/ddbug -philipc/dwarf-bench -philipc/rust-dwarf -PhilipTrauner/match3 -philix/drawr -phillipw/hangman phil-opp/blog_os -phil-opp/nightly-liballoc -phil-opp/nightly-libcollections -phil-opp/nightly-libcore -phil-opp/rust-bit-field +phil-opp/multiboot2-elf64 phil-opp/rust-once phil-opp/rust-os-experiment-2 -phil-opp/svd-board phil-opp/x86_64 -philsc/bazel-rust-tests -phimuemue/rs_schafkopf -PhnxRbrn/oxideCast -phonkee/treasure +philipc/dwarf-bench +philix/drawr +phillipw/hangman +philsong/rootchain +philwantsfish/fractal-rs +phocks/rust-exploration phooky/rust-finger phoracek/kubewatch -php-coder/gtl -Phrohdoh/Cilian -Phrohdoh/firebase-rs -Phrohdoh/libbig -phsym/exceptions-rs -phsym/http-rs +phoracek/netman-rs +photex/hedge phsym/prettytable-rs -phsym/rust-sctp -phsym/sctp-sys -phsym/shrust -phsym/Travis-Playground -phyber/mutt-maildirs -phynalle/civet -phyroxin/rust_playground -physhh/img -piaoger/meshes.rs -pierrechevalier83/rust-dwm-status +phustly/rustBook +piedoom/rumblr pierrechevalier83/slider +pierrechevalier83/snake-rs pierreyoda/rustboycolor -pierreyoda/rust-mal -pierreyoda/solar-rust -PierreZ/vertx pierzchalski/rust_doc_test pietroalbini/fisher -pijul/openpgp -pijul/pijul +pigeon-working-group/9000d pijul-scm/sanakirja -pijul-scm/thrussh -pijul/thrussh +pikajude/rustbot +pikkr/pikkr +pikkr/rust-json-parser-benchmark pillserg/golr -pillserg/reuler -pimeys/rust-web-push -pine/rust-hands-on +pindell-matt/hyper_test pingcap/grpc-rs -pingcap/kvproto pingcap/rust-prometheus pingcap/tikv pingcap/tipb +pingiun/whatstat-cli +pingplug/matrix_rust +pingzing/advent-of-code-2017 pinyin-tools/librustpinyin pipedown/noise pirapira/kissdb-rust pirapira/rust-file-example -piratejon/rustactoe -PistonDevelopers/array -PistonDevelopers/button_controller -PistonDevelopers/button_tracker -PistonDevelopers/camera_controllers -PistonDevelopers/color_quant -PistonDevelopers/conrod -PistonDevelopers/dev_menu -PistonDevelopers/drag_controller -PistonDevelopers/dual_quaternion -PistonDevelopers/dyon -PistonDevelopers/dyon_asteroids -PistonDevelopers/dyon_snippets -PistonDevelopers/eco -PistonDevelopers/editor -PistonDevelopers/event_loop -PistonDevelopers/float -PistonDevelopers/freetype-rs -PistonDevelopers/freetype-sys -PistonDevelopers/geometry -PistonDevelopers/gfx_debug_draw -PistonDevelopers/gfx_graphics -PistonDevelopers/gfx_text -PistonDevelopers/gfx_voxel -PistonDevelopers/glfw-rs -PistonDevelopers/glfw_window -PistonDevelopers/glium_graphics -PistonDevelopers/glutin_window -PistonDevelopers/graphics -PistonDevelopers/graphics-lab -PistonDevelopers/graphics_tree -PistonDevelopers/hematite -PistonDevelopers/hematite_nbt -PistonDevelopers/hematite_server -PistonDevelopers/history_tree -PistonDevelopers/image -PistonDevelopers/image-gif -PistonDevelopers/imageproc -PistonDevelopers/input -PistonDevelopers/interpolation -PistonDevelopers/opengex -PistonDevelopers/opengl_graphics -PistonDevelopers/physfs-rs -PistonDevelopers/piston -PistonDevelopers/piston-examples -PistonDevelopers/Piston-Tutorials -PistonDevelopers/piston_window -PistonDevelopers/quack -PistonDevelopers/quaternion -PistonDevelopers/range -PistonDevelopers/read_color -PistonDevelopers/read_token -PistonDevelopers/shaders -PistonDevelopers/shader_version -PistonDevelopers/shapes -PistonDevelopers/skeletal_animation_demo -PistonDevelopers/sprite -PistonDevelopers/table -PistonDevelopers/texture -PistonDevelopers/vec -PistonDevelopers/vecmath -PistonDevelopers/viewport -PistonDevelopers/xpath-rs -PistonDevelopers/y4m -pitkley/i3nator -pixelistik/request_log_analyzer -pjohansson/grafen -pka/t-rex -pkizzo36/Rust -planet0104/rust_examples -planglois/rusm +pjhades/izzet +pkgw/elfx86exts pl/apiece -PlasmaPower/intersections -Plasticcaz/efc_rs -Plasticcaz/huffman-rs -Plasticcaz/rust_copy -Plasticcaz/zedengine -Plasticoo/BrainFInterpreter_Rust +plafue/AntsStarterPackRust +planet0104/rust_examples platypie/platypie playfulgod/makerom playfulgod/samsung_indulge -playfulsoftware/shard plietar/librespot -plietar/rust-mdns -plietar/rust-protobuf-build -plietar/rust-protobuf-macros -pliniker/bitmaptrie-rs -Ploppz/tilenet-render -Ploppz/universe -plum-umd/adapton.rust -pmarino90/blackhole -pmer/rflappy +plopgrizzly/adi +plopgrizzly/adi_clock +plyhun/plygui +plyhun/plygui-api +plyhun/plygui-test +plyhun/plygui-win32 +pmer/light +pmeredit/pgen pnathan/flaky-data-structures pnathan/golem -pnispel/rust-fuzzy-search -pnkfelix/allocprint pnkfelix/boxdraw-rs -pnkfelix/cyot pnkfelix/games-rust pnkfelix/kaleido pnkfelix/llvm-test-9129 pnkfelix/mmix-rust pnkfelix/mon-artist -pnkfelix/mon-artiste pnkfelix/parus +pnkfelix/pgy_runtime pnkfelix/pgybs pnkfelix/rust-99problems pnkfelix/sigil-syntax pnkfelix/tango -pnkfelix/taocp-rust -pnlybubbles/path-trace -pocket7878/chainmail +pnlybubbles/LumillyRender +pocket7878/nicolive-ts-downloader pocketberserker/zero-formatter.rs -poidl/eg-amp_rust poidl/lv2 -poidl/yassy +poidl/yassyui poitee/LTEOMAPNEXRD polachok/hyper-bench -polachok/intmap -polachok/ipv4-cmp-bench polachok/libmarisa -polachok/netmap-rs polachok/nss-multipasswd -polachok/pnetlink +polachok/reqwest-cache polachok/rund -polachok/rust-cnproc polachok/seccomp polachok/seccomp-sys -polachok/tokio-syslog -polachok/tuntap +polachok/tokio-amqp +polachok/tokio-consul polazarus/capstone-sys.rs -Polly-lang/Polly +pollen/stm32f0 polydraw/polydraw -polyfloyd/ledcat -polyfractal/bounded-spsc-queue -polyfractal/cajal -polyfractal/playground +polyfloyd/edge-detection-rs polyfractal/Turbine +polyfractal/bounded-spsc-queue polyitan/apns2 +polyphem/cyk-algorithm pombase/pombase-chado-json +pombredanne/antidebugging pombredanne/arch-pkg pombredanne/rust-uuid -Popog/beagle-rs -popravich/minihttp -porglezomp/buddhabrot -porglezomp/julia +pontuslae/pathfinder +pontuslaestadius/goliath +pop-os/buildchain +pop-os/libparted +pop-os/libparted-sys +porglezomp-misc/live-reloading-rs porglezomp/rust-rogue -pornel/capi-rust +pornel/dssim pornel/image-gif-dispose -pornel/libimagequant-rust -pornel/mozjpeg-sys +pornel/lodepng-rust pornel/mss_saliency -pornel/rust-lcms2 pornel/rust-lcms2-sys -pornel/rust-rgb +portaloffreedom/rust-neat portier/portier-broker -portocodes/reversi portocodes/tico posborne/rust-gpio posborne/rust-lpc1768-examples -posborne/rust-pstree -posborne/rust-sysfs-pwm posborne/rust-xbee posix4e/jsoncdc -posix4e/rpgffi posix4e/rust-metrics -posix4e/thrussh-snapshot postmates/cernan postmates/evans -potan/dual.rs +postmates/quantiles pothos/zpaqlpy potocpav/xi_glium -ppedrot/kravanenn +povilasb/snake +ppmathis/nessie +prabhash1785/rust-playground pradeepchhetri/fun praneelrathore/etig -prasoon2211/rustygraphs -pravic/kmd-env-rs -pravic/rust-sciter pravic/winapi-kmd-rs prcastro/dinosaur prepor/prometheus-rust +prestonTao/mandela_rust prevoty/jni-rs +prewk/img_diff +prewk/subshift princjef/cs4414-ps2 +probitlabs/rusty-sturm productize/kicad-parse-gen productize/symbolic-expressions -programble/bounded-integer -programble/ego-tree +programble/fix programble/scraper programble/viola -programble/xn--ls8h -ProgrammingRust/antisamples -Progressive-Learning-Platform/plp-grinder project-enlighten/enlighten-socks -projectplaid/kernel -Proksima/has -Proksima/quandl -Proksima/shells -proshunsuke/rustFizzbuzz -proshunsuke/rust-tutorial -ProtonLights/cli -ProtonLights/proton-cli -psantacl/cog -psantacl/rusted-bridge -psas/av4-fc -Pseudonymous-coders/AppMeA2 +projectfluent/fluent-rs +projektir/ray-tracer-simple-image +prokosna/jongleur_back +pronghornframework/pronghorn +psFried/conrods-game-of-life psFried/flo psFried/rust-logging -pshc/hex_literals +psantacl/cog +psantacl/rusted-bridge +pshc/dht pshc/orca pshc/rusthack -pshendry/nurep psinnott/gntp-plugin pssalmeida/handoff_counter-rs pssalmeida/handoff_counter_simulator-rs -psyomn/gar -psyomn/wasteland +psycho-ir/proxymate ptal/intervallum ptal/oak -ptal/Rust.attribute -ptariche/rust_api_example -pthariensflame/elementscript pthariensflame/identity.rs pthariensflame/invariant.rs pthariensflame/primesieve.rs -pthariensflame/refraction -ptn/rustgc -ptondryk/rmqtt pts2td/ps1 -PumpkinDB/PumpkinDB -PumpMagic/twitchplayspapermario pung-project/pung -puppyofkosh/safer-c-compiler -PurityLake/rusthub -Pursuit92/libmarpa-sys -Pursuit92/wlc-rs +puppetlabs/rust-kitchensink +purpliminal/fulltext-rs +purpliminal/rust-dotenv +pusherofbrooms/rust-euler +putterson/zoo_spree pvginkel/strtod -pwildani/bueller -pwoolcoc/cargo-shell +pwoolcoc/aoc17 +pwoolcoc/cargo-template +pwoolcoc/dat-rs pwoolcoc/dhcp_parser pwoolcoc/jsonfeed pwoolcoc/jupyter-rs -pwoolcoc/ngrams -pwoolcoc/rusted +pwoolcoc/mod_exp-rs pwoolcoc/rust-levenshtein -pwoolcoc/rust-perl-julia-ffi-example -pwoolcoc/ssmp -pwoolcoc/superv +pwoolcoc/rusted pwoolcoc/wren-rs pwoolcoc/wren-sys -pxlp/pixelport -pyfisch/colorful-map pyfisch/kinglet -pyfisch/rust-language-tags +pyfisch/rust-media-types +pyk/peg-generator pyk/rust-perceptron -PyO3/PyO3 -PyO3/tokio -pyramid-old/pyramid -pyramid-old/pyramid_animation -pyramid-old/pyramid_app -pyramid-old/pyramid_template -pyros2097/rust-embed pythoneer/pixelcannon -pythonesque/fallthrough -pythonesque/libcuckoo.rs pythonesque/mud.rs -pythonesque/mvcc-rust pythonesque/rankings.rs pythonesque/rust-parsegen -pzol/r18n +pzol/fnrust pzol/ustr pzol/xml_writer pzread/furakus -Qard/rust-commander -Qard/rust-downtar -QAston/PEIS -qdot/libappindicator-sys -qdot/systray-rs -qezz/passgen -qial/rustroids -qiaohaijun/rust-quick-start -qlyoung/keyboard-emulator qmonnet/rbpf qmx/rust-zbase32 qnighy/yasna.rs -qtlis/si +qoh/fortune +qorost/rust_macro_plugin +qrlpx/ioc +qrush/rustlike qu1x/signifix -quadrifoglio/olvm -quadrupleslap/badlog -queyenth/battleship -QuickBlox/sample-chatbot-rust -QuietMisdreavus/movesets-bot -QuietMisdreavus/pokedex-bot -QuietMisdreavus/twitter-rs -QuietMisdreavus/whismur -QuiltOS/QuiltNet -quininer/argon2-rs +quadrifoglio/mmconv +quadrupleslap/lich +quadrupleslap/scrap +queer/properties-rs +quininer/bench-short-hash quininer/bitpack -quininer/groupbot -quininer/newhope +quininer/epub2txt +quininer/kyber +quininer/rkmkit +quininer/rust-hacl quininer/sarkara -quininer/seckey quininer/tox-rs quininer/triamcinolone quininer/ttyaskpass +quininer/x11-clipboard quintenpalmer/gamengine quintenpalmer/learn-rust-calculator -quintenpalmer/onyerfeat -Quist/knowit-julekalender -quodlibetor/tabin-plugins -quote27/paperboids-rs -quote27/triangleproject-rs quux00/rust-concurrency-examples -quxiaolong1504/rust-learning-note -Quyzi/Hedbot -qwitsu/exercism-practice-rust -qwitsu/game -qwitsu/rust-bot qxjit/rust_number_guessing +r1b/aoc2017 +r1b/cheap-sqlite-gui +r1b/cryptography r542809120/rust-tutorial -Ra1nWarden/CS4414-Project -Ra1nWarden/cs4414-ps2 -Ra1nWarden/cs4414-ps3 -Ra1nWarden/cs4414-ps4 -Ra1nWarden/ps0 -Ra1nWarden/ps1 -rabbidrabbit/kryten rabbit-ci/toml2json -rabbitstack/cubostratusc -race-lang/race +rabbitstack/cubostratus +racer-rust/racer rachlbrown/cs4414-ps4 rachlbrown/ps1 rachlbrown/rust-core -Racum/djpass +radare/arch-rs radare/esil-rs -radare/r2pipe.rs radare/radeco radare/radeco-lib -radix/pandt +radekg/hyper_auth +radekp/puzzle-solver raedwulf/bragi -Rafagd/json-rs -rafalmiel/cykusz-rust -rafalmiel/cykusz-rust64h -ragingSloth/sigmatic -Ragnaroek/coverage-mon -Rahix/coriolis-sim -Rahix/eagre-asn1 -rahshackclub/graph-theory-algorithms +rafaelklaessen/rust_login +rafaelklaessen/rust_react rahulg/brainfuck-rs -rahulg/treexml-rs raidzero/android_device_motorola_sholes-recovery -raigo/sorting-challenge -raiker/recogitate -rail44/rust-fluentd-filter -rainbow-alex/burn -rainbowbismuth/hamt-rs -RainbowZephyr/Adaptive-Pyramid -RaitoBezarius/rust-manager -RalfJung/rust-101 -Ralith/wair -Ralvke/ltg_push -rami999999999/alphabet_recognizer -RamiHg/RustyBoy +rail44/spectr +rainbowbismuth/chickpea +ramn/advent-of-code-rs ramn/allehanda-rs -ramsey-darling1/rust_term_text -Ramzec/union-find +ramn/joinlines +ramn/repay +ramonh/rust-api-playground +randomPoison/courier +randomPoison/hangry-river-horse randombit/rust-tls randomites/plain -randre03/orion -ranma42/rust-hash -ranveeraggarwal/rust-ctci -ranweiler/lfsr-rs -RAOF/bluetooth-rs +ranveeraggarwal/rust-raytracer rap2hpoutre/facteur -rap2hpoutre/htmltopdf rapha/iter_reader -raphamorim/rust-adventures raphamorim/rust-dockerclient raphi011/rust_tutorial -rapiditynetworks/stripe-rust -rase-/epic rasendubi/bkernel -Rastopyr/rust-hello-worlds +rasendubi/zink +raspite/rsh +rasserudenisu/nipponium ratel-rust/ratel-core ratel-rust/ratel-server +ratel-rust/toolshed ravaa/sulci -RaVenHelm/OpenGL_Rust -raventid/soap-rs +rawrasaur/hagane-simd +rawrasaur/rust-jdbc rawrasaur/vulkan-rs raymontag/rust-keepass -Razican/Space-Settler-BigBang +rayon-rs/rayon +rayon-rs/rayon-hash razielgn/brainfuck -razielgn/ostrov -RazrFalcon/libsvgdom -RazrFalcon/libsvgparser -RazrFalcon/simplecss -RazrFalcon/svgcleaner +razielgn/nes rbone/rust-money -rbtcollins/rusty_rail -RCasatta/rust-bitcoin-headers +rc-nullptr-t/rust-game +rcastill/enunciado-tarea2-gorust rcatolino/cmdparse rcatolino/fftw3-rust rcatolino/json-utils -rcatolino/rbtree-rust -RCIX/rustlike -RCIX/word_generator +rchaser53/rust_pack_man +rchaser53/rust_playground rcolinray/trex rcoppolo/rust-tutorial -r-darwish/raven-rust -rdavidso/sheepsheadbot -rdragon/cat-vs-dog -rdrsss/attic-redux -rdunnington/advent -ReactiveX/RxRust -ReactorScram/rust-nbody -realityone/libnetkeeper -realrunner/meazure-agg-rust -RealScout/avr-emulator +realityone/rsping +realityone/which-rs +realli/simple_jwt reasonml-old/rebel -reasonml/rebel +reb/advent_of_code_2017 rebasar/jsonrpc -Reboare/rust-experiments -RecursiveLogic/Rush -red75prime/rusty-com-port -Redattack34/Corrosion -redeff/mecenas_page +red-oxide/feed +red-oxide/oxideNews-server +redbrick/good_stv rednum/interval_trees redox-os/acid +redox-os/arg-parser redox-os/bots redox-os/coreutils -redox-os/extrautils -redox-os/init -redox-os/installer +redox-os/drivers redox-os/ion redox-os/kernel -redox-os/libextra -redox-os/libpager -redox-os/libstd -redox-os/neon -redox-os/netutils -redox-os/orbclient -redox-os/orbfont redox-os/orbimage -redox-os/orbital -redox-os/orbterm redox-os/orbtk -redox-os/orbutils -redox-os/pkgutils redox-os/playbot +redox-os/ptyd redox-os/ralloc -redox-os/redox redox-os/redoxfs +redox-os/rusttype redox-os/sodium redox-os/tfs -redox-os/userutils -Redrield/kobalt-updater -Redrield/mcserver-rs -Redrield/RustPortScanner -redtrumpet/msi_keyboard -reem/adamantium +redox-os/uefi_alloc +redpanda1234/barnes-rust reem/lithium -reem/rust-actor reem/rust-appendbuf -reem/rust-bare -reem/rust-convertible -reem/rust-debug-unreachable reem/rust-emitter reem/rust-euler reem/rust-event reem/rust-event-emitter -reem/rust-expect -reem/rust-forever -reem/rust-http -reem/rust-http-content-type -reem/rust-httpparse -reem/rust-interstellar reem/rust-intovec reem/rust-lazy -reem/rust-load -reem/rust-lockfree -reem/rust-memalloc reem/rust-n-queens -reem/rust-once-mutex reem/rust-or reem/rust-pico -reem/rust-pico-sys -reem/rust-reduce reem/rust-replace-map reem/rust-scoped-pool -reem/rust-stream reem/rust-traitobject reem/rust-typemap -reem/rust-unreachable reem/rust-unsafe-any -reem/rust-variants -reem/rust-void reem/stainless reeze/remcached -Reflejo/yobot -Regentag/malbolge-interpreter regexident/cargo-modules regresscheck/enum_index reidarsollid/rustyjavazone -ReidAtcheson/FrameworkFramework -Reignbeaux/ReEnter -reillysiemens/advent-of-rust reima/rustboy -Reisen/keys -rejasupotaro/gimei-rust rejschaap/rustdb -rekka/fast_sweeping -rekka/meval-rs -relision/reli relistan/cryptorust remainyou/XMBaiduMapDemo -remexre/json-pointer -remexre/json-schema +remram44/cdchunking-rs remram44/dhstore -remram44/rs-sync -remram44/rust-clock -remram44/testlink-rs +rena0157/rust_cadv2 renato-zannon/env-control -renato-zannon/hyper-json-streaming-example -renato-zannon/rust-opencv-sys renato-zannon/rust-project_euler -renato-zannon/rust-to-cpp-example +rennis250/processing-rs +rep-nop/advent_of_code_2017 reparadocs/430Assignment6 reproto/reproto -Reshurum/nes-rs -resin-io-modules/network_manager -resin-io-projects/resin-rust-hello-world +resamplr/rsynth +resin-io-playground/resin-blinkt-rust resin-io/reconfix +resin-io/resin-wifi-connect +resin-os/healthdog-rs resurge/rust-by-example retep998/bunny-rs -retep998/googl-rs -retep998/hello-rs retep998/iocp-rs retep998/mlpccg-rs retep998/winapi-rs -reubencornel/rust_bt_client +rethinkdb-rs/ql2 +rethinkdb-rs/reql +rethinkphp/php-rs reusee/player-rs -RevNumbers/android_device_motorola_venus2 -revolverhuset/fishsticks -rewrite-in-rust/rust-restructure +rfdonnelly/rvs rgs1/coreutils-rust rgs1/zk-shell-rs -rharriso/sudoku-generator-rs rhcp011235/strat_initramfs -rhelmer/symbolapi -rhysd/reading-pfds -rhysd/RustyML +rhelmer/range-map rhysd/tinyjson -richarddowner/rust-rosetta richardeoin/qrp_rust -richardfontana/opie -richchurcher/rusty-hero richo/macho-rs -richo/multitooth richo/radiant-cli richo/rs-beef richo/rustgit2 richo/weers -RicoP/Spielwiese -rictic/rud -RIg410/module_configuration -RIg410/sage_boot_strap -RIg410/sage_transport_rs -rightfold/feldspar +rightfold/caper +rightfold/typefunnel rightscale/rsssh -rileyteige/frost +riktus/RustLearning rilut/rust-tldr rimmington/fragile -rinatz/ninety-nine-rust-problems -ristew/euler -ristew/langy +risa2/Arkanoid ristew/rssh -ristew/rustnn -Ritiek/auto-image-cropper -Ritiek/Code-Practise +ritiek/url-decoder +ritiek/wordlist-generator +rivertam/goshdarn +rixrix/rust-nodejs-ffi +rizakrko/ob_2 rjbs/Sweater rjdgtn/rtetris +rje/aoc2017 rjrosale/430assignment6 rjz/blue rkbodenner/rust-docs rkbodenner/sha256-rust rkruppe/watertri.rs -rkusa/graphql -rlhunt/cbindgen +rkusa/postgres-pool +rkusa/rust-async-web-bench +rlane/cubeland +rlopezcc/rusty-beats +rlustin/typographic-linter +rmartinho/pbmx rmbreak/ceplugin -rmed/texture-rs -rminderhoud/rose-sdk -RNCryptor/rncryptor-rs -RnDome/bwapi-sys +rmed/receipt-keeper +rnleach/sonde rntz/rust-fingertrees rntz/rust-hashlife rntz/rust-sandbox -Roasbeef/rando -Robbepop/cionc -Robbepop/stevia -Robbepop/string-interner -robbym/bmp2arr -Robert-Emerson/cs4414-ps3 -Robert-Emerson/ps1 -robertjwvaughan/Rust -robertknight/rust-cmacros -robertknight/rust-optparse -robertknight/safari-extension-packing-investigation +robb/Rust-Sandbox robert-w-gries/rxinu -robigalia/rust-sel4 -robigalia/sel4-sys -RobinMcNally/LandbaseOptimizer -RobinMorisset/HashCode2015 -robinsonj/ruke-cli +robertknight/rust-optparse +robertmaloney/advent2017 robinsoon/carwash -RobinThrift/befunge-rs -roblabla/cargo-travis -roblabla/i3-tmux-integration +robisys/myprog +roblabla/rust-libstd roblabla/vterm -robn/asn1dump-rs -robn/bl2resources-rs robn/oxide -robn/rust-hello-gl robn/rust-sdl2 -robn/salada -robn/twoskip-rs -robn/u2f-rs -robo9k/quake3-qvm -roboime/roboime-next -robojeb/pcg_rand -robotmayo/dXX -robotrs/rust-wpilib -robsaunders/conrod-example -robsaunders/rust-vst2-gui-example -robsaunders/vst-simplesynth +robo-hamburger/recents +robsaunders/dd-gui rockneurotiko/awesome-bot -rockneurotiko/pokemon-go-protobuf-rs -rodolf0/tox rofrol/rust-projecteuler -rogeruiz/tick -Roguelazer/rust-syslog-rfc5424 -Roguelazer/rust_trie -rohitjoshi/apns -rohitjoshi/net-utils -rohits47/rust_poker_ai -Rojetto/guac -rokf/csve -ROki1988/perf_client +rogeruiz/guessing_game rolandshoemaker/theca -roller/bazbot -RomanAkberov/diagram -RomanAkberov/id -RomanAkberov/onyx -RomanAkberov/rusty_kings -RomanAkberov/spherical-voronoi -roosmaa/wrath-of-odin -rootulp/rust-guide -rory/osm-history-animation -rory/rust-dbf +romoy/learn-rust +ron-rs/ron rory/slippy-map-tiles-rs rosacris/rust-doublepivot-quicksort -roSievers/sogo +rossdylan/bobbytables rossdylan/drink-rs -rossdylan/rust-cldap rossdylan/rust-libpoly -RossMeikleham/Super-CHIP8-Rust rossmurray/rust-gfx -rossng/fenetre -rotty/zmq-tokio -rotwatsb/bitcoin -RoxasShadow/gauss -RoxasShadow/rust-cleverbot -RoxasShadow/rustfm -Roxxik/rusteezee +rotwatsb/t3tropolis royaltm/rust-labyrinth -Roybie/fnd -Roybie/tigr -roycrippen/euler -roycrippen/euler_library -Roysten/rust-framebuffer rp4fx/OS -rpasta42/JSRust -rpasta42/LambdaOxide -rpasta42/OxiCloak -rpasta42/skomakare -rpeden/rust-experiments -rphmeier/allocators rphmeier/jobsteal -rpjohnst/dejavu +rqou/rqou-ddns rraval/rust-fun rrbone/midioscar -RReverser/asmjs-experiments -rrichardson/awaitable -rrichardson/lout -rrichardson/reactor -rroelke/spsc-circular-buffer +rrichardson/hyphae rsaarelm/calx +rsaarelm/calx-ecs rsaarelm/hoon-rs rsaarelm/magog -rsaarelm/nock-rs rsaarelm/phage -rsaarelm/urbit-rs rsaarelm/urbit-u3-rs rsaarelm/vitral -rsb-learn/guessing_game rschifflin/astar-rust rschifflin/rust-pubsub rschmitt/heatseeker -rschulman/dradis-rs rsmw/souvenir -rsolomo/aruba-ripple rsolomo/cargo-check rsolomo/hipchat-client rsolomo/json_logger rstenvi/nosqlattack -rstenvi/rust-calc rstout/misc rstout/rust rswork/symphrs -rtaycher/robotfindskitten -rtbo/ows-rs +rtbo/toy_xcb rtbo/xkbcommon-rs +rthomas/rust_net rtm9zc/Rust-Pages -ruabmbua/enet-sys -ruabmbua/hidapi_rust ruabmbua/msi_klm -rubayethk/rust-guessing-game -Rubigo-Frigus/ScreenBasedGame +rubendura/advent-of-code-2017 ruds/rustsh -Rufflewind/detrojt -Rufflewind/mpi_futures -Rufflewind/revad -Rufflewind/synchrotron -RuifengJiang/eecs495project rukai/PF_Sandbox -rukai/treeflection rukai/vulkano-text ruma/ruma -ruma/ruma-api-derive -ruma/ruma-api-macros -ruma/ruma-events ruma/ruma-identifiers ruma/ruma-signatures rumirand/GalaxyPlayer5-initrd +runarberg/math-text-transform +runconduit/conduit rus-cert/compress-cidr -ruse-lang/ruse rushmorem/psl -rushmorem/publicsuffix rusoto/rusoto russmack/bloominrustyfilter russmatney/story-compiler -rust3ds/alloc_system3ds -rust3ds/ctr-std -rust3ds/ctru-rs -rustache/rustache -rustation/cargo-test-junit -RustAudio/coreaudio-rs -RustAudio/coreaudio-sys -RustAudio/dsp-chain -RustAudio/envelope -RustAudio/lewton -RustAudio/musical_keyboard -RustAudio/ogg -RustAudio/rms -RustAudio/rust-portaudio -RustAudio/sample -RustAudio/sampler -RustAudio/sound_stream -RustAudio/synth -RustAudio/volume -rust-av/nvidia-video-codec-rs +rust-O-men/rust-ml rust-bio/rust-bio -rust-bio/rust-bio-tools rust-bio/rust-htslib -rustbridge/helix -rustbridge/neon -rust-bridge/v8-sys +rust-bridge/rust rust-builder/buildable rust-builder/rub -rust-builder/utils -rustcc/borrowchecker -rustcc/coroutine-rs -rustcc/irccc -rustcc/RustPrimer -rust-community/rustbridge +rust-community/rust-campaigns-server rust-cookbook/cookbook -RustCrypto/hashes -RustCrypto/meta -RustCrypto/rust-crypto-decoupled -rust-datetime/datetime -rustdresden/crowdchat-rs -RustDT/RustLSP -rust-embedded/fixedvec-rs -rust-embedded/rust-i2cdev rust-embedded/rust-sysfs-gpio rust-fcp/rust-fcp-routing -rust-fcp/rust-fcp-tun -rust-fcp/rust-socket-msg +rust-fcp/rust-simple-bencode rust-fuzz/cargo-fuzz -rust-fuzz/targets rust-game/server -rusticata/ntp-parser -rusticata/rusticata -rusticata/snmp-parser -rusticata/ssh-parser -rusticata/tls-parser rust-js/rjs -rust-kr/rust-kr.org -rust-kr/rust-kr-rust -rust-lang/book -rust-lang/cargo -rust-lang-cn/rust-by-example-cn -rust-lang/crates.io -rust-lang-deprecated/fourcc +rust-keylock/rust-keylock-lib rust-lang-deprecated/rustc-serialize rust-lang-deprecated/time -rust-lang-ja/trpl-ja-pdf -rust-lang/libc rust-lang-nursery/bitflags +rust-lang-nursery/chalk rust-lang-nursery/compiler-builtins +rust-lang-nursery/error-chain rust-lang-nursery/fmt-rfcs rust-lang-nursery/getopts rust-lang-nursery/glob rust-lang-nursery/lazy-static.rs rust-lang-nursery/log -rust-lang-nursery/net2-rs +rust-lang-nursery/mdBook rust-lang-nursery/rand -rust-lang-nursery/regex rust-lang-nursery/rls -rust-lang-nursery/rustc-serialize +rust-lang-nursery/rust-clippy rust-lang-nursery/rustfmt rust-lang-nursery/rustup.rs +rust-lang-nursery/simd +rust-lang-nursery/stdsimd rust-lang-nursery/tempdir rust-lang-nursery/thanks -rust-lang-nursery/unix-socket rust-lang-nursery/uuid +rust-lang/book +rust-lang/cargo +rust-lang/crates.io +rust-lang/libc rust-lang/regex rust-lang/rust -rust-lang/rust-by-example -rust-lang/rust-central-station rust-lang/rust-playpen -rust-leipzig/peal -rust-leipzig/smtp -rustless/jsonway -rustless/queryst -rustless/rustless -rustless/valico -rust-locale/rust-locale +rust-locale/locale_config rust-los-angeles/stockfighter-sdk-rs -rustmadrid/sheets -rustmore/rumenu -rust-nlp/nlp-io rust-num/num -rustomax/rust-collatz -rustomax/rust-iterators -rust-onig/rust-onig +rust-on-slack/rustacean-bot rust-openvr/rust-openvr +rust-qt/cpp_to_rust +rust-sci/sci +rust-syndication/atom +rust-syndication/rss +rust-threadpool/rust-threadpool +rust-unofficial/awesome-rust +rust-unofficial/too-many-lists +rust3ds/ctr-libc +rustache/rustache +rustamatics/rumo +rustation/cargo-test-junit +rustation/test-to-vec +rustbr/rustbr +rustcc/RustPrimer +rustcc/coroutine-rs +rustcc/irccc +rustdresden/crowdchat-rs +rusticata/der-parser +rusticata/radius-parser +rusticata/ssh-parser +rustless/rustless +rustless/valico +rustmore/rumenu rustoscript/french-press -rustoscript/js.rs-common rustoscript/js.rs-parser rustpkg/rustpkg -Rust-Proof/rustproof -rust-qt/cpp_to_rust -rust-qt/cpp_utils -rust-qt/qt_core -rust-qt/qt_gui -rust-qt/qt_widgets -rust-rethinkdb/reql -rust-rethinkdb/thinker -RustRome/songkick-api rustr/rsegex rustr/rustr -RustSec/cargo-audit -RustSec/rustsec-client -Rust-Skane/couch.rs -RustSparkle/Snaked -RustStudy/algorithms-rs -RustStudy/rust-by-example -rust-syndication/rss -Rust-Twin-Cities/flaming-octo-wookie -rust-unofficial/awesome-rust -rust-unofficial/too-many-lists -rust-web/twig +rusttemplates/quickstart +rustvr/rustvr-gl-gfx +rustvr/rustvr-hi-ovr-mobile rusty-desktop/libdrm-rs rusty-door/rusty-door -rustygame/rustysamplegame -RustyGecko/circle-game -RustyGecko/emlib -RustyGecko/rust-rand +rusty-io/asio-rs +rusty-io/coio-rs +rustyhorde/cargo-cli rustyhorde/goopd -rustyhorde/gosh +rustyhorde/goopy rustyhorde/libmultilog rustyhorde/mussh rustyhorde/readline-sys -rustyhorde/warheadhateus -rusty-io/asio-rs -rusty-io/coio-rs -rustyrazorblade/cql_parser -rustyrazorblade/streamyourfaceoffdb -rustyrazorblade/thunderdome -rustyrazorblade/TotalRecallDB -rustyrazorblade/UselessDB +rustyhorde/twist-lz4 +rustyhorde/twists +rustyhorde/vergen rustysec/fuzzyhash-rs +rustysec/tcpscan-rs rutherblood/corematrix ruuda/claxon -ruuda/convector -ruuda/filebuffer ruuda/hound ruuda/robigo-luculenta -ruuda/thread-id -rvlander/matrix-rs +ruuda/rust-utrecht rweir/roceutils -r-wettstaedt/fpv -r-wettstaedt/wifi-drone rwittek/Kappahack -rwooster/algorithms -rxse/myceline -rxse/oxidizer -rxse/pretty-ls -rxse/rust-markov-text ryanbreen/breenix -ryanhiebert/rust-chess -ryanhiebert/usfm +ryanisaacg/quicksilver ryanq/euler +ryanq/rust-life ryanq/rust-pcap-old ryanr1230/bolts -RyanRiddle/rust-vm ryantaylor/vault -ryantm/rust_ecdsa ryantm/rust_module_file_problem1 ryanwaudby/project-euler-in-rust -Rydgel/rustis -rylev/learn-rust-the-hard-way -rylev/RustApps rylev/Rustdoku rylev/web-test -Ryman/groupable-rs ryo33/cdb-rust +ryo33/crux +ryukinix/conway-rs rzhw/rust-newt rzr/device-lenovo-s103t -S2dentik/Rust-Win32-SampleApp -s3bk/experiments +s-panferov/deuterium +s-panferov/deuterium-orm +s-panferov/dsl-macros +s3bk/canvas +s3bk/istring s3bk/loom -s3bk/tuple -s3rvac/retdec-api-test-server s3rvac/ssdeep-rs s4nch3z/rust-couchbase -saaadhu/avrvm -sacooper/Copper sacooper/GeneticAlgorithms-Rust sacooper/Rust-OAuth -sacooper/SimpleShell-Rust -sacooper/xmlJSON-rs sacruby/rust2016 -SADANG-HOBBITS/Simple_Chatting saebyn/linear-assignment-rust -saf/completers +saethlin/pdfpdf safex/vote safiire/rust_complex_grapher -sagebind/retest +sagebind/appimagezip +sagebind/chttp +sagebind/ingots sagebind/rote sagebind/websnip -saghm/sea-canal -saghm/tariff +saghm/iflet +saghm/json-color +saghm/stepper +sagiegurari/cargo-make +sagiegurari/run_script +sagiegurari/rust_info +sagiegurari/shell2batch +sagiegurari/simple_redis sahid/libvirt-rs saibatizoku/herder +saibatizoku/neuras said9999/t66y -saidfund/rust -SaintNicholas/sticks sajuthankappan/serve -sam-b/gchq_can_you_crack_it -samcrow/ColonyMerge +saliej/Rust.Learn +saltyrtc/saltyrtc-client-rs +saltzmanj/isa4435 +sam-myers/rust_guessing_game +sam-roth/kilo-rust +samcrow/audiopaint samcrow/rust-x-plane-plugin -samdolt/cortex-m0 -samdolt/peripheral -samdolt/stm32f0 +samdolt/dml samdoshi/midi-rs samebchase/avl-tree-rust -sameer2800/Rust -sameeri/Code-rust -SametSisartenep/guessing_game samfoo/oxidize samgiles/naulang-runtime -samgiles/rs-mktemp +samgiles/rs-fbx samhenson/aws-rs -Sam-Jeston/oxidize -sam-mccall/elo-fixed-point -SammyJames/tweetsie -samnardoni/multidim -samphippen/decachedmem +sami-badawi/shapelogic-rust +samiskin/rust-tcp +samlecuyer/ecumene-rs samphippen/expector -sam-roth/fractals -sam-roth/kilo-rust +sampsyo/velocity +sampullman/icarust +sampullman/icarust-derive samsartor/pbr-demo -samscott89/serde_qs +samsartor/tred +samscott89/ReCrypt samuelngs/iptables-compose samuelpward/csv2redis samueltardieu/french-numbers -SamYaple/qemuwatch -SamYaple/waterrower-rs +samueltardieu/pathfinding samyatchmenoff/commander -sanchopanca/old-rusty-platforms sanderssj/testrepo sandmman/Remy -sankha93/numrs -sankha93/rustynode +sanpii/todo-txt sanxiyn/rree saolsen/rust_gameguy -SAPikachu/euphonium +sapphirecat/advent2017-rs sappworks/sapper -sappworks/sapper_body -sappworks/sapper_body_params sappworks/sapper_logger -sappworks/sapper_request_basic_logger -sappworks/sapper_session +sappworks/sapper_query sappworks/sapper_std -sappworks/spcodegen -sapsan4eg/dialog saptarshiguha/rustr +saresend/Grust sarjun/cs4414-problemSet1 sarjun/cs4414-ps4 +sarvex/RustDoc +saschagrunert/aqua +saschagrunert/fastcmp saschagrunert/git-journal +saschagrunert/path +saschagrunert/peeler saschagrunert/rain saschagrunert/rapidc saschagrunert/smtp -sateffen/rust-tokio-proto-test +saschagrunert/tunneldevice +satabin/pwquality-rs sateffen/rust-tokio-test saurabhbhatia/rustpractice saurvs/astro-rust -saurvs/hypervisor-rs -saurvs/mmv-rs -saurvs/nfd-rs -savage-engineer/pong-rs -sayCrispy/bubbles -sayden/99-rust-exercises -sazzer/large-rl-rust -sbarral/prusst sbditto85/fizzbuzz sbillig/rust-grapheme sbstp/loirc -sbstp/meeseeks -sbstp/rust-igd -sbstp/rust-xml-tree -SbWiki/SbWiki -sbwtw/libpurple-rust -sbwtw/pidgin-wechat -sbwtw/v2ex-sign -scalableinternetservicesarchive/GradrBackend +sbwtw/LicenseManager +sbwtw/MyParser scalone/oop -scgruber/mica schaars/simple-web-server -schani-rs/schani_uploader -schani-rs/schani_userinfo scharris/WGFEM-Rust schets/multiqueue -schickling/beanstalkd-cli -schultyy/comet -schultyy/os_type +schnerchi/rustlearning +schnupperboy/murmur3 schultyy/Sokan +schultyy/comet +schultyy/diagnostic +schumannd/game_of_dust schuschu/fear -scialex/basicstd +schwern/adventofcode.rust +schwitzerm/rust-8 scialex/bassert scialex/reenix sciamp/game-of-rusty-life sciter-sdk/rust-sciter +sciyoshi/advent-of-rust-2017 scjudd/roguelike -scode/tunytools -scoobycoder/fizzBuzzRust -scooter-dangle/levenshtein-mit-quickcheck -scorphus/r2d2-couchdb -scottjbarr/yahoo_quote -scott-linder/forth-rs -scott-linder/msp430-rs -scottpleb/hotwatch -scottzzq/cpp -scribu/train-tickets.rs -scrogson/fizzbuzz.rs +scoiatael/colorls-rs +scooter-dangle/fed-rs +scottlamb/http-entity scrogson/phoenix.rs -scsper/rust-learning -scull7/patron -scurest/abrupng -sdeframond/MantaRay -sdleffler/empty-box-rs +scurest/apicula +sdboyer/intmap.rs +sdeancos/carriots_client_example_rust +sdleffler/attaca +sdleffler/behemoth sdleffler/tarpit-rs +sdleffler/thunk-rs sdleffler/type-level-logic-rs -sdroege/rsplugin -sd-rust/fusion-shell -SDRust/rocket-challenge -sdukshis/rust-calc +sdonnan/aoc-2017 +sdroege/gst-plugin-rs +sdroege/gstreamer-rs +sdroege/gstreamer-sys +sdroege/send-cell sdutlinux/smzdh -SealedSun/progressd -SealedSun/rust-nvm -Sean1708/rusty-cheddar +seanchen1991/Rust seanchen1991/rust-memstream seankelly/termcast-server -seankerr/rust-byte-slice +seankerr/rust-calamp seankerr/rust-egl -seankerr/rust-http-box -seankerr/rust-khronos -seankerr/rust-opengles -seankerr/rust-rpi-examples -seankerr/rust-videocore seanlth/Fluid-Solver -seanlth/rust-compose -seanmonstar/futures-fs +seanmonstar/ansi.rs seanmonstar/httparse -seanmonstar/http-rs seanmonstar/num_cpus -seanmonstar/pretty-env-logger seanmonstar/reqwest -seanmonstar/spmc -seanmonstar/unicase seanmoon/rust-zlib -seanyeh/rusty-coreutils -sebasmagri/rocket-loadavg-api -SebastianEdwards/rust-mruby -sebastianpfluegelmeier/ripplemesh -sebcrozet/alga +seanson/2017-adventofcode +seb-m/crypto.rs +sebasmagri/env_logger +sebasmagri/meetup-scanner +sebasmagri/rusty-sounds +sebastianseitz/adventofcode sebcrozet/kiss3d +sebcrozet/mpeg_encoder sebcrozet/nalgebra sebcrozet/ncollide sebcrozet/nphysics -sebcrozet/nrays sebcrozet/rs2cl sebglazebrook/aliases +sebglazebrook/directory_scanner sebglazebrook/fuzzy -sebglazebrook/infinite-pipe sebinsua/cracking-the-coding-interview -sebinsua/teller-cli -seb-m/common.rs -seb-m/crypto.rs -seb-odessa/btree +sebnow/adventofcode sector-f/admiral -sector-f/rustlebar -sector-f/wallst -SecurityInsanity/kafka-proxy -SecurityInsanity/sentry-rs -sedog/embed -Seeker14491/ntr -seemk/SDL2_text +sector-f/colorfs sehugg/rustyapple seiflotfy/rust-cuckoofilter -Selat/snd -Seldaek/deris -selectnull/rserve +sejr/core-interpreter +sekhat/vectrs +sekineh/wavelet-matrix-rs +selaux/iron-pack +selevt/AdventOfCode2015 selfup/oxidizy selfup/stringer -sellibitze/secretshare +sellibitze/crc24-rs +semahawk/hc semantic-rs/semantic-rs +semyon2105/they-spelled-it senior7515/play.rust senior7515/rhttp -sensorika/sensorika-robot-rust -seppo0010/disqrust -seppo0010/disque-rs +seojangho/cacaotalk seppo0010/ohmers seppo0010/rsedis +seppo0010/rust-arriba-abajo seppo0010/rustc-version-runtime-rs seppo0010/shardhashmap-rs seppo0010/stal-rs seppo0010/wikipedia-rs -serayuzgur/serde_examples +serbe/rutel serde-rs/aster serde-rs/bench +serde-rs/bytes serde-rs/json -serde-rs/json-benchmark -serde-rs/quasi serde-rs/serde serde-rs/syntex -serde-rs/xml serejkaaa512/simple-chart sergei-matheson/rust-bucket -SergioBenitez/Pear -SergioBenitez/Rocket -SergioBenitez/RustFS -SergiusIW/collider-rs -seriyps/rust-erl-ext serprex/rg -serprex/x1b +serprex/vesema +servo/app_units servo/cocoa-rs -servo/core-foundation-rs -servo/core-graphics-rs -servo/core-text-rs -servo/devices servo/euclid -servo/fontsan -servo/futf servo/gaol -servo/gleam servo/html5ever -servo/io-surface-rs servo/ipc-channel -servo/plane-split servo/rust-cairo servo/rust-css servo/rust-cssparser servo/rust-egl -servo/rust-fontconfig -servo/rust-glut +servo/rust-fnv servo/rust-glx servo/rust-hubbub -servo/rust-layers servo/rust-mozjs servo/rust-netsurfcss -servo/rust-opengles -servo/rust-quicksort -servo/rust-selectors servo/rust-smallvec servo/rust-url servo/rust-wapcaplet -servo/rust-xlib +servo/servo servo/servo-viewer -servo/sharegl -servo/string-cache +servo/smallbitvec servo/tendril +servo/uluru +servo/unicode-script servo/webrender -servo/webrender_traits sesteel/algorithm-review sethhochberg/rust-wav +sethlopezme/slackbot-rs sethlopezme/strez -sethpollack/faker-rs -seven1m/puzzlecube -sezaru/futures-error-chain -sezna/rust-linguist sfackler/cargo-tree -sfackler/foreign-types -sfackler/futures-state-stream -sfackler/hyper-native-tls +sfackler/hyper-openssl +sfackler/jemalloc-ctl sfackler/log4rs -sfackler/log4rs-rolling-file -sfackler/log4rs-routing-appender sfackler/r2d2 sfackler/rust-antidote -sfackler/rust-fallible-iterator -sfackler/rust-hyper-socks -sfackler/rust-log-panics +sfackler/rust-log-mdc sfackler/rust-native-tls sfackler/rust-openssl -sfackler/rust-openssl-verify +sfackler/rust-pg_query sfackler/rust-phf sfackler/rust-postgres sfackler/rust-postgres-binary-copy -sfackler/rust-postgres-derive -sfackler/rust-postgres-large-object sfackler/rust-postgres-macros -sfackler/rust-postgres-protocol -sfackler/rust-postgres-range -sfackler/rust-security-framework -sfackler/rust-socks -sfackler/serde-humantime -sfackler/serde-transcode -sfikas/rusteval -sfriedel/lexer-rs -Sgeo/hlist -sgnr/microas +sfackler/rust-stringprep +sfleischman105/Pleco +sgalland/agi_file_test +sgayou/rbasefind +sgentle/cardiograph sgnr/okasaki -sgp715/Cracker -sgp715/rust_the_ripper -sgrif/pq-sys -Sh4d1/rush -Shaaan/android_device_samsung_i9070 -Shabananana/ruust +sgodwincs/rtsp-rs +sgrif/cotli-helper +sgrif/mysqlclient-sys +sgulseth/trubadur +sh4869/diary shaded-enmity/liceum -ShadowIce/rquake shadowmint/rust-starter -shailesh1729/rustytoys -shalugin/rust-experiment -shamansir/cayley-rust +shadowsocks/shadowsocks-rust +shahn/merkle-rs shamansir/rust-playground shammancer/rusty shaneutt/riak-rust-client -shanyungyang/rarename -sharebrained/rust-hackrf-hal +sharebrained/rust-alloc-chibios +sharebrained/rust-lcd-ili9341 shareefalis/Samsung-EpicMTD-Initramfs-for-stock-Touchwiz +shareknew/guser sharkdp/fd -ShaunKarran/stm32f411e-disco -shaunmulligan/break-qemu-rust -shaunmulligan/sensehat-rs -shawnanastasio/rudo +sharpjs/rust-learning +shayanfalla/My-OS +shazow/learning-rust +sheganinans/stockfighter shelbyd/pureconfig-rust shell0dh/rust-learn shepmaster/adventofcode2016 shepmaster/fuzzy-pickles -shepmaster/human-resource-machine -shepmaster/jetscii -shepmaster/peresil shepmaster/sxd-document -shepmaster/sxd-rust -shepmaster/sxd-xpath shepmaster/twox-hash -sherbondy/bresenham -shinglyu/rust-tutorial-reference-solution -Shir0kamii/betterposture -shisoft/lfmap.rs -ShisoftResearch/Morpheus -ShisoftResearch/Nebuchadnezzar +shiroyasha/advent-of-code-2017 shlomif/rust-progs -shmatov/code-explorer -shmup/chat +shmashing/Rust +shmutalov/LearnRust-abstract_factory shmutalov/bsplib-rs +shmutalov/growingtree-maze shmutalov/monetdb-rust -shmutalov/tick-tack-toe-killer-rs -shockham/caper -shockham/httpd_rs -shockham/temple -shosanna/bfs_rust -shrink0r/hbmon-rust -shssoichiro/avsser shssoichiro/oxipng -shssoichiro/zxcvbn-rs -Shtong/PurpleHammer +shterrett/tokio-tutorials shuhei/colortty -shunichi/rust-sandbox +shunyata/cargo-hello-world shyba/rust-learning-examples +shybyte/exercism-rust shybyte/risp -shybyte/rust-midi-patcher -shymega/craff -shymega/craff-rs -shymega/jvm-rs -shymega/learning -shymega/vmtt -sicking/2048-deepsearch -siddontang/rotor-ares -SiebenCorgie/first-rs-engine -SiegeLord/Eth -SiegeLord/OrangeZ -SiegeLord/Repercussion -SiegeLord/RustAlgebloat -SiegeLord/RustAllegro -SiegeLord/RustGnuplot -SiegeLord/SLRConfig -sighol/tree-rs -signalspec/interface-compiler -siiptuo/natrix +si-mikey/Rust-lang +siddhanathan/rsed +siddontang/mrest +sifo/euler +sigmavirus24/rfc3986.rs sile/amf sile/beam_file sile/diagnoser -sile/eetf -sile/erl_ast -sile/erl_parse sile/erl_tokenize sile/evalrs -sile/libflate -sile/rrsm -sile/rustun +sile/jaeger_remote_tracer +sile/nbchan +sile/prometrics +sile/rendezvous_hash +sile/rusturn +sile/sloggers sile/trackable -Silmukka/Silmukka -Silmukka/Silmukka-server -silvadanilo/kata-rust -SilverC/cs4414-ps1 -SilverC/cs4414-ps3 -SilverRainZ/tinyhttpd.rs -SilverWingedSeraph/sbrain +silvadanilo/rust-proxy silvio/gerrit-rust -silvio/rust-getopts-test sim82/rust_playground -simias/gb-rs +simeg/eureka simias/launchpad-rust simias/pockystation -simias/pockystation-libretro -simias/psx-mctool -simias/psx-sdk-rs simias/rustation -simias/rustation-libretro -si-mikey/Rust-lang -simnalamburt/encode-practice +simmons/tupm simnalamburt/fate simnalamburt/fbx -simnalamburt/xmath simnalamburt/xz-rs -simonask/rust-markdown -simonced/rust-kata simon-morris/rust-tutorial -SimonPersson/discogs-rs -SimonPersson/ease -SimonSapin/gregor -SimonSapin/kuchiki -SimonSapin/rust-caseless -SimonSapin/rustc-test -SimonSapin/rust-forest -SimonSapin/rust-movecell -SimonSapin/rust-on-bbc-microbit -SimonSapin/rust-rc -SimonSapin/rust-utf8 -SimonSapin/rust-webencodings -SimonSapin/teensy-clock -SimonSapin/victor -simonvandel/spwn -SimonWaldherr/cgol.rs simon-whitehead/hakka -simon-whitehead/rs6502 -simon-whitehead/rust-yard +simonask/rust-markdown +simonvandel/spwn +simpajj/rust-game +simpledomjs/simpledom-rs +sin3141592/advent-of-code sinclairzx81/pubsub-rs -sinclairzx81/smoke-rs -sinesc/radiant-rs -SingingTree/CodeKata -SingingTree/rust_hamming_distance +sinclairzx81/vector-rs +sinesc/spacegame sinhrks/brasswheels -sinhrks/rust-nullvec sinistersnare/papy sinistersnare/python-rust-talk -sinkuu/shrem -sinkuu/static_matrix sinkuu/tokio-framecodecs -Siosm/ffto -SirDoctors/ModernBoot -sirhodes/rust-asn1 -sirkibsirkib/rust_overlaps -sirlag/WordsWithEnemies -sirpent-team/sirpent-rust -SirRade/homepage -SirVer/notify_crash -SirVer/shell_grunt2 -sjappig/velo-backend +sinner-/rustbyexample +sir-pinecone/rusty-roguelike +sirodoht/eddy +sirpalee/arnold-rs +sitano/merkle_light sjboris/cs4414-ps3 +sjeohp/waveform_space +sjmackenzie/rlp2 sjmelia/log-kv -skade/attr skade/bisschen skade/cute skade/drossel -skade/html_safe_buffer +skade/futures-poll-log skade/knob skade/leveldb -skade/leveldb-sys -skade/rust-couchdb -skade/rust-terminal +skade/panic_at_the_disco skade/rusty-hammer -skade/widmann +skade/yaks skalpell/rust-fsnotify -skangas/dot-rtorrent -skariel/GameEngine2D -skariel/mex_be -skaupper/pokerserver-rust +skejs/golf +skeleten/fiesta-net skeltont/movingBlock -skeuomorf/conshash skewerb/rust-practice -Skin1980/P1010-ramdisk +skinkade/rocket-passphrase-demo skiwi2/bit-vector -skk/avg_dist_square -skligys/rusty-cardboard sklopi/diLay skorokithakis/rust-bakeit -Skrylar/RustMsgPack -skullzzz/xdg-rs skylerberg/Rosalind-in-Rust -SkylerLipthay/case -SkylerLipthay/interpolate_idents -SkylerLipthay/oatmeal_raisin -SkylerLipthay/schemamama -SkylerLipthay/schemamama_postgres -SkylerLipthay/zip_codes -SkyMomentum/tonegen-rs -skysch/covertree-rs -Slabity/FeODE -Slabity/modesetting-rs -slacker2/sm-808 slack-rs/slack-rs slaent/slaent-rs -slapresta/fulltext-rs -slapresta/rust-dotenv slaren/rust-metadata-dump -slavomirvojacek/8QP_rust slayerjain/ps1 -slaymaker1907/skyrim-alchemy -slayzz/ultra-rust slc4ga/cs4414-ps2 slc4ga/ps1 -sleeparrow/immut +sleepy771/ttl_test slevin/unsigned slide-rs/pulse slide-rs/specs -slimsag/old-math -SLMT/rust-ptt -SLMT/rust-snake +slog-rs/async slog-rs/cadence -slog-rs/envlogger -slog-rs/extra -slog-rs/gittest slog-rs/journald +slog-rs/json +slog-rs/kvfilter +slog-rs/misc slog-rs/perf +slog-rs/scope slog-rs/slog -slog-rs/stream -slog-rs/syslog +slog-rs/stdlog slog-rs/term -Sloth6/dna_to_protein -Sloth6/fastaq_ngrams +slowtec/tokio-modbus slyfoxza/advent-of-code -smalllove1459/rust_start -Smaragdine/Smaragdine +sm-Fifteen/openmpt-rs smashwilson/collaborative-fiction -smerrell/tap_parser -SmilingNavern/rconsole -sminez/Rust +smbc-rs/smbc +smenoncarestack/test-automation-way +sminez/arthroprod smith61/rls_proto -smith61/tokio-stdio -Smithay/wayland-kbd -Smithay/wayland-rs -smn729/WhereAreyou smn729/Where-Are-You +smn729/WhereAreyou smoqadam/rtree smoqadam/rust-youtube-downloader +smurawski/j2y smvv/iron smvv/rust-btree -SMXCore/wallya-scraper +snail-lang/snail +snapview/tokio-tungstenite snapview/tungstenite-rs -snare/brundlefly -snd/apodize snd/hertz -snd/strider -Sneagan/destiny-interface +sndels/aoc17 +snewt/bnf snf/synthir snf/z3-rs snf/z3-sys snipsco/dinghy -snipsco/rustling -snipsco/rustling-ontology snipsco/rust-threshold-secret-sharing +snipsco/rustling-ontology snoack/AtolmBlack -snorr/gfx_window_sdl2 snowkeep/rust-taglib snowplow/factotum -snowplow/factotum-server snowplow/makefile-rs -snowp/rouge -snuk182/indep -snuk182/nuklear-backend-gfx +snuk182/nuklear-backend-glium snuk182/nuklear-rust snuk182/nuklear-test -soc/sbs -sodaplayer/brainruck -sodaplayer/termbox-rs -soderstroff/chiaroscuro -soderstroff/Colour soderstroff/defunct -SodiumFRP/sodium-rust -softdevteam/grass +softdevteam/diffract softdevteam/lrtable -softdevteam/rstreediff -softprops/afterparty -softprops/atty -softprops/bklyn -softprops/broadcast -softprops/capsize -softprops/commodore +softprops/cargo-thanks +softprops/codeowners softprops/envy softprops/expvar -softprops/goji +softprops/foursquare softprops/hubcaps -softprops/jamal -softprops/johan -softprops/manuel softprops/medio -softprops/pages -softprops/par softprops/porthole -softprops/scuttlebutt +softprops/rainbowcoat softprops/shiplift softprops/sysly -softprops/tee softprops/termsize -softpunk/ircfs +solarinc/client-endpoint +solarinc/upload +solarinc/workflow-web +solarsail/planetmeow-rs soli/csar -solid-rocks/all-new-contracts-on-the-block -solidsnack/countdown-sleep solidsnack/sqlmod solson/miri solson/nixrs -solson/practice-rust solson/shroom sombr/rust-tasks someonesapien/MangaDownloader -SomeoneWeird/ht-rust +sometoby/theobot +sommoyogurt/rb sonald/sos2 sonald/wminspect -sondrele/rust-bmp -sondrele/rust-src sondrele/submodules -soniloi/nirucesse -sonnengeschein/rust -sorccu/r2d2-redis -sorear/libuv-rs +sooda/advent-of-code +sopium/noise-rust sorear/september-ddb -sorear/smetamath-rs +sorpaas/blockchain-rs +sorpaas/etclient sorpaas/rux -sortiz4/chmodrt -sortiz4/zero +sorpaas/sputnikvm-in-browser +sorz/moproxy +sourcefrog/rdiff-rs sourcepirate/dummy -sourrust/flac -sourtin/libucd -Souryo/dropbox-rs -sowcow/shot -sozu-proxy/amq-protocol sozu-proxy/lapin sozu-proxy/sozu sozu-proxy/tube-cheese -sp3d/mioco-openssl-example -spacejam/climate +space-wizards/bsdiff-rs +spacejam/historian spacejam/llrb-rs -spacejam/peer -spacejam/rsdb spacejam/rust-reactive-log spacejam/rust-rocksdb -spacejam/rust-srv +spacejam/sled spacejam/triple spacejam/void -spacekookie/ghost-in-the-shell -SpaceManiac/discord-rs -SpaceManiac/opus-rs -spaceships/fancy-garbling -s-panferov/deuterium -s-panferov/deuterium-orm -s-panferov/dsl-macros -SparkTG/ncpr +spacekookie/colortemp.rs +spacekookie/doppler +speaker73/hunter.rs +spearman/macro-machines +spearman/rs-utils +spearow/coaster-blas +spearow/continuous-integration +spearow/juice +spearow/rust-cudnn speddy93/cs4414-ps4 speddy93/ps1 -spencerlyon2/rust-knrs -SpenceSellers/log -spetex/spacesim -sphaerophoria/rust-vpn-cpen442 -Sphix/chatroom -Sphix/Rust-Mancala +spejss/Crust---C-to-Rust +spejss/Diesel-Tutorial---Rust +spejss/Image-Processing-CLI-in-Rust +sphinxc0re/ducci spicavigo/kafka-rust -SpicyRecruit/guessing_game -SpiderPigSpy/meetup-bot -SpiderPigSpy/RockPaperScissors -SpiderPigSpy/x_in_row +spietika/restson-rust spiffistan/econsim-vis-rs -spijdar/emu -spinda/tokio-dbus -SpinResearch/lamport.rs -SpinResearch/merkle.rs -SpinResearch/merkle_sigs.rs -SpinResearch/RustySecrets -spk/maman -spk/rust-sidekiq -spladug/fileinput.rs -SplittyDev/spotify-rs -Spotifyd/spotifyd -Spotifyd/spotifyd-http -spott/rsparse -springwq/Rust_Guess_Number -spullara/mustache.rs -SpycWolf/cargos -SpycWolf/rust_web_service +spinda/hyper-websocket +spinute/guessing_game +splintah/game-of-life +sportzer/scavenger spyou/openbox-config -SPY/rust-rbtree -squarewave/fishies squiddy/git-rs -squidpickles/joy -squiidz/brain-rs +squiidz/inter squiidz/plasma -squiidz/rusty_camel -s-rayleigh/rice +sral/aoc2016 +sral/j-25 srdja/cs -sreenathkrishnan/smith_waterman -sreinhardt/rsflow -srijs/rust-operational -srijs/rust-ot -srijs/rust-plumbum +sremedios/adventofcode2017 +srf94/Project-Euler-Rust srijs/rust-simdop -SriRamanujam/quasselclient-curses srpelissier/hello_world -srwalter/dbus-bytestream -ssachtleben/battleship-rs -ssanderson/revolver -sschroed/rust-webapp -SSheldon/rust-dispatch -SSheldon/rust-objc -SSheldon/rust-objc-encode -SSheldon/rust-objc-exception -SSheldon/rust-objc-foundation -SSheldon/rust-objc-id -SSheldon/rust-rope -SSheldon/rust-uikit +sru-systems/rust-kpdb sshilovsky/rust-xx -SShrike/tutil sssilver/tetrust sstewartgallus/rust-xcb -stainless-steel/arguments -stainless-steel/blas +stainless-steel/dft stainless-steel/dwt stainless-steel/hdf5 stainless-steel/hdf5-sys -stainless-steel/md5 -stainless-steel/random stainless-steel/special -stainless-steel/sql -stainless-steel/sqlite3-sys -stainless-steel/statistics +stainless-steel/sqlite3-src stainless-steel/stochastic stainless-steel/tape -stallmanifold/hfsplus-rs +stallmanifold/byte_order stamourv/rust-task-visualizer -stanciua/exercism +stan-kondrat/promise-rs +standup-cli/standup stanislaw/alltext stanistan/sudokrust stankec/witty -stan-kondrat/promise-rs +starfleetcadet75/rdbg +starfys/advent2017 starim/trek -starkat99/widestring-rs +starkat99/cargo-when +starlingjs/starling statianzo/rust-euler -steamIngenius/rusty -Stebalien/acl-sys -Stebalien/gag-rs -Stebalien/horrorshow-rs -Stebalien/ioctl -Stebalien/rust-coatcheck -Stebalien/snowflake -Stebalien/stash-rs -Stebalien/str_stack -Stebalien/tempfile -Stebalien/term -Stebalien/tool-rs -Stebalien/xattr -steder/rust-sandbox -StefanoD/Rust_Random_Choice -steffengy/pico-php-parser +stbuehler/rust-async-dnssd +stbuehler/rust-boxfnonce +stbuehler/rust-cidr +stefan-k/persistentcache-rs +stefanoc/schematool steffengy/rustyphp -steffengy/schannel-rs steffenomak/sdl2-rs -StelarCF/ludumdare1 -StelarCF/piston-tutorial -stellacotton/dining_philosophers -stellarsquall/exercism -stemjail/stemjail -stemjail/stemshim -stemjail/tty-rs -stensonowen/crypto_f16 stepancheg/around-zero stepancheg/grpc-rust stepancheg/perftest-rust stepancheg/rust-http2 -stepancheg/rust-ide-rust stepancheg/rust-protobuf +stepancheg/rust-tls-api +stephanbuys/elastic-queries +stephank/hyper-staticfile stephank/tokio-smtp -stephen-hill/rust-playground stevebob/apocalypse-post -stevebob/howl -stevedonovan/easy-shortcuts +stevebob/genecs +stevebob/hello-gfx +stevebob/statecs-spatial-hash stevedonovan/gentle-intro stevedonovan/lapp -stevedonovan/lua-patterns -stevejb71/rust-tic-tac-toe -stevejb71/wonderland-rust-katas +stevedonovan/scanlex stevej/keymaster stevej/rustled -steveklabnik/coinbaser +stevejb71/wonderland-rust-katas +steveklabnik/GPACalc.rs steveklabnik/compass-rust +steveklabnik/core_mini_http.rs steveklabnik/cryptopals -steveklabnik/dining_philosophers -steveklabnik/doctest_problem steveklabnik/echo steveklabnik/escape_html -steveklabnik/euler-rs steveklabnik/for_bbatha -steveklabnik/for_delma -steveklabnik/for_fredsir -steveklabnik/for_m10e steveklabnik/geekout2016 -steveklabnik/GPACalc.rs steveklabnik/guessing_game steveklabnik/hello -steveklabnik/longest_line steveklabnik/nasm-rust -steveklabnik/optexample steveklabnik/parse-example -steveklabnik/password-cracker -steveklabnik/phrases steveklabnik/redis steveklabnik/ruby.rs -steveklabnik/ruby-sys -steveklabnik/rustbook steveklabnik/rust-issue-17417 +steveklabnik/rustbook +steveklabnik/rustdoc steveklabnik/rustque -steveklabnik/rust-struggle -steveklabnik/rust_test steveklabnik/semver steveklabnik/semver-parser +steveklabnik/semver.crates.io +steveklabnik/simple-server steveklabnik/stuff -stevenpack/koala-dns +stevekm/rust-demo steven-s/prime-factors-rust +stevenpack/koala-dns +stewart/advent stewart/rff sthapa15/ps1 -stianeklund/arcade-rs stianeklund/chip8 -Stibbons/rust-string -Stibbons/rust-urlparse -Stibbons/rust-yaml +stianeklund/eighty-eighty +sticnarf/iprange-rs +sticnarf/shunter-chnroutes stijnh/rust-calculator stilist/ratafiacurrant -stjahns/space-roach-exterminator-3 -stjepang/channel +stjepang/coco stjepang/pdqsort +stoand/handlebars-vdom stoand/rust-gpu_kNN stoand/rust-redis_orm stockwell/MIUI-U8800-Port-Script -Stoeoef/spade stoklund/cretonne stoneyjonez/htc_device_pyramid -storance/raytracer-rs -Storyyeller/cryptominisat-rs -Storyyeller/stable_deref_trait -stouset/noises +stormgbs/cron-rs +storypku/rslucene stouset/secrets -stpettersens/cpal -stpettersens/rakeinrust -stpettersens/ssid -strake/joy.rs -strake/libreal.rs -StrangeLoopCodingDojo/Rust +stpettersens/rust-clock +str4d/ire +strake/re.rs stratis-storage/devicemapper-rs stratis-storage/stratisd strawlab/nalgebra-lapack -StrayLightning/aeolius -StrayLightning/vk-rs -stuarthicks/cidrr +strymon-system/strymon-core +sts10/advent-of-code-2017 stuarthicks/otp -stubiklaus/diLay -stuglaser/rustmat -stumoss/ddnsclient -stusmall/ttl_cache -stygstra/rust-jwt +stumoss/leftpad +stuywb/graphics-work6 +subnomo/rebar +subzerocloud/pg-amqp-bridge sudden6/rust-identicon -suhr/esobsc -sumproxy/glutin +sugidaffection/rust_total_cost +suhr/med +sukovanej/advent_of_code +sumproxy/tictactoe +sunchao/rustfun +sunjay/turtle +sunng87/athtool sunng87/cargo-release sunng87/handlebars-iron sunng87/handlebars-rust -sunng87/iron-json-response sunng87/leancloud-rtm-signature-tool sunng87/slacker-rust -sunng87/urdict -sunnyone/metal-git -SUPERAndroidAnalyzer/dalvik -SUPERAndroidAnalyzer/super -SuperCuber/bintest -SuperCuber/dotter -SuperFluffy/gram_schmidt -SuperFluffy/rust-freude -superlogical/rustwebapp -supersasha/polygon-rs +sunnyone/rust-bridgesample +supercurio/rust-issue-mir-vec-slowdown +supercurio/rust-vec-array-perf +superdump/p5-rs +superscale/bugsnag-rs superstrom/superstrom-overlay -supr/ticker-rs -surrsurus/fairallax -surt91/AFractalADay -sushant94/libsmt.rs -sushant94/rune -svark/asti.rs +surfertas/llone-parser-rust +svartalf/rust-advent-of-code-2017 svartalf/rust-icmp svartalf/rust-imghdr svartalf/tokio-memcache -svb/examples +svedi-travis/nosql_test +sveljko/trust_pubnub svenstaro/rust-web-boilerplate -svenstaro/vulkanology -svevang/open-analytics -svmk/rust-sitemap svmk/vec_2d -svmnotn/postgrest-auth -SwagColoredKitteh/shiny-pancake +svyatonik/tokio_core_race +sw17ch/baffles swatteau/sokoban-rs -swelham/oxi +swatteau/tmx swgillespie/boehm_gc_allocator -swgillespie/pine -swgillespie/rjs -swgillespie/rust-lisp +swgillespie/rust-guideline-lints swgillespie/rust-os-class -swgillespie/unicode-categories swiboe/swiboe +swindon-rs/http-file-headers swindon-rs/swindon swindon-rs/tk-http -swizard0/hola_dict swizard0/unix-daemonize -SX91/rs-asn1-exp -sybblow/bench-std-collections -sybblow/rust-csv-validate-parallel +swooster/rusudoku +synflow/examples synlestidae/rust-jvm synlestidae/rustorrent -Syntaf/bignum -Syntaf/fe-rustty -systemd-cron/systemd-cron-next -syvsto/raytracer -szagi3891/test_http_futures -szeged/blurz -szymonlipinski/random_utils +system76/lxd-rs +szagi3891/flow-bin-ci +t-rex-tileserver/t-rex t20/rust-examples -TaborKelly/nl-utils -TaborKelly/rust-enum-derive +tadeve/stm32f0xx tafia/calamine -tafia/finance -tafia/office tafia/quick-protobuf tafia/quick-xml tagia0212/rust-iron-mongodb tagua-vm/llvm tagua-vm/tagua-vm -Tahler/currency-rs -Tahler/rust-lang-currency taiki45/yajp -tailhook/abstract-ns tailhook/bulk tailhook/dir-signature -tailhook/humantime -tailhook/libmount -tailhook/lithos -tailhook/marafet -tailhook/netbuf +tailhook/ns-router tailhook/openat tailhook/quick-error +tailhook/resolv-conf tailhook/rotor tailhook/rotor-http tailhook/rotor-redis -tailhook/rotor-tools tailhook/rust-argparse tailhook/rust-gron -tailhook/self-meter -tailhook/signal -tailhook/stator -tailhook/string-intern +tailhook/scan_dir tailhook/tk-bufstream +tailhook/tk-cantal tailhook/tk-carbon +tailhook/tk-listen tailhook/tk-pool -tailhook/tk-sendfile +tailhook/url-tail tailhook/vagga -tailhook/verwalter -tairrzayev/rust_echo_server -takayahilton/Validation -takkanm/rust_fluent +tak1n/api-ai-rust +takahawk/BreakingTheCage-core +takayahilton/dust +takemyoxygen/playground takuti-sandbox/rust-book -talaveraj/hello-world-rs talchas/krust -talevy/in-silico -talevy/lumberjack-rs +talchas/wow-parser +talevy/float_macros talevy/tengas -talklittle/nautilus-extension-rs -talklittle/tmsu-nautilus-rs -tamamu/penna-text-editor -tamarahills/metrics_controller -tamird/crawl -tamuundangan/ducter -tanakh/competitive-rs -Taneb/AoC tantivy-search/tantivy -taptap/rust-whatever -taravancil/passkeeper -taravancil/raft +tapeinosyne/atlatl target-san/httpdl tari/rust-ao -tari/rust-flac -taskcluster/rust-hawk -tatsuya6502/bitwise_rust +tasleson/storage_event_monitor +tatref/adventofcode2017 tautologico/matmult -tav/ext tav/rusty -tazjin/yubikey-fde -tbehner/frust -tbs1980/Rust -tchagnon/raylang-rust -tcr3dr/rust-rtps -tcr/corrode-but-in-rust -tcr/hoodlum -tcsc/asyncho +tbelaire/rustY_combinator +tbergqvist/hero_rpg +tbourvon/ion +tbsaunde/riceccd +tclin914/mj2llvm +tcr/dbf2csv +tcr/rust-corrode +tcr/rust-local-ip +tcr3dr/dronekit-rust tcstewart/circ -tcstewart/rust-bits -tdaede/mpv-rice +tdejager/rusty-x tdfischer/homelights -tdfischer/pto -tdgne/simple-i18n-rs -tdolist/tdo +tdgne/waveform-rs tdolist/tdo-core -tdolist/tdo-notify -tdolist/tdo-rs -TDR/Epic4GTouch-Initramfs tdudziak/rustils -team-chiru/bookmarkt -team-chiru/playground -team-code/deucalion -TeamHG-Memex/rs-bkstring -TeamRefuse/android_device_samsung_infuse4g -Techern/bit_utils-rs -Techern/IoOperations-RS -Techern/linux-api-rs -Techern/shutdown_hooks_rs -Techern/Varint-rs -TechnoCrunch/ACMToWAV -TechnologyAdvice/fs_eventbridge -tedajax/rust-doom -tedhorst/rust_datetime +techhazard/dactyl-build +teddywing/mutt-alias-auto-add tedsta/deeplearn-rs -tedsta/reforge -tedsta/ted -teenytinykitten/glfwfun teenytinykitten/stackvm teepee/teepee -tegansnyder/Rust-Crawler-Example tehgeekmeister/algorithms.rs tehgeekmeister/datastructures.rs -tekjar/cloudpubsub -tekjar/rumqttd -tekjar/rust-learn +teisenbe/rust-traceroute +tekjar/mqtt3 telegram-rs/telegram-bot tempodox/RustyCube -temporenc/temporenc-rust -tendermint/rust_abci tensorflow/rust teosz/evaluator teosz/pointfox -teotwaki/xylophone-rs -teozkr/adjacent-solver -teozkr/klocka -terminalcloud/rust-redispool -terminalcloud/rust-scheduler +terahxluna/rust-bytebuffer terminalcloud/rust-zoo -terminalcloud/tfs -termoshtt/data_assimilation -termoshtt/ndarray-linalg -terrence2/slicer -TerRoshak/Runes -tesjin/rust-dtl -tessel/rust-accel-mma84 +termoshtt/cargo-nvbuild +termoshtt/da.rs +termoshtt/rust-spectral +terrybrashaw/vkxml +terrybrashaw/windows +teschty/aoc_2017 tessel/rust-ble -tessel/rust-example tessel/tessel-rust -tetigi/cci-rust tewtal/shaktool -TeXitoi/osmpbfreader-rs -TeXitoi/rust-mdo -TeXitoi/structopt -TF2Stadium/config.tf tfogal/elf -tfogal/fuzzapi -TGRGIT/RustyStockFetcher -th0br0/rust-mraa -th0razine/rust-injector -th0rex/ams -th4t/cards-rs -th4t/pokereval-rs -th4t/pokerhandrange-rs -ThatOtherPerson/sembler -ThatOtherPerson/yuk thchittenden/rust-kernel the8472/ffcnt -the8472/reapfrog -theban/interval-tree -thebigcheeze/rust-torque +the8472/platter-walk thecubed/android_device_lge_revolution -TheDan64/limonite +theduke/crates_io_api theevocater/aw.rust -thegene/rustinacci -the-guitarman/rust_fizzbuzz thehydroimpulse/fly -thehydroimpulse/gossiper thehydroimpulse/moon thehydroimpulse/nanomsg.rs thehydroimpulse/postgres-extension.rs -thehydroimpulse/power thehydroimpulse/rust-fsm thehydroimpulse/rust-llvm-example -thehydroimpulse/thrust -thejpster/lm4f120 -THeK3nger/rust-python-integration-examples +thejpster/rust-advent-of-code +thejpster/tockloader-proto-rs thekashifmalik/rust-http -TheKK/progress thekraven2/platform_device_lg_swift thelink2012/rwdraw -themasch/tsdns -TheMegaTB/smartHome -TheMegaTB/TwixT +thelostt/ruke themez/rust_toys -TheMightyBuzzard/RustBot -TheNeikos/awesome_lib -TheNeikos/diesel_struct -TheNeikos/rpg -TheNeikos/rustbreak -TheNeikos/rust-icalendar -TheNeikos/spinner -TheNeikos/term-format -TheOpenDevProject/RustByExample +thenyeguy/rust-associated-types-ice thepowersgang/rust_os -thepowersgang/stack_dst-rs -thepowersgang/va_list-rs +therealprof/atsamd20e15a +therealprof/stm32f042 +therunomask/Turing thesam/rOSt -TheSpiritXIII/game thestinger/rust-core -thestinger/rust-gmp thestinger/rust-magic +thestinger/rust-seccomp thestinger/rust-snappy -ThetaSinner/evelyn +thesunnyk/synthz thethirdman/trust -TheUberCatman/pastebin_rust_api -theunknownxy/geometrify-rs -TheWaWaR/simple-http-server +thetyrelcorporation/draco-utils thewonderidiot/distrust thewonderidiot/draper thewonderidiot/rpkgtest thewonderidiot/rust-sdl_ttf -TheZoq2/flash -thiagopnts/bot thiagopnts/brainfuck thiagopnts/groot -thiagopnts/percolation -thiagopnts/prast +thiagopnts/raft thiagopnts/rustic-concepts thiagopnts/rustico thiagopnts/srip -Thierry61/repeated_sd_writes -Thiez/pypy_trace_rust -Thiez/RustLua -Thiez/rust_sokoban -thijsc/mongo-rust-driver -Thinkofname/steven -thiolliere/baal -thiolliere/ruga -ThomasColliers/age-of-rust -ThomasdenH/iban_validate +thiagoss/grio +thibran/non_empty +thiolliere/miditip +thomashoneyman/seo-utilities thomaslee/rust-pgen thomasskull666/stock-initramfs +thombles/rsdigipeater +thomcc/rs-stuff thommay/aws-rs -ThomWright/rusty_circuit thorncp/rusticbot thoughtram/demo-clog-website +three-rs/three ths-backup/clockworkmod_galaxysl +thunderseethe/immutable +thvdburgt/advent-of-code-2017 tiad8/TiaCWM-V6 tiagolam/rir -TianTianForever/Rust-Tutorial tiborgats/scaleless_music +tickbh/rbtree-rs tickbh/td_proto_rust tickbh/td_revent tickbh/td_rredis tickbh/td_rthreadpool +ticki/Open-Sea ticki/cake ticki/cyano +ticki/deri ticki/dybuk ticki/eudex ticki/kristallnacht -ticki/Open-Sea -ticki/passwd-rs ticki/plru -ticki/prob -ticki/rfc-1657-playground -ticki/rugra +ticki/rem ticki/scraper ticki/termion -ticki/tfs ticki/trhasher -Tiernjo/mini_platformer -Tiernjo/Really -Tiernjo/tarot -Tiernjo/tictactoe +ticky/omnishock tifalch/chatde-rs -tiffany352/frp-rust tiffany352/frscript tiffany352/rink-rs tiffany352/skybox-gen tiffany352/susurrus tiffany352/tiffbot-2 tigranbs/libuv-vs-rustmio -tikue/cargo_rank tikue/chazbot -tikue/fizzbuzz -tikue/lazy-sort tikue/rust-ml tikue/testpkg tildeio/helix -tildeio/learning-rust -TileHalo/stl.rs -tilpner/ebnf.rs -tilpner/ilc -tilpner/irsc tilpner/sersve -tilpner/tween.rs timClicks/notcoreutils timglabisch/git-paranoid -timglabisch/rust_yolo -Timidger/treant -Timmmm/soundio-rs -TimNN/nacl-rust-min -TimNN/shuffled-iter +timlester/sproket +timmclean/rust-timing-shield timohaas/ocl-algebra -timonv/hyper_blocking_example +timokau/rust-tic_tac_toe timonv/lax -timonv/rdispatcher timonv/rust-bowling_game timonv/rust-funky -timonv/tcpsuck -tinco/rust-static_any_map -tinco/super-susano -tinunkai/rust +timothyhollabaugh/rusty-metal-raspberry-pi +timvisee/i3lock-slick +timvisee/notes-toolbox +timvisee/version-compare +tinaun/krusti +tinaun/mastodon-rs tiny-http/tiny-http -tioover/sansa -TisButMe/learn-compilers -TisButMe/rhack-asm +tiziano88/adventofcode-2017 +tiziano88/mote-rs tiziano88/scroll-phat-hd-rs -tiziano88/shuttle-rs tjefferson08/rustcraft -tjson/tjson-rust -tkellogg/rust-mqtt -tleyden/rust-file-header -TLmaK0/rustneat -tmantock/rust +tkrs/rust-redis-pubsub-example tmcw/rust-geojson-random -tmerr/i3ipc-rs -tmfink/rust-generic-nums tmnilsson/nesemu -tmoers/hexplay -Tobba/rust-efi -Tobbe/losi -toby/serde-bencode -tobytailor/stripe-rs +tmonte/rust-iron-sample +tobywhughes/RustBoy +tobz1000/advent-of-code-2017 toddboom/tsx.rs -toffaletti/borrow-crash toffaletti/flat_map toffaletti/rust-code -toffaletti/rust-judy -Tohie/chartrs -Tohie/Rust-Curl -to-json/piston-annotated-demo -Tokap/jsonsql -tokio-hacknight/spiro-server +tokio-rs/tokio tokio-rs/tokio-core -tokio-rs/tokio-curl -tokio-rs/tokio-hyper tokio-rs/tokio-io tokio-rs/tokio-line tokio-rs/tokio-minihttp tokio-rs/tokio-proto -tokio-rs/tokio-redis tokio-rs/tokio-service tokio-rs/tokio-timer tokio-rs/tokio-tls -tokyorust/trm6-ch1-all-the-strings -tomaka/advapi32-sys tomaka/android-rs-glue -tomaka/cargo-emscripten -tomaka/clock_ticks tomaka/cmake-rs tomaka/cpal tomaka/crates-autodoc tomaka/declmagic -tomaka/example-tiny-http tomaka/flate3 -tomaka/glined -tomaka/glium -tomaka/glium-azdo -tomaka/glium_text tomaka/glslang-rs -tomaka/glsl_parser tomaka/glutin tomaka/pocket-resources tomaka/rodio tomaka/rouille tomaka/rust-templates tomaka/rust-to-glsl -tomaka/snes -tomaka/vorbis-rs -tomaka/vulkano -tomaka/web-framework +tomaka/scoped_tasks_future tomaka/web-framework-example tomaka/winit -tomaon/ei -TomBebbington/cbox-rs -TomBebbington/jit.rs -TomBebbington/js.rs -TomBebbington/llvm-rs -TomBebbington/reminisce +tomaka/xrb +tomassedovic/dose-response +tomc1998/rogun +tomc1998/rs-coral +tomc1998/rust-fbapi tomc1998/rust-fluid_gdc03 -Tomcc/acpplinter +tomc1998/rust-guilay tomjakubowski/cake -tomjakubowski/cohle tomjakubowski/contamers -tomjakubowski/custard -tomjakubowski/doc_file -tomjakubowski/edn-rs tomjakubowski/json_macros -tomjakubowski/multimodifier-example -TomLingham/multistagger -tompko/scimitar -tomprogrammer/rust-rethinkdb +tompko/aoc2015 +tompko/aoc2017 +tompko/emulators tomprogrammer/scram tomshen/rust-syndication -tomusdrw/rust-web3 -tong92/euler -tong92/sicp -tonto/gbemu -toolness/werewolves-and-wanderer-rs -TooManyBees/rust-ws +tony3dmc/adventofcode2017 +tonyw/win_finder +too-r/sudobot-rs tophattom/rust-worm toqueteos/hematite_server_ugly -toqueteos/rust-nbt -torchrs/torchrs -TorelTwiddler/rust_checkers -torkleyy/shred +toqueteos/rust-raft torkve/libuuid-sys -toroidal-code/c-rust-interop +tormol/map_in_place toroidal-code/euler toroidal-code/hm-rs -TorstenCScholz/slackbot-rs -Tosuke/hello-rust +toshitanian/xcat +toshokan/rustybox +totem3/impact totem3/poyo -TotempaaltJ/pavo +totem3/rem tov/bf-rs tov/disjoint-sets-rs -tov/libffi-rs -tov/libffi-sys-rs -tov/min-max-heap-rs -tov/quilting-game tov/succinct-rs -toxicwolf/sonar +tower-rs/tower +towry/dotfile-cli tozny/toznyauth-pam tp/fetch-rs -tpickett66/rust-qml +tpasternak/htail tpoche/rust-force -tqoitc/regtest traff/snakemeter -trankev/jarovit-ai +trailofbits/appjaillauncher-rs +trailofbits/flying-sandbox-monster travis-ci-examples/rust -travis-ci/redactor -treeman/habitrpg-viewer -treeman/liuschema +traviskaufman/serde_bencode tremolo/rust_python_integration tremolo/rust_webcrawler -trentgill/rcgc -trentmccormick/rust-excercises -trevex/luajit-rs -trevoranderson/RustPI trevorriles/hello trevp/screech -trevstanhope/arduino.rs -t-richards/happy-friday -tridcatov/sudoku-rust -trideceth12/magnetite -TrionProg/stm32 -TripleSnail/video_splitter -tripokey/rt -trishume/dayder -trishume/faiyels +treywelsh/commands trishume/syntect -Tristramg/osm4routing2 -Tristramg/rust-graph trixnz/rustsym -trlim/mio-serial -trolleyman/Equator -trolleyman/vulkan-test +troeggla/mandelbrot tromey/gdb-rsp +tromey/vlq +trondhe/adventOfCode trust-dns/axfrnotify try-harder/rhyme-harder-rust -tschneidereit/mozjs-shell tschottdorf/findus -tschottdorf/hlc-rs tsgates/rust.ko -tshlabs/legato -tshlabs/staccato -tsloughter/erls -tsoding/tictacrust -tspooner/dms -tspooner/rsrl +tspooner/lob tsteinholz/Steamworks.rs -tsujin/dungen -tsunehito/todoapp -tsurai/mecab-rs -ttakamura/binary-nn-rust -ttasanen/rust-tests -ttaubert/rust-md2-collision -ttaubert/rust-md2-sbox -ttaubert/rust-tls -ttdonovan/adventures-in-rust -ttempleton/rust-battleship -ttokutake/kic +tsurai/data-mining-rs +ttacon/github.rs +ttaubert/ascii-tls +tud-fop/rust-log-domain tud-fop/rustomata tuffy/bitstream-io -tupshin/cassandra-rs -tupshin/rust-cql-protocol -tupshin/rust-fuse-examples -tupshin/WarMachine +tumdum/aoc2017 +tupshin/ocilib-sys-rs tuquito/tuquito-artwork-gnome -tureus/graphite-rust +tureus/whisper turnage/Miknet -Twinklebear/arcball -Twinklebear/tobj_viewer -Twinklebear/tray_rust -TWinsnes/rusty-euler -Twisol/rust-stockfighter-api -Twisol/rust-telnet -Twisol/rust-telnet-client -Twistbioscience/pycon-rust +turnage/rep +turtl/lib-permissions +twh2898/lib_table +twincitiespublictelevision/mm_api_notify twistedfall/serde_rusqlite twitter/rpc-perf -twittner/cbor-codec +twking7/adventofcode2017 +twmb/futures-bufio twmb/rsfs -twoodford/seqproc +txp0wer/pqpg txus/lambada-rs -TyanNN/libtabun.rs +tych0/pw tychosci/rust-ltsv tychosci/rust-mecab tychosci/rust-rfc4648 -Tyler-Hardin/easy-csv -tylerreisinger/rust-duration-fmt -tylerreisinger/rust-game-time -TylerRichie/pylsc +tydus101/mms_simulation +tyleo/mut_static +tyler569/i8086-rs tylerwhall/tis-100-rs -TyOverby/ares-2 -TyOverby/astar -TyOverby/Bark -TyOverby/bchannel -TyOverby/bincode -TyOverby/console_draw -TyOverby/cowrc -TyOverby/editor-test-app -TyOverby/entmoot -TyOverby/gen_gif -TyOverby/hexgame -TyOverby/implicit -TyOverby/implicit-jit -TyOverby/irc-message -TyOverby/lux -TyOverby/many2many -TyOverby/requester -TyOverby/rirc -TyOverby/rust-examples -TyOverby/snoot -TyOverby/spaceships -TyOverby/stormtrooper -TyOverby/try_or -TyOverby/type-shenanigans -TyOverby/unreliable-message -TyOverby/unsafe_pointer -TyOverby/wire -typelist/mars-trie -tytouf/roulios -Tyzzer/hc256 -Tyzzer/honeydipper -Tyzzer/rshttpd +typho0s/project_alpha +tytouf/ebustl-rs tzemanovic/om_window -tz-lom/libarchive-sys -u59u75u65/hkgbox-rs -uarc/u1-32-emu -uasi/crustmark +tzkhan/roman-rust +uHOOCCOOHu/mair uasi/glitch uasi/rust-echo-server uasi/rust-hiredis uasi/rust-pcre -ubnt-intrepid/dot.rs ubnt-intrepid/ghqrs +ubnt-intrepid/http_server_09_tokio +ubnt-intrepid/hyper-router ubnt-intrepid/hyper-web-server ubnt-intrepid/microblog +ubnt-intrepid/mison-rs ubnt-intrepid/pecors -ubnt-intrepid/rust-gurobi +ubnt-intrepid/rust-mastodon +ubnt-intrepid/ssh-config +ubnt-intrepid/susanoo ubnt-intrepid/wan -ubsan/cafe -ubsan/handmade_hero -ubsan/pinkpp ubsan/readline -ubsan/roguelike-rs -ucarion/floyd -ucarion/gaia -ucarion/huffman-rs -ucarion/llvm-rust-getting-started -ucarion/natural-sort-rs +ucarion/gfx-draping ucarion/rust-lcs -ucarion/rust-patience-diff -udoprog/codeviz -udsholt/mathlib-rs +udoprog/genco +udoprog/rust-advent-of-code-2017 ueliem/rust-calc -ueliem/tarnish -ueliem/TinieR ufotalent/latitude_ios -uglyog/pact-stub-server -uHOOCCOOHu/mair -uiri/fyc -uiri/SEGIMAP +uguu/Reki3 +ujh/hamcrest-rust ujh/iomrascalai ukutaht/jcc -unaxfromsibiria/roomb -Undeterminant/euler-rust -Undeterminant/idmazegen-cpp +unbalancedparentheses/picochat +uncode/kylyp +undecidedapollo/stunning-enigma unicode-rs/unicode-segmentation -unicode-rs/unicode-width -unintended/hackerrank-rust -uniphil/contact-sheet -uniphil/patch-rs -uni-rs/uni.rs unix-thrust/nblessings unjordy/po unkillable/Rust-IrcClient -UnlawfulMonad/regtest -unleashed/threescalers unpatched/internet-broadcasting-service +unterflow/unterflow +untitaker/iron-login untitaker/mysteryshack -untitaker/rust-vobject +untitaker/rust-webicon uorbe001/rustspec-assertions upsuper/bgmrank -uqtimes/Rust-SampleCodes -Urcra/rusty-8 -Urcra/skill-rating -urschrei/lonlat_bng -urschrei/polylabel-rs -urschrei/rdp urschrei/rust_anybar -urugang/cargo-ctags +usablica/algorithms usagi/usagi-rust-reference +user6553591/rust-dice +ustulation/p2p ustulation/rust-ffi -ustulation/rust_pocs -ustulation/safe_ffi ustwo/github-issues +utatti/monkey-rs +utgwkk/rust-shell utilForever/RustEssentials utkanos/android_samsung_i927_initrd utkarshkukreti/select.rs -utkarshkukreti/siphash.rs -utkarshkukreti/speculate.rs uutils/coreutils -uvarovdm/my-stainless-oms -uvgroovy/os -uvNikita/converter -uwearzt/WordClock uzytkownik/xml-rs +v-nys/rust-text-adventure +vaartis/libtabun.rs vadixidav/evomata11 vadixidav/glowygraph vadixidav/mli vadixidav/zoom vadixidav/zoomtest -valarauca/538_2016_21_2016-scrabble -valarauca/bpf_bindings valarauca/func_swap -valarauca/sse -valdron/poe_rust -valdron/timed_iterator +valarauca/llvm_link +valarauca/opgen +valdron/aoc-2017 valenting/rust-learning -valenting/rust-url-capi -valep27/jeebie -valeriansaliou/providence -Valve/tyrion -valyakuttan/cis198 -vandomej/PandEm -vandomej/rust_practice -Varentsov/rust-mosaic -vasily-kirichenko/rust_test1 -Vatt/FlyMachine -vba-blocks/vba-blocks -vbarrielle/sprs -VBChunguk/hyeong-rs -vberger/dlib -vberger/gtp-rust -vberger/htm -vberger/silinapse -vberger/wayland-client-rs -vberger/wayland-kbd -vberger/wayland-window +valff/blink-stm32f1 +vasi/qcow2-rs vbhasin22/ps1 -vbrandl/editorconfig.me -vbrandl/RustyAccessMachine veblush/Test -veddan/rust-bsdnt -veddan/rust-concurrent-hashmap -veddan/rust-htmlescape -veddan/rust-introsort veddan/rust-snappy -veeableful/tin veer66/chamkho +veer66/word-freq +veldsla/adventofcode veldsla/rle_vec -VelocityRa/rustboy -Velocity-/scapefs veorq/oee -Verdex/TNH-Level-Editor vernonrj/freezing-octo-dubstep vertexclique/smbclient-sys vertexclique/trafo -v-for-vincent/rust-text-adventure +vessd/transproblem-rs +vetio/dyndns-daemon vgeddes/yalisp -VHaravy/bounded-mpmc-queue vhbit/lmdb-rs -vhbit/sherwood +vi-n/adventofcode2017 +vi/outoforderfs +vi/timeago vibhavp/engine.io-rs -vibhavp/socket.io-rs -vickenty/perl-xs +vickenty/lang-c vickenty/roids -vickenty/sereal-rs -vic/krusty -vi/compactmap -VictorGavrish/ai2048 -victorquinn/rust-nsq-client -Victor-Savu/generator victor-shepardson/rust-audio-experiments -Victory/threading-in-rust -vignesh-sankaran/google-maps-services-rust -Vikaton/cylus -Vikaton/etherpad.rs -Vikaton/keylogger.rs -Vikaton/ProjectEuler -Vikaton/whois-rs -VikingPingvin/Rust_Synth -ViKomprenas/bus +victorporof/rsx-dom +victorporof/rsx-layout +victorporof/rsx-primitives +victorporof/rsx-stylesheet +victorquinn/rust-nsq-client +victorvoid/layden +videah/compromise +vigneshwerd/DevfestYangon +vigoo/adventofcode2017 vilhalmer/gosh -vi/mkv.rs -Vinatorul/Coders-Of-The-Caribbean -Vinatorul/game_proto -Vinatorul/Mageon -Vinatorul/minesweeper-rs -Vinatorul/tileengine-rs -Vinatorul/Xondara -vincasmiliunas/rust-gzip -vincenthz/rust-json-events -VincentVigneron/automaton vinc/littlewing -vincom2/15440-s15-p1-rust +vincasmiliunas/rust-gzip vinipsmaker/asio-rs -vi/outoforderfs viperscape/font-atlas-example -viperscape/interstratis -viperscape/lichen -viperscape/rpg +viperscape/rust-irc viperscape/rust-promise -viperscape/rust-sexp -viperscape/rust-taskman -viperscape/stratis viraptor/prctl-rs -viraptor/systemd_socket -Virviil/cow.rs -viseztrance/flow -viseztrance/todo -visualjeff/primapalooza +vishy1618/gcm vitiral/artifact -vitiral/bridge -vitiral/bridge-rpc -vitiral/build_const -vitiral/defrag-rs -vitiral/rst -vitorenesduarte/rust-types -vitvakatu/gladiator -vityafx/toornament-rs +vitiral/ubyte vityafx/urlshortener-cli -Vkeat660/OilyRust -vks/average +vityafx/urlshortener-rs +vivitsu/rust +vjrao/rust_asteroids vks/highwayhash-rs -vksmgr/Learn_Rust_Programming -vks/mpw-rs -vks/rbf vky/Temp-Space vlad9486/uefi -VladAlexDP/mst-clusterization -vladikoff/rust-hkdf -vladvasiliu/project_euler -vlastv/xlib.rs -vmchale/file-sniffer +vlthr/accord vmchale/project-init +vmchale/tin-summer vmware/haret +vmx/rust-mozjs-issue-346 vnd/rarm -v-nys/rust-text-adventure -vocoded/oiler vogon/yolo-sansa voldemort92205/DFE -volks73/panser -vonZuben/uefiRust -vorner/corona -vorner/tokio-jsonrpc +volks73/cargo-wix +volks73/framed-msgpack +volks73/groom +volunode/volunode vorner/tokio-serde-cbor -vorot93/node2object vorot/roots -vosen/toml_document +vorot93/node2object +vosen/simeon vova616/htm voxoz/kernel -VoxWave/AudioGen -VoxWave/dungenon-drawer vpanghal/spellcorrector vrcod/rust-pi-approximation vrcod/rust-twitter-streaming vrk7bp/vrk7bpPS1 vrk7bp/vrk7bpPS4 -vtduncan/rust-atom +vroland/mwlint +vstrand/adventofcode +vsupalov/cards-rs +vsupalov/pokereval-rs +vsupalov/pokerhandrange-rs vthib/scout -vthriller/smart-rs vtsingaras/libiptc-sys -vvanders/ffigen -vvanders/nbplink -vvanders/simplelink +vulkano-rs/vulkano vvuk/dwrote-rs -vvuk/wrench vyaspranjal33/rust +vycb/maud-iron +vycb/modformdata vyslexic/hellorust vyslexic/rustils vyslexic/rustlings -Vzaa/yuvdiff -wackywendell/bufreader-rs +vztpv/Rust-Pratice +wackywendell/configurator wackywendell/gzserde -wackywendell/primes wackywendell/rustscripts -wackywendell/sorting-rs -WaDelma/poisson -wafflespeanut/nucleic-acid -Wafflespeanut/rust-catalog -wafrelka/tina -wahn/rs_pbrt +wagerlabs/unsafe-rs wakandan/rust-samples -waldemarnt/elasticsearch-data-generator -wangds/libflic +walfie/clubdarn +waltznetworks/video-align +wampiedriessen/adventofcode +wangp/ljobs wangwei2427/gfgfgfgf -warfish/hypervisor-framework-rs +waqqas-abdulkareem/Docker-Rust-Test +war4uk/rust-playground warfish/xvm16 -wariuni/steelwire -warmwaffles/gltf-viewer-rs +wariuni/rust-contest +wariuni/snowchains +warner/grilbfs-rust warner/spake2.rs -warricksothr/Perceptual-Image-Hashing -wartman4404/everybody-draw -WatchDG/rust-base64 -way-cooler/rust-wlc way-cooler/way-cooler -way-cooler/way-cooler-bg -way-cooler/way-cooler-lock +way-cooler/way-cooler-grab waylon531/waylos waynenilsen/handlebars-markdown-helper -WayneWeiZhang/PM250 -wayofthepie/evee +wayslog/lin-rs +wayslog/newbee wayslog/qwerty-rs wbkostan/cs4414-ps4 +wbowling/rcc wbthomason/bork wbthomason/cs4414-ps1 wbthomason/cs4414-ps2 wbthomason/cs4414-ps3 wbthomason/rustKernelTimer -wdv4758h/cargo-arch +wdshin/hello_rust wdv4758h/clapcomp wdv4758h/pycontw-rust-module +wdv4758h/wesers weaveworks-experiments/deployer -WebBluetoothCG/registries -weh-weh/boorubot +webmobster/DistributedGP +wehjin/colorwheel weiznich/crates-mirror weiznich/diesel-custom-type weld-project/weld weldr/bdcs-api-rs -wellbehavedsoftware/btrfs-dedupe wellbehavedsoftware/wbs-backup -wellposed/rust-OpenBLAS -wenLiangcan/todo.rs +wenyangfu/too-many-lists-rust werehuman/static_templater -wesleywiser/process_path -westwork-org/westwork +wezm/advent-of-code wezm/xhtmlchardet wfraser/backfs-rs -wfraser/fuse-mt -wfraser/goto -wfxs/oxygen wg/irongate +wgml/aoc-2017-rust whackashoe/plause +whatisinternet/Inflector whbboyd/backup -whipsch/export_cstr -whiske-rs/hairball -whiske-rs/whiske -White-Oak/architect -White-Oak/kefia -White-Oak/qml-rust -White-Oak/rust_articles -whitequark/rust-log_buffer +wheelin/stm32f429_rust_mmap +whentze/plugs whitequark/rust-touptek whitequark/rust-vnc whodidthis/yesql whostolemyhat/helo -whothey/lexan -whothey/rsnake -wickus/chip8 -wikiti/imgprev wilbertom/bichannels -Wilfred/bfc -Wilfred/gameboy_emulator -Wilfred/sooty -wilkes/churn-rs wilkie/rust-testing-microframework +will-clarke/rust_game_of_life willcrichton/411-rust-starter-code -willcrichton/algo-rs willcrichton/lia -willem66745/ntpclient-rust -willglynn/pdb -williamsandrew/bobomb -williamw520/rustymem -willi-kappler/character_twister -willi-kappler/comment_units -willi-kappler/conference_registration -willi-kappler/darwin-rs willi-kappler/green_moon -willi-kappler/iridium_weatherstation -willi-kappler/natural_constants +willi-kappler/panolution willi-kappler/slurm_inspector +williameriksson/RUST_AWEY +williamw520/rustymem +williamyaoh/aoc2017 +williamyaoh/arg_input +williewillus/advent_of_code_2015 +williewillus/advent_of_code_2017 willingc/rust-demos willmtemple/golang -willmtemple/rust-gbm +willmtemple/synth-poc +willmurphyscode/calc-repl +willp-bl/advent-of-code-2017 willrod112/cm_device_amlogic_aml8726m -will-weiss/pentago -WilsonGiese/restmote-control-rs wilsoniya/filterless -wilsoniya/pa-simple-rs -wilsoniya/shitchat-rs -winding-lines/piston-chart -windoze/geohash-rust -windwarrior/connect-four +winding-lines/noto-font wireapp/coax -wireapp/libsodium-neon wireapp/neon-gcc wireapp/proteus -WireGuard/wireguard-rs -wirelyre/vvvtar -WiSaGaN/ctp-rs -WiSaGaN/rust-diffusion -wisespace-io/cve-search -wismer/one-hundred-days-of-rust -wit-ai/libwit +wisespace-io/u2f-rs wit-ai/witd -withkittens/rust-com -withkittens/rust-sample-generator withoutboats/burrito -withoutboats/Chekhov -withoutboats/gapbuffer +withoutboats/c3po +withoutboats/configure +withoutboats/failure withoutboats/heck -withoutboats/hocus-pocus -withoutboats/license-exprs withoutboats/notty withoutboats/notty-encoding -wITTus/hashfuck wizh/rusty-8 -wkunkel/libuefi +wk-j/rust-up wkz/rust-editline wlentz/scan_fmt wmatyjewicz/rascal -wmedrano/rust-jack -woehr/rsMbr -woehr/rust_examples -wolenber/puccinia -wolfmankurd/jukebox-rust +wmedrano/dx-pi wolfwood/go -Wollw/Lucas-Sequence -wonderwoman13/rustbridge-pittsburgh -wonderwoman13/rustbridge-webscraper -wonsjb/Cassandrust -wooferzfg/AdventOfCode2016 +wongnai/imagecleanup wooferzfg/PuzzleHack wooorm/levenshtein-rs wooshy1/ramdisk +worktycho/RustySandbox +wose/urii woxtu/rust-ezoe -woxtu/rust-gimei -woxtu/rust-tinysegmenter -woxtu/RustVerbalExpressions -wraithan/cargo-bump -wraithan/pdxrust-bot -wraithan/prime-challenge +wpbirney/dank-paste +wraithan/snippets-rs wraithan/weechat_notifier -wricardo/learning_rust -wrnice/rsafe wrxtc714/device_htc_shooter wshatch/lisp_compiler -wspeirs/btree wspowell/codb -wthrowe/barnowl-overlay -wtok/wmpc +wubin1989/irondemo +wudixiaotie/learn_rust wumbologists/mini -WuTheFWasThat/hanabi.rs +wurstscript/wurst-jar-wrapper +wwared/rgb wwselleck/WestonLearnsRust -wycats/hammer.rs +wxyyxc1992/SoftwareEngineering-Essentials +wy15/socks5-rust +wyattjoh/guessing_game wycats/railsconf-rust-demo wycats/routed-http.rs wycats/rust-activesupport -wycats/rust-arel -wycats/rust-civet -wyq756543431/raudient -wyq756543431/shoot_-asteroid +x1-/finance +x10an14/rust_start x13machine/trump -XadillaX/zh-rust-by-example -Xaeroxe23/game_engine -xairy/rust-sudoku +xSke/nes-emu +xTibor/nopebsd +xTibor/periodictable +xTibor/xtgfx +xaanimus/xsray +xalley/libcjit xando/rust-mater xanium4332/libfreenect-rs -xaocon/rsh -xasmx/rust-la -xasmx/rust-ml -XavilPergis/wpilib-hal -Xboarder56/android_device_htc_ruby xcaliburinhand/ginger_initramfs -xcodevn/matasano +xcambar/purs xd009642/tarpaulin -xdds/rtps -XDjackieXD/png4snowy -xea/rust-jvmti +xd009642/zxcvbn-rs xen0n/relex xen0n/sendfile.rs xenoterracide/dzil-base -xfix/enum-map +xeuus/rustbite +xfix/advent-of-code-2017 +xfix/array-macro +xfix/extension-trait xiaobai/cache-sim xiaojue52/IOS -xicalango/rsed -xinmyname/itemized_rs xinzhuo/cs4414-ps1 xinzhuo/cs4414-ps2 -Xion/gisht -Xion/rofld -Xirdus/termgui -xitep/excfinder -xLegoz/rustychip -xliiv/tipboard-rs -xmeta/dinzai-datni -XMPPwocky/gcarena -XMPPwocky/legend_of_link -XMPPwocky/name-my-indie-game-please -XMPPwocky/nofunbot -XMPPwocky/playnow -XMPPwocky/red -XMPPwocky/vel0city -xojoc/snake-piston -Xorlev/rust-sequencefile -xosmig/xo_os -XOSplicer/rust_crypto_challenge -xSke/nes-emu +xiroV/Cuckoo +xorxornop/oidc-rs xsleonard/merse -xsleonard/rust-sdl2_image -xsznix/keygen -xtensis-editor/xtensis -xTibor/steaks -Xudong-Huang/generator-rs xuegenjin/rust-algs xuzhao9/project-euler-rs xymostech/rust-sdr -XZentus/rust -xzlinux/rust +xzlinux/rust_demo +y-usuzumi/nautilus-download +y-usuzumi/rust-notes +yaa110/rust-persian-calendar yacoder/left-right-rwlock-rust -YaLTeR/hl-capture -YaLTeR/hls-autopause -YaLTeR/yalter-bot -Yamakaky/dcpu -Yamakaky/rust-bindgen -Yamakaky/tun-rs +yajamon/zaif-api-rust +yandexx/cofi +yangbin/qumulus +yangby-cryptape/cita-sharelibs yangyangduo/SmartParking yannleretaille/libphonenumber-sys -yanns/rust-playground -yarlett/bit-codes -Yasu-umi/cabocha-rs -Yasu-umi/rust_nlp_100_examples -Yawning/rust-crypto-nacl -yberreby/advent-of-code-7 +yannxia-self/rust-learn +yasuyuky/ghteam-auth yberreby/pem-parser-rs yberreby/rust-tcp-connection-timeout -yberreby/steam-crypto-rs ycros/vparty -ydm/rayrust +yehnra/rustcat +yeliknewo/ai-4x-rs yeliknewo/algorithm_art -yeliknewo/explore -yeliknewo/rrl -yen223/roost -yenwel/irondragon -YetAnotherMinion/order-pizza -YeyaSwizaw/rust-snek -Ygg01/rustlind -Ygg01/xml-air -yggie/embedding-lua-in-Rust -yggie/mach -yggie/mithril-examples -yggie/rquery +yellow-pitaya/frontend yingDev/Tickeys +yinyanlv/rust-example yjerem/cykas yjh0502/float_extras yjh0502/rust-deflate yjh0502/rust-s2 -yjv/rust_cache +yl9jv/Rust-Everywhere yl9jv/cs4414-midterm yl9jv/cs4414-ps1 yl9jv/cs4414-ps3 -yl9jv/Rust-Everywhere -ylgrgyq/cuckoo-filter -yodalee/computationbook-rust +ymmtmdk/shadow_cost_rust +ynt/gitstar +yoanlcq/dmc +yoanlcq/vek +yobicash/libyobicash yodalee/Raytracing-rust -yohanesu75/tokyorust-part1 -yomi322/rust-isodump -yon/rs-fibonacci -Yoric/binjs-ref -Yoric/ccv.rs -Yoric/channels.rs -YorickPeterse/inko -Yoric/timer.rs -Yoric/wtttt -yorkie/rust-imap +yogaxpto/tic-tac-rust yorkie/rust.js -yoshiori/twitbeam -yoshuawuyts/playground-rust -yoshuawuyts/playground-rust-ncurses +yoroto/ruskell yoshuawuyts/rust-cs50 -yoshuawuyts/rust-spin yoshuawuyts/rust-swagger-to-md -yoshuawuyts/umux -youknowone/hangeul-rust -youknowone/rust-objc +youngspe/rust-http-async +younisshah/terra +your/rust-clock-cycler +ypcrts/advent-of-code-2017 ysgard/rust-lazy-foo -yttiy/delirium -yuchan-edu/rust-tutorial -yuikns/arush -yuikns/r-rs yujieSMJ/---1 yujieSMJ/---app -yuk1ty/rust-sandbox +yuk1ty/simple-http-server +yuki-bot/worker yuku-t/x86 -yupferris/bears_bits_battlestar_galactica -yupferris/flaky -yupferris/jitter +yupferris/ans-playground +yupferris/computeshiz yupferris/kaze yupferris/rustendo64 +yupferris/wisegui yuri91/mtproto-rs +yuri91/stm32f40x-rs +yuri91/telegram-bot-client-rs +yuriks/SmallVCM-rs yuriks/argparse yuriks/dungeons-of-rust-old -yuriks/SmallVCM-rs yuriks/starbreaker -yuripourre/rust-test -YusukeHosonuma/workspace -ywzjackal/timer.rs -yxd-hde/lambda-rust-demo +yurydelendik/wasmtext +yuval-k/os yykamei/rust-urlparse -yykkxk/ncurses-rust-games -yymm/Hartmann.rs -Z34O/Helium-lang -Z34O/Letter-Counter- -Zach41/rust-algorithm-club -ZacharyBrown/cs4414-ps1 +yykkxk/ci-test +yymm/rustify-game-of-life +zaaack/debug-rs zacharygolba/cowboy -ZacharyKamerling/rust_rts -zack-bitcoin/forth-in-rust +zacharygolba/json-api-rs zackmdavis/Cauzzle zackmdavis/Exercises_A zackmdavis/Leafline -ZackPierce/rust_for_java_devs zacstewart/fasterdns zacstewart/rush -zacstewart/tinyos -zaeleus/growler-crypto zairl23/learning-rust -zakkor/rocket -zakmagnus/rust_poker_odds -zalando-incubator/http-error-object-rs -zalando-incubator/rusty-tokens -Zanadar/rusting_ruby +zanders3/park_os +zaneli/rust-protobuf-example +zanesterling/rforth zankich/rust-firmata zaphar/nock-repl -Zapotek/rust-portscanner +zapo/chelle +zarazek/brotli-rs-native zargony/advent-of-code-2015 +zargony/advent-of-code-2017 zargony/rust-fuse -zBaitu/rfmt -zBaitu/rsyntax -zborowa/oxidize -zcash/bn -zcdziura/pirate -zcdziura/pumpkin +zavire-shiran/catsh +zayenz/advent-of-code-2017 +zboxfs/zbox +zcarto/zshp +zcash-hackworks/bn +zcash-hackworks/sapling-crypto +zcash/mpc zchase/rust -zcmartian/rust -zcred/zser zealtron/ps1 zealtron/ps3 -zeckalpha/smtp-rs -zeenix/gps-share -zegl/kram-rust +zeisss/advent-of-code zekesonxx/wfupdate -Zengor/list_to_anki -zenhack/k0 -zentner-kyle/pk -zephyrthenoble/rust-markov -ZeroBlazer/molecular-biologica -ZeroBlazer/topicos-db -ZeroCostGoods/hoppler -ZeroCostGoods/pgs-files -ZeroCostGoods/procure +zeljic/rpi-stats-service +zenoamaro/rust-brainfuck zeromq/zmq.rs zeropointnine/fractal-term-rs -zethra/rush -zethra/volume_dials -zetok/disk_io +zerovolts/game-of-life +zethra/wasp +zethra/wasp_teensy32 zetok/Lee zetok/nodes-parser-for-qtox zetok/tox zetok/tox-add-pubkey zetok/tox-neurological-warfare-bot -zetok/tox-wiki-nodes-parser zeux/oxid zeyla/darksky.rs -zeyla/iso4217.rs +zeyla/kankyo +zeyla/kitsu.rs zeyla/nanobot -zeyla/pokemon-sapphire-redux -zeyla/raindrop +zeyla/osu.rs zeyla/serenity -zeyla/serenity.rs -zeyla/zalgo.rs -zhaihj/lz77-rust -zhangpf/rust-dds -zhao19880827/FootPrint +zgtm/tek-programmer-rs +zhaihj/thread-pool zhaojing/Map -zheguang/rtree zhouyuan878/CS4414Project -zhublik/rest_on_rust -zikani03/git-down +zhxiaogg/rdb zimbabao/bansuri zimbatm/jailthis zipcode/rust-tone zither/nickel-mysql zitsen/nbits_vec.rs -ZiTsP/phash-rs -zmack/rust2600 -zmack/rust-socks -zmanio/lexicon-rs -zmbush/rustfuck -zmbush/traffic-sim +zkirill/odin +zmack/things-in-rust +zmbush/crypto_vault +zmbush/megaprompt zmoshansky/r_tetris -zofrex/better-than-basic zohyo/touch_rust -zokier/arpmasqd zokier/pong-rs -Zolomon/rust-rpg-sim zombiemuffin/edcert -zombiemuffin/edcert-compressor -zombiemuffin/edcert-letter -zombiemuffin/edcert-restrevoke -zombiemuffin/edcert-tools +zonit/rust-testprograms zonyitoo/asio-poc -zonyitoo/bson-rs zonyitoo/coio-rs zonyitoo/conhash-rs zonyitoo/irc-rs -zonyitoo/memcached-rs -zonyitoo/mqtt-rs zonyitoo/rust-ini -zonyitoo/shadowsocks-rust -zonyitoo/simplesched -Zorbash/linguaphone -zorend/asyncio-rs -ZOTTCE/poloniex +zonyitoo/sskcp-proxy zovt/tea -zowens/rusty-scheme -zpallin/iron_with_db -zrneely/veb-tree -ZSarver/rust-man -zsck/clink -zsck/funnel-rs -zsck/NeurOxi -zsck/Rust-Game-Of-Life zsiciarz/24daysofrust zslayton/bloom-rs -zslayton/cron zslayton/lifeguard -zslayton/mai -zslayton/stomp-rs zsparks/rust-stuff -ztoolson/rust_class -ZuhlkeLjubljanaEms/letstalk -zumero/Elmo +zsytssk/rust zummenix/ambientwhite -zummenix/usbmux -zurutuba/lpcalc zv/sexpr -zvxy/rust-dom -zwizwa/lars +zwimer/smllr zws3mb/cs4414-deadlock zws3mb/cs4414-ps1 zws3mb/cs4414-ps2 zws3mb/cs4414-ps3 zwtymSMJ/SMJ -zxftr45/rubymeditation_5 -zypeh/FLCL +zxk7516/diesel_rocket +zypeh/bebop zypeh/interceptor zyphrus/bf-rs -zyvitski/vstgui-rs -zzeroo/libmodbus-rs -zzeroo/xMZ-Mod-Touch-GUI +zyvitski/envelope-rs +zyvitski/gideon-rs +zyvitski/vst-bundler-rs +zyxw59/regex.rs +zzeroo/average +zzeroo/multi-window-tests zzmp/rust-debug -zzmp/rust-oauth -zzmp/send-file