-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprocessed.txt
752 lines (752 loc) · 29.1 KB
/
processed.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
http://github.com/SSheldon/rust-objc-exception
http://github.com/codius/rust-posix-ipc
http://github.com/codius/rust-ptrace
http://github.com/mcpherrinm/hue.git
http://github.com/pusher/pusher-http-rust
http://www.github.com/carrotsrc/rsnl
https://github.com/Aatch/ramp
https://github.com/AngryLawyer/rust-tcl
https://github.com/AngryLawyer/rust-tcl/
https://github.com/BonsaiDen/cobalt-rs.git
https://github.com/BurntSushi/chan
https://github.com/BurntSushi/tabwriter
https://github.com/Byron/google-apis-rs
https://github.com/Byron/json-tools
https://github.com/Byron/yup-hyper-mock
https://github.com/Connorcpu/recursive_sync
https://github.com/DenisKolodin/static-server
https://github.com/Detegr/rust-ctrlc.git
https://github.com/Eljay/com-rs
https://github.com/GGist/bip-rs/bip_htracker
https://github.com/GGist/bip-rs/bip_lpd
https://github.com/GGist/redox-rs
https://github.com/GuillaumeGomez/process-viewer
https://github.com/IvanUkhov/ann
https://github.com/JoNil/persistent_hashmap
https://github.com/Limvot/rust-sdl2_net
https://github.com/PeterReid/sqlite3_tokenizer
https://github.com/PistonDevelopers/backend.git
https://github.com/PistonDevelopers/freetype-rs.git
https://github.com/PistonDevelopers/freetype-sys.git
https://github.com/PistonDevelopers/image.git
https://github.com/PistonDevelopers/wavefront_obj.git
https://github.com/RustAudio/rms.git
https://github.com/SimonSapin/rust-rctree
https://github.com/SkylerLipthay/diverge
https://github.com/Techern/IntegralSquareRoot-RS
https://github.com/Techern/shutdown_hooks_rs
https://github.com/TomBebbington/ecs.rs
https://github.com/Valloric/nailgun
https://github.com/WiSaGaN/rust-diffusion
https://github.com/Yuhta/netrc-rs
https://github.com/agrover/af_unix-rs
https://github.com/andelf/rust-sdl2_mixer
https://github.com/andelf/rust-sdl2_ttf
https://github.com/andrew-d/leveldb-rs
https://github.com/archer884/grabinput.git
https://github.com/arcnmx/stack-rs
https://github.com/athena-org/jamkit
https://github.com/awelkie/RustFFT
https://github.com/azurespace/segment-tree
https://github.com/badboy/iso8601
https://github.com/bjz/noise-rs
https://github.com/blackbeam/rust-mysql-simple
https://github.com/bodoni/curve
https://github.com/bodoni/interface
https://github.com/bsteinb/rsmpi
https://github.com/calvinmetcalf/pmap
https://github.com/cgaebel/enumiter
https://github.com/clog-tool/clog-lib
https://github.com/cmr/ioctl
https://github.com/cmsd2/schemamama_rusqlite
https://github.com/cobalt-org/liquid-rust
https://github.com/conduit-rust/conduit
https://github.com/conduit-rust/conduit-log-requests
https://github.com/conduit-rust/route-recognizer.rs
https://github.com/cosmos-io/rust-cosmos.git
https://github.com/cpjreynolds/sema
https://github.com/cybergeek94/const-cstr
https://github.com/dbrodie/rex
https://github.com/dcrewi/rust-mersenne-twister
https://github.com/durka/closet
https://github.com/durka/guard
https://github.com/eddyb/unum.git
https://github.com/emk/rust-uchardet
https://github.com/epsilonz/morphism.rs
https://github.com/eyolfson/rust-wayland/
https://github.com/faern/forkjoin.git
https://github.com/flosse/nickel-sqlite
https://github.com/frewsxcv/rust-chunked-transfer
https://github.com/gekkio/snooze-rs
https://github.com/georust/rust-geo
https://github.com/georust/rust-world-file
https://github.com/gfx-rs/draw_state
https://github.com/gifnksm/SLSR
https://github.com/gifnksm/topological-sort-rs
https://github.com/graydon/z3-rs.git
https://github.com/gwicke/btrup
https://github.com/havarnov/multimap
https://github.com/hjr3/hal-rs
https://github.com/holyshared/lcov-parser
https://github.com/iirelu/bit-range
https://github.com/iorust/rstatic.git
https://github.com/jameshurst/rust-chromaprint
https://github.com/jeremyletang/rust-portaudio.git
https://github.com/jimmycuadra/rust-fleet
https://github.com/jmesmon/rust-dev
https://github.com/johannhof/pipeline.rs
https://github.com/jwilm/chatbot
https://github.com/kalail/assoc-list
https://github.com/kballard/alfred-rs
https://github.com/kennytm/extprim
https://github.com/knsd/daemonize/
https://github.com/kstep/cronparse.rs.git
https://github.com/kstep/rust-mpd.git
https://github.com/leon-barrett/mtbl-sys
https://github.com/lifthrasiir/rust-encoding
https://github.com/lucidscape/corange-rs
https://github.com/marad/hyper-router
https://github.com/markov-chain/3d-ice
https://github.com/mattnenterprise/rust-ftp
https://github.com/mattnenterprise/rust-hash-ring
https://github.com/mattnenterprise/rust-imap
https://github.com/mbrt/ruplicity-console
https://github.com/mcarton/rust-punycode.git
https://github.com/mfpiccolo/t_bang
https://github.com/michaelsproul/rust_radix_trie
https://github.com/mneumann/graph-generators-rs
https://github.com/mneumann/graph-neighbor-matching
https://github.com/mneumann/make-cmd-rs
https://github.com/muja/unrar.rs
https://github.com/naicode/reep-bodyparser-rustcdecodable
https://github.com/natemara/rust-list-builder
https://github.com/nathansizemore/rustic-io
https://github.com/nuew/npacked
https://github.com/nukep/glium-sdl2/
https://github.com/nukomeet/ncl
https://github.com/opal-rs/core
https://github.com/panicbit/rust-rcon
https://github.com/phsym/sctp-sys
https://github.com/pistondevelopers/cam.git
https://github.com/pistondevelopers/shader_version.git
https://github.com/ptal/rust-interval
https://github.com/pwoolcoc/emailaddress-rs
https://github.com/pwoolcoc/jupyter-rs
https://github.com/pwoolcoc/wren-rs
https://github.com/pzol/xml_writer.git
https://github.com/rainbowbismuth/hamt-rs
https://github.com/reem/rust-http.git
https://github.com/reem/rust-replace-map
https://github.com/reem/rust-typeable
https://github.com/retep998/googl-rs
https://github.com/retep998/wio-rs
https://github.com/robo9k/rust-magic-sys.git
https://github.com/rust-builder/utils
https://github.com/rusty-new-dev/wcstr
https://github.com/rustyhorde/libedgegrid.git
https://github.com/rustyhorde/vergen
https://github.com/ruud-v-a/hound
https://github.com/samcrow/rust-x-plane-plugin
https://github.com/samcrow/rust-xplm
https://github.com/samnardoni/multidim
https://github.com/scareangel/future-rs.git
https://github.com/seanmonstar/num_cpus
https://github.com/servo/libfontconfig/
https://github.com/sfackler/log4rs
https://github.com/sfackler/rust-postgres-large-object
https://github.com/shepmaster/sxd-xpath
https://github.com/skade/leveldb
https://github.com/skullzzz/xdg-rs
https://github.com/slapresta/rust-iterslide
https://github.com/softprops/medio
https://github.com/stainless-steel/dwt
https://github.com/stainless-steel/hdf5
https://github.com/stainless-steel/options
https://github.com/stainless-steel/sfunc
https://github.com/stainless-steel/tape
https://github.com/stuarthicks/cidrr
https://github.com/stusmall/murmur3
https://github.com/sunng87/handlebars-iron
https://github.com/sunng87/handlebars-rust
https://github.com/tailhook/probor
https://github.com/thehydroimpulse/nanomsg.rs
https://github.com/tomaka/hlua
https://github.com/tomaka/rodio
https://github.com/tozny/sdk-rust.git
https://github.com/tschottdorf/hlc-rs
https://github.com/utkarshkukreti/diff.rs
https://github.com/vberger/wayland-kbd
https://github.com/vberger/wayland-window
https://github.com/vertexclique/trafo
https://github.com/vlad003/rust-oath
https://github.com/wezm/dash2html
https://github.com/whitequark/rust-touptek
https://github.com/woxtu/rust-tinysegmenter
https://github.com/xeqlol/softprimes
https://github.com/yggie/rquery
https://github.com/zonyitoo/memcached-rs
https://github.com/zslayton/cron
https://github.com/reem/rust-lazy
https://github.com/Dagur/rust-kennitala
https://github.com/filsmick/steam-crypto-rs
https://github.com/ferristseng/rust-punkt
https://github.com/seankerr/rust-egl
https://github.com/kayellpeee/cipha
https://github.com/Mayflower/rust-puppetfile
https://github.com/pzol/rogue.git
https://github.com/SDBlumire/pair-stack
https://github.com/gifnksm/twitter-api-rs
https://github.com/KalitaAlexey/unchecked_mutable
https://github.com/Geal/machine
https://github.com/evnm/spread.rs
https://github.com/Connorcpu/direct2d-rs
https://github.com/epsilonz/epsilonz.rs
https://github.com/BurntSushi/rust-cmail
https://github.com/schultyy/os_type
https://github.com/mttr/rusql.git
https://github.com/ebfull/pcap
https://github.com/iron/iron
https://github.com/swgillespie/unicode-categories
https://github.com/Popog/beagle-rs
https://github.com/mneumann/graph-layout-rs
https://github.com/gz/rust-cpuid
https://github.com/pistondevelopers/interpolation.git
https://github.com/rustyhorde/libmultilog
https://github.com/conduit-rust/mime-types
https://github.com/thepowersgang/stack_dst-rs
https://github.com/brayniac/ratelimit
https://github.com/justinlatimer/littletest
https://github.com/dche/glm-color/
https://github.com/chyh1990/yaml-rust
https://github.com/Kimundi/apply-pub-rs
https://github.com/Leo2807/word_count/
https://github.com/thenyeguy/oxcable
https://github.com/Machtan/token-rs
https://github.com/mitchmindtree/elmesque.git
https://github.com/chrido/fountain.git
https://github.com/PistonDevelopers/find_folder.git
https://github.com/terminalcloud/thrift
https://github.com/SkylerLipthay/build_epoch
https://github.com/Stebalien/snowflake
https://github.com/Pursuit92/marpa
https://github.com/TyOverby/bincode
https://github.com/andrewrk/groove-rs
https://github.com/mhiley/rust-netcdf
https://github.com/Techern/Varint-rs
https://github.com/ahmedcharles/lua-rs
https://github.com/appcoreplatform/rust-cg.git
https://github.com/frankmcsherry/columnar.git
https://github.com/euclio/aurelius
https://github.com/rockneurotiko/async-await
https://github.com/pistondevelopers/read_token.git
https://github.com/jimmycuadra/rust-etcd
https://github.com/reem/rust-debug-unreachable.git
https://github.com/niconii/twiddle
https://github.com/blackbeam/rust-crc16
https://github.com/danburkert/bytekey.git
https://github.com/badboy/microstate
https://github.com/kaj/rust-pdf
https://github.com/aleksandrpak/algo
https://github.com/gentoo90/winreg-rs
https://github.com/m-decoster/RsGenetic
https://github.com/wg/irongate
https://github.com/PistonDevelopers/shaders.git
https://github.com/mlalic/peekable-reader-rs
https://github.com/servo/gleam
https://github.com/pistondevelopers/gfx_voxel.git
https://github.com/Marthog/rust-stm
https://github.com/codahale/sketchy
https://github.com/michaelsproul/rust_sequence_trie
https://github.com/reem/rust-to.git
https://github.com/dcuddeback/serial-rs
https://github.com/ruestio/sequel
https://github.com/octplane/catapult
https://github.com/arcnmx/serde-value
https://github.com/reem/rust-membuf.git
https://github.com/cristicbz/clierr.rs
https://github.com/tomshen/rust-syndication
https://github.com/ebfull/bellman
https://github.com/benashford/rust-lazysort
https://github.com/andreasots/base32
https://github.com/kurotetsuka/arcmutex
https://github.com/livioribeiro/cargo-readme
https://github.com/WaDelma/modulo
https://github.com/wrl/tinyosc
http://github.com/kinghajj/minimax-rs.git
https://github.com/ferreum/rust-i3ipc
https://github.com/filipegoncalves/rust-config
https://github.com/jtuchsen/colors.git
https://github.com/redtrumpet/msi_keyboard
https://github.com/buntine/barcoders
https://github.com/nerdopoly/rust-i18n
https://github.com/KokaKiwi/rust-hex
https://github.com/jmesmon/reverse-io
https://github.com/SimonSapin/kuchiki
https://github.com/GGist/ssdp-rs
https://github.com/markov-chain/mcpat
https://github.com/Freyskeyd/nlp
https://github.com/gsingh93/rust-graph
https://github.com/gekkio/imgui-rs
https://github.com/dpc/hex2d-dpcext-rs
https://github.com/sorear/libuv-rs
https://github.com/jpernst/opusfile-rs
https://github.com/arthurtw/echo-rs
https://github.com/rust-builder/commandext
https://github.com/badboy/rdb-rs
https://github.com/obv-mikhail/mouse_automation
https://github.com/DanielKeep/rust-custom-derive
https://github.com/borntyping/cyborg
https://github.com/iron/persistent
https://github.com/GrahamDennis/quickercheck
https://github.com/shepmaster/jetscii
https://github.com/vbarrielle/sprs
https://github.com/Nercury/kugel-rs
https://github.com/alfiedotwtf/file-lock
https://github.com/Hoverbear/calendar_queue
https://github.com/cyderize/rust-iocp.git
https://github.com/kstep/rust-scgi.git
https://github.com/lj-ditrapani/game-of-life-rust
https://github.com/rustbridge/neon
https://github.com/pyroar/bluetooth
https://github.com/brandonson/getpass-rs
https://github.com/dean4devil/rust-ldap
https://github.com/kimhyunkang/libyaml-rust
https://github.com/bryal/d3d11-rs
https://github.com/dpc/rclist-rs
https://github.com/jmesmon/bincode-ext
https://github.com/cosmos-io/curiosity.git
https://github.com/femdom/cpufreq
https://github.com/pyfisch/cbor
https://github.com/Florob/RustyXML
https://github.com/mystor/slag
https://github.com/Vectorious/geom-rs
https://github.com/gfx-rs/gfx_gl.git
https://github.com/toffaletti/flat_map.git
https://github.com/utkarshkukreti/speculate.rs
https://github.com/epsilonz/lambda.rs
https://github.com/dimbleby/rust-c-ares
https://github.com/icorderi/shell.rs/
https://github.com/barkingmousestudio/wheel-timer-rs
https://github.com/emoon/rust_minifb
https://github.com/netvl/immeta
https://github.com/brayniac/heatmap
https://github.com/Kimundi/rustc-version-rs
https://github.com/hibariya/pty-shell
https://github.com/jpernst/openal-rs.git
https://github.com/iopq/strenum
https://github.com/jmesmon/io-at
https://github.com/carllerche/hamcrest-rust
https://github.com/PistonDevelopers/piston_collada
https://github.com/zummenix/expectest
https://github.com/frankmcsherry/recycler
https://github.com/fuchsnj/validate
https://github.com/llogiq/optional
https://github.com/gsingh93/rust-automata
https://github.com/autumnai/cuticula
https://github.com/daboross/fern-macros-rs
https://github.com/untitaker/rust-atomicwrites
https://github.com/FaultyRAM/ng-log
https://github.com/pwoolcoc/collection_macros
https://github.com/rzhw/rust-trousers
https://github.com/dschatzberg/kvm.git
https://github.com/autumnai/leaf
https://github.com/richo/multitooth
https://github.com/jsgf/promising-future
https://github.com/dradtke/superchan
https://github.com/reem/rust-modifier
https://github.com/chip8-rust/chip8-vm.git
https://github.com/HiroLord/rustnet
https://github.com/tsurai/libstrophe-rs
https://github.com/ockta/ockta
https://github.com/vbarrielle/dense_mats
https://github.com/frewsxcv/rust-two-three
https://github.com/aperezdc/hipack-rs
https://github.com/pyfisch/rust-charsets
https://github.com/borntyping/rust-riemann_client
https://github.com/PistonDevelopers/redox.git
https://github.com/shepmaster/peresil
https://github.com/GGist/bittorrent-rs
https://github.com/TimNN/cargo-lipo
https://github.com/DenisKolodin/mould
https://github.com/cstorey/git-build-version/
https://github.com/gifnksm/oauth-client-rs
https://github.com/reem/rust-unreachable.git
https://github.com/iron/staticfile
https://github.com/PistonDevelopers/quaternion.git
https://github.com/dnaq/sodiumoxide.git
https://github.com/pvginkel/strtod
https://github.com/knsd/from-ascii/
https://github.com/RustAudio/volume.git
https://github.com/robertknight/rust-cmacros
https://github.com/richo/threatbutt-rs
https://github.com/JoNil/layout_id
https://github.com/kerhong/toml-loader
https://github.com/zonyitoo/conhash-rs
https://github.com/hawkw/seax_util
https://github.com/jcmoyer/rust-lua53
https://github.com/georust/rust-geocoding
https://github.com/gkbrk/rust-hackchat
https://github.com/rust-builder/python-rub
https://github.com/nical/vodk.rs
https://github.com/SimonSapin/rust-caseless
https://github.com/pistondevelopers/sprite.git
https://github.com/PistonDevelopers/camera_controllers.git
http://github.com/cybergeek94/img_hash
https://github.com/P1start/schroedinger_box
https://github.com/rustyhorde/repl
https://github.com/mrfloya/pam-auth
https://github.com/npryce/reservoir-rs
https://github.com/epsilonz/fingertree.rs
https://github.com/jojonv/rust-win32error.git
https://github.com/zisten/libr.rs.git
https://github.com/jimmycuadra/retry
https://github.com/thijsc/mongo-rust-driver
https://github.com/GlenDC/github-rust
https://github.com/iopq/monoid
https://github.com/magic003/http-parser-rs
https://github.com/rustyhorde/git-box
https://github.com/runarberg/math-text-transform.git
https://github.com/ascent12/gbm-rs
https://github.com/gifnksm/union-find-rs
https://github.com/dimbleby/rust-c-types
https://github.com/Antti/rust-amqp
https://github.com/tobytailor/mongo-rs
https://github.com/jmitchell/multiset
https://github.com/indigits/scirust
https://github.com/freebroccolo/bits.rs
https://github.com/srijs/rust-tagged
https://github.com/DanielKeep/rust-collect-mac
https://github.com/ghmlee/rust-request.git
https://github.com/iron/urlencoded
https://github.com/mattnenterprise/rust-box2d
https://github.com/epsilonz/fun.rs
https://github.com/PistonDevelopers/music.git
https://github.com/gadomski/sbd-rs
https://github.com/SimonSapin/rust-wtf8
https://github.com/achanda/netlink
https://github.com/kstep/rust-pocket.git
https://github.com/appcore-project/appcore_shared.git
https://github.com/scareangel/functional-rs.git
https://github.com/michaelcontento/simpleflake-rs
https://github.com/pyk/hello-rust
https://github.com/P1start/drawille-rs
https://github.com/robn/bitbit-rs
https://github.com/ellisonch/rust-stopwatch
https://github.com/conduit-rust/conduit-test
https://github.com/DanielKeep/cargo-script
https://github.com/jwilm/startuppong-client-rs
https://github.com/PistonDevelopers/turbine.git
https://github.com/borntyping/mutiny
https://github.com/Eljay/assimp-rs
https://github.com/hanjaelee/rust-http.git
https://github.com/ghmlee/mark.git
https://github.com/bsteinb/rust-iteratorcomprehensions
https://github.com/reem/rust-event
https://github.com/icorderi/kinetic-rust/
https://github.com/forgemo/summed_area_table
https://github.com/diorahman/tempel-rs.git
https://github.com/gustavla/dcpu16
https://github.com/reem/rust-unsafe-any
https://github.com/killercup/rust-sortStringToSql
https://github.com/tickbh/event_rust
https://github.com/Geal/typedopts
https://github.com/coredump-ch/spaceapi-server-rs
https://github.com/mongodb-labs/mongo-rust-driver-prototype
https://github.com/rsaarelm/nock-rs
https://github.com/gsingh93/ggp-rs
https://github.com/jgallagher/rusqlite
https://github.com/ferrouswheel/rust-sparkline
https://github.com/marekventur/rust-rot13
https://github.com/pistondevelopers/eco.git
https://github.com/mcoffin/rust-effect-monad
https://github.com/JeffBelgum/statistical
https://github.com/SimonPersson/ease
https://github.com/schickling/beanstalkd-cli
https://github.com/TyOverby/many2many
https://github.com/musec/rusty-shark
https://github.com/GGist/bip-rs/bip_magnet
https://github.com/mkroman/evic
https://github.com/TyOverby/bchannel
https://github.com/georust/geohash.rs
https://github.com/seanmonstar/httparse
https://github.com/seanmonstar/vecio
https://github.com/gifnksm/generic-matrix-rs
https://github.com/dradtke/mpack.git
https://github.com/mneumann/closed01-rs
https://github.com/mike-marcacci/ozone
https://github.com/a8m/pb
http://github.com/cybergeek94/multipart
https://github.com/netvl/md.rs
https://github.com/carllerche/buffoon
https://github.com/jackm321/RustNN
https://github.com/rockneurotiko/awesome-bot
http://github.com/SSheldon/rust-objc-foundation
https://github.com/antklim/rosalind-cli.git
https://github.com/mattnenterprise/rust-nntp
https://github.com/reem/stainless
https://github.com/reem/rust-ordered-float
https://github.com/srijs/rust-comonoid
https://github.com/Fiedzia/rustbar
http://github.com/pzol/ion_rs
https://github.com/whipsch/export_cstr
https://github.com/durka/owned-chars
https://github.com/dcuddeback/termios-rs
https://github.com/ryman/groupable-rs
https://github.com/bjz/cgmath
https://github.com/rust-builder/cargo-rub
https://github.com/mikedilger/formdata
https://github.com/dazeus/dazeus-rs.git
https://github.com/radare/r2pipe.rs
https://github.com/adamgreig/hackrf-rs
https://github.com/carllerche/eventual
https://github.com/ucarion/fen.git
https://github.com/banyan/rust-git-gsub
https://github.com/maximih/envvar
https://github.com/Boddlnagg/units
https://github.com/gkbrk/rust-urbandict
https://github.com/gfx-rs/gfx
http://github.com/tailhook/signal
https://github.com/nathankleyn/gitignore.rs
https://github.com/mdup/multizip
https://github.com/richo/hypr.git
https://github.com/iirelu/swf-headers
https://github.com/jwilm/iron-hmac
https://github.com/gtk-rs/glib
https://github.com/ferristseng/rust-freqdist
https://github.com/Yoric/telemetry.rs
https://github.com/achanda/rcap
https://github.com/hwiechers/chess_pgn_parser/
https://github.com/stygstra/rust-randomkit
https://github.com/shepmaster/twox-hash
http://github.com/brandonson/scinotation-rs
https://github.com/xoebus/rum
https://github.com/Ogeon/rustful
https://github.com/daltonwoodard/tlnat
https://github.com/netvl/ejdb.rs
https://github.com/naicode/reep
https://github.com/zonyitoo/simplesched
https://github.com/anurse/encoding_literals
https://github.com/autumnai/collenchyma-blas
https://github.com/thepowersgang/va_list-rs
https://github.com/Xudong-Huang/generator-rs.git
https://github.com/hawkw/seax
https://github.com/Techern/Netherrack
https://github.com/PeterReid/copy_arena
https://github.com/rohitjoshi/net-utils
https://github.com/arcnmx/coalesce-rs
https://github.com/PistonDevelopers/opengl_graphics.git
https://github.com/gadomski/pos-rs
https://github.com/rphmeier/scoped_allocator
https://github.com/valve/heliotrope
http://github.com/MrFloya/enigma.rs
https://github.com/srijs/rust-functor
http://github.com/SSheldon/rust-objc-id
https://github.com/samdolt/subcmd-rs/
https://github.com/SkylerLipthay/oatmeal_raisin
https://github.com/sfackler/rust-openssl
https://github.com/englishm/qotd
https://github.com/yuikns/r.git
https://github.com/schickling/rust-beanstalkd
http://github.com/tailhook/quick-error
https://github.com/andrew-d/tinycdb-rs
https://github.com/sacooper/xmlJSON-rs
https://github.com/mjkoo/epoxy-rs
https://github.com/botanio/sdk
https://github.com/frankmcsherry/differential-dataflow.git
https://github.com/clog-tool/clog-cli
https://github.com/mrak/taskpipe.git
https://github.com/epsilonz/tailrec.rs
https://github.com/darinmorrison/hkt.rs
https://github.com/tomaka/immi
https://github.com/markov-chain/tgff
https://github.com/bryal/dxgcap-rs
https://github.com/bjz/glfw-rs
https://github.com/pwoolcoc/cargo-do
https://github.com/datashape/nps
https://github.com/hawkw/seax_scheme
https://github.com/WaDelma/poisson
https://github.com/softprops/pine
https://github.com/killercup/hsl-rs.git
https://github.com/Diggsey/multirust-rs
https://github.com/gsingh93/llvm
https://github.com/nishanths/rust-haikunator
https://github.com/ghmlee/keymaker.git
https://github.com/jodosha/dnsimple-rs.git
https://github.com/derekjw/try_from
https://github.com/RustAudio/envelope.git
https://github.com/rsolomo/json_logger
https://github.com/blackbeam/rust-marc
https://github.com/bluejekyll/trust-dns
https://github.com/ArtemGr/rust-scgi
https://github.com/jmquigs/rs-barfly
https://github.com/loyd/rscam
https://github.com/schultyy/avm
https://github.com/eminence/terminal-size
https://github.com/crumblingstatue/rust-libxdo
https://github.com/bonifaido/rust-zookeeper
https://github.com/sfackler/r2d2
https://github.com/pistondevelopers/conrod.git
https://github.com/daramos/simple_csv
https://github.com/dhardy/hashindexed
https://github.com/PistonDevelopers/inventory
https://github.com/rsolomo/hipchat-client
https://github.com/pshc/hex_literals.git
https://github.com/bjz/approx
https://github.com/netvl/mpfr.rs
https://github.com/bjz/fn_ops
https://github.com/th0br0/rust-mraa.git
https://github.com/mvdnes/msdos_time
https://github.com/lschmierer/sacn
https://github.com/killercup/assert_cli.git
https://github.com/mcarton/rust-naughty-strings
https://github.com/limeburst/utmp-rust
https://github.com/zzmp/rust-debug.git
https://github.com/durka/guilt-by-association
https://github.com/rsolomo/cargo-check
https://github.com/snd/stft.git
https://github.com/reem/rust-pico.git
https://github.com/duarten/cosmo
https://github.com/andelf/rust-mtl
https://github.com/dwrensha/gj
https://github.com/ferristseng/rust-tfidf
https://github.com/Marwes/combine
https://github.com/clux/quadratic
https://github.com/dcuddeback/libudev-rs
https://github.com/Machtan/cargo-linebreak
https://github.com/Keats/dbmigrate
https://github.com/couchdb-rs/couchdb
https://github.com/vberger/dlib
https://github.com/PistonDevelopers/image-png.git
https://github.com/elvis-epx/rexif.git
https://github.com/gtk-rs/gtk
https://github.com/sgrif/diesel
https://github.com/danielpclark/combinatorics
https://github.com/pistondevelopers/read_color.git
https://github.com/reem/rust-atomic-option.git
https://github.com/hugoduncan/from-error-scope
https://github.com/energymon/energy-monitor-rs
https://github.com/andydude/rust-bswap/
https://github.com/megamsys/megam_rustyprint
https://github.com/iterion/cql-rust
https://github.com/KalitaAlexey/bmfont-rust
https://github.com/srijs/rust-coyoneda
https://github.com/sajuthankappan/urlshortener-converter-rs
https://github.com/jmars/drum.git
https://github.com/amodm/webbrowser-rs
https://github.com/rustless/rustless
https://github.com/reem/rust-once-mutex.git
https://github.com/mvdnes/podio.git
https://github.com/thehydroimpulse/thrust
https://github.com/idobata/hokaido
https://github.com/crumblingstatue/try_opt
https://github.com/spladug/fileinput.rs
https://github.com/tlon-sh/modexp
https://github.com/mneumann/turtle-rs
https://github.com/sunng87/urdict
https://github.com/systemd-cron/systemd-cron-next
https://github.com/iron/static
https://github.com/dradtke/neovim-rs.git
https://github.com/PistonDevelopers/dual_quaternion
https://github.com/niax/rust-email
https://github.com/cesarb/blake2-rfc
https://github.com/Pursuit92/lamport-rs
https://github.com/Byron/yup-oauth2
https://github.com/blackbeam/cooks
https://github.com/seanmonstar/l20n.rs
https://github.com/mikedilger/textnonce
https://github.com/notriddle/quickersort
https://github.com/HeroesGrave/fixedstep-rs
https://github.com/visualjeff/primapalooza.git
https://github.com/frangio/concat-rs
https://github.com/Techern/bit_utils-rs
https://github.com/iron/logger
https://github.com/Boddlnagg/tylar
https://github.com/autumnai/collenchyma-nn
https://github.com/iron/params
https://github.com/viperscape/iota
https://github.com/azyobuzin/tweetust
https://github.com/PistonDevelopers/geometry.git
https://github.com/docopt/docopt.rs
https://github.com/icorderi/yacli/
https://github.com/WaDelma/sphere
https://github.com/rust-bridge/rust
https://github.com/kstep/rust-websocket.git
https://github.com/andelf/rust-adivon.git
https://github.com/epsilonz/pretty.rs
https://github.com/inre/mioqu
https://github.com/medek/nasm-rs
https://github.com/PistonDevelopers/gfx-debug-draw
https://www.github.com/GBGamer/calculator
https://github.com/PistonDevelopers/dev_menu
https://github.com/reem/rust-or.git
https://github.com/brayniac/shuteye
https://github.com/megamsys/rust_cli
https://github.com/stouset/secrets
https://github.com/DanielKeep/rust-grabbag
https://github.com/kstep/moreops
https://github.com/nicholasbishop/dumbmath-rs
https://github.com/conduit-rust/conduit-json-parser
https://github.com/cryptosphere/confusion.git
https://github.com/conduit-rust/conduit-static
https://github.com/Nercury/di-rs
https://github.com/awelkie/cobs.rs
https://github.com/mbrt/ruplicity-fuse
https://github.com/gtk-rs/pango
https://github.com/csherratt/cow
https://github.com/manuel-woelker/rust-passert
https://github.com/eternaleye/ifunky
https://github.com/johannhof/markdown.rs
https://github.com/Geal/rust-syslog
https://github.com/kstep/rust-pb.git
https://github.com/jsgf/rust-xdr-codec
https://github.com/dherman/esprit
https://github.com/dzamlo/rust-bitfield
https://github.com/TimNN/combinadics
https://github.com/PistonDevelopers/hematite.git
https://github.com/strake/libreal.rs
https://github.com/gsingh93/regex-parser
https://github.com/doomsplayer/ucontext-rs
https://github.com/tomjakubowski/gopher-rs
https://github.com/giodamelio/globule
https://github.com/tomaka/glium
https://github.com/Marwes/parser-combinators
https://github.com/epsilonz/type-level.rs
https://github.com/gmjosack/sysconf.rs
https://github.com/lifthrasiir/rust-maybe_utf8
https://github.com/rcolinray/tis-100-rs
https://github.com/gfx-rs/gfx_macros
https://github.com/mattnenterprise/rust-pop3
https://github.com/Nercury/little-rs
https://github.com/snd/strider.git
https://github.com/mrhooray/kdtree-rs
https://github.com/musiKk/classreader-rs
https://github.com/insanitybit/gsblookup-rs
https://github.com/nbaksalyar/rust-streaming-http-parser
https://github.com/asaaki/yyid.rs
https://github.com/zankich/rust-firmata
https://github.com/Tomohiro/mynumber
https://github.com/megamsys/rust-turbo
https://github.com/FranklinChen/number-words-rust
https://github.com/l1048576/fbx_direct
https://github.com/SkylerLipthay/zip_codes
https://github.com/georust/rust-geojson
https://github.com/samdoshi/portmidi-rs
https://github.com/andelf/rust-sdl2_gfx
https://github.com/azurespace/union-find
https://github.com/vtduncan/rust-atom
https://github.com/pwoolcoc/dhcp_parser
https://github.com/pistondevelopers/quack.git
https://github.com/burtonageo/input-map
https://github.com/sfackler/rust-postgres-macros
https://github.com/seanmonstar/unicase
https://github.com/michaelsproul/rust_nibble_vec
https://github.com/DrKwint/sparse-rs
https://github.com/goffrie/lalr
https://github.com/jeaye/ncurses-rs
https://github.com/blackbeam/named_pipe
https://github.com/softprops/tee
https://github.com/Terah-/rust-bytebuffer
https://github.com/rustcc/coroutine-rs
https://github.com/reem/rust-traitobject.git
https://github.com/tiffany352/susurrus
https://github.com/brayniac/histogram