Rust

programming language

 Users
# Name
1 Geal @Geal 4124
2 tailhook @tailhook 3218
3 japaric @japaric 3139
4 RazrFalcon @RazrFalcon 2753
5 TeXitoi @TeXitoi 2198
6 cristicbz @cristicbz 1910
7 Kintaro @Kintaro 1872
8 dpc @dpc 1856
9 llogiq @llogiq 1678
10 gyscos @gyscos 1651
11 tomaka @tomaka 1605
12 seppo0010 @seppo0010 1353
13 AtheMathmo @AtheMathmo 1332
14 dalance @dalance 1090
15 ozkriff @ozkriff 1087
16 nical @nical 1063
17 chris-morgan @chris-morgan 1051
18 chris-morgan @chris-morgan 1051
19 brendanzab @brendanzab 941
20 maciejhirsz @maciejhirsz 920
21 anp @anp 908
22 Byron @Byron 898
23 retep998 @retep998 892
24 kbknapp @kbknapp 846
25 lambda-fairy @lambda-fairy 827
26 bwasty @bwasty 825
27 mbrubeck @mbrubeck 817
28 sebcrozet @sebcrozet 792
29 thehydroimpulse @thehydroimpulse 690
30 eqrion @eqrion 686
31 zargony @zargony 568
32 Michael-F-Bryan @Michael-F-Bryan 560
33 abonander @abonander 542
34 cessen @cessen 521
35 mackwic @mackwic 520
36 blackbeam @blackbeam 504
37 quininer @quininer 491
38 phsym @phsym 475
39 hoodie @hoodie 449
40 huonw @huonw 447
41 thepowersgang @thepowersgang 436
42 taiki-e @taiki-e 417
43 matthiasbeyer @matthiasbeyer 414
44 TheDan64 @TheDan64 409
45 Hoverbear @Hoverbear 403
46 nukep @nukep 394
47 emk @emk 376
48 jamesmunns @jamesmunns 364
49 gifnksm @gifnksm 362
50 netvl @netvl 360
 Repositories
# Title Description
1 nom Geal Rust parser combinator framework 3736
2 rust-doom cristicbz A Doom Renderer written in Rust. 1859
3 wtftw Kintaro Window Tiling For The Win. A tiling window manager written in Rust 1853
4 vagga tailhook Vagga is a containerization tool without daemons 1651
5 cursive gyscos A Text User Interface library for the Rust programming language 1517
6 structopt TeXitoi Parse command line arguments by defining a struct. 1363
7 rsedis seppo0010 Redis re-implemented in Rust. 1353
8 svgcleaner RazrFalcon svgcleaner could help you to clean up your SVG files from the unnecessary data. 1045
9 lyon nical 2D graphics rendering on the GPU in rust using path tessellation. 1013
10 rusty-machine AtheMathmo Machine Learning library for Rust 982
11 redshirt tomaka Operating system 856
12 winapi-rs retep998 Rust bindings to Windows API 856
13 robinson mbrubeck A toy web rendering engine 817
14 zemeroth ozkriff 😠⚔️😈 A minimalistic 2D turn-based tactical game in Rust 752
15 maud lambda-fairy :pencil: Compile-time HTML templates for Rust 733
16 kiss3d sebcrozet Keep it simple, stupid 3d graphics engine for Rust. 722
17 xargo japaric The sysroot manager that lets you build and customize `std` 693
18 cargo-bloat RazrFalcon Find out what takes most of the space in your executable. 692
19 cbindgen eqrion A project for generating C bindings from Rust code 662
20 procs dalance A modern replacement for ps written in Rust 650
21 rdedup dpc Data deduplication engine, supporting optional compression and public key encryption. 618
22 resvg RazrFalcon An SVG rendering library. 614
23 fuse-rs zargony Rust library for filesystems in userspace (FUSE) 568
24 rouille tomaka Web framework in Rust 551
25 moxie anp lightweight platform-agnostic tools for declarative UI 534
26 steed japaric [INACTIVE] Rust's standard library, free of C dependencies, for Linux systems 518
27 colored mackwic (Rust) Coloring terminal so simple you already know how to do it ! 493
28 flame llogiq An intrusive flamegraph profiling tool for rust. 487
29 logos maciejhirsz Create ridiculously fast Lexers 475
30 mioco.pre-0.9 dpc Scalable, coroutine-based, asynchronous IO handling library for Rust programming language. (aka M... 466
31 teepee chris-morgan Teepee, the Rust HTTP toolkit 462
32 teepee chris-morgan Teepee, the Rust HTTP toolkit 462
33 gl-rs brendanzab An OpenGL function pointer loader for Rust 460
34 cargo-outdated kbknapp A cargo subcommand for displaying when Rust dependencies are out of date 449
35 learn-opengl-rs bwasty Rust port of JoeyDeVries/LearnOpenGL 442
36 prettytable-rs phsym A rust library to print aligned and formatted tables 419
37 inkwell TheDan64 It's a New Kind of Wrapper for Exposing LLVM (Safely) 409
38 heapless japaric Heapless, `static` friendly data structures 400
39 rust-http chris-morgan Completely OBSOLETE Rust HTTP library (server and client) 391
40 rust-http chris-morgan Completely OBSOLETE Rust HTTP library (server and client) 391
41 rust_os thepowersgang An OS kernel written in rust. Non POSIX 387
42 llamadb nukep A SQL database written in Rust 375
43 ropey cessen A utf8 text rope for manipulating and editing large texts. 373
44 rotor tailhook The mio-based framework for rust for doing I/O in simple and composable way (ABANDONED) 369
45 google-apis-rs Byron A binding and CLI generator for all Google APIs 363
46 dua-cli Byron A tool to conveniently learn about the disk usage of directories, fast! 356
47 mutagen llogiq Breaking your Rust code for fun and profit 346
48 nanomsg.rs thehydroimpulse Nanomsg library for Rust 332
49 rs_pbrt wahn Rust crate to implement at least parts of the PBRT book's C++ code. See also https://www.rs-pbrt.... 319
50 json-rust maciejhirsz JSON implementation in Rust 318
51 rust-mysql-simple blackbeam Mysql client library implemented in rust. 318
52 crowbook lise-henry Converts books written in Markdown to HTML, LaTeX/PDF and EPUB 315
53 zoc ozkriff ⬡ Zone of Control is a hexagonal turn-based strategy game written in Rust. [DISCONTINUED] 307
54 flamer llogiq A compiler plugin to insert flame calls 299
55 imag matthiasbeyer imag - Text based personal information management suite 294
56 vulkan-tutorial-rs bwasty Rust version of https://github.com/Overv/VulkanTutorial 285
57 xml-rs netvl An XML library in Rust 270
58 quick-error tailhook A rust-macro which makes errors easy to write 263
59 rusl anp An experimental (read: DONT USE) musl libc implementation in Rust. 261
60 macro-lisp JunSuzukiJapan Lisp-like DSL for Rust language 254
61 rust-san japaric How-to: Sanitize your Rust code! 250
62 old-raft-rs Hoverbear [Incomplete] A Raft implementation in Rust 246
63 notify-rust hoodie ☝️Send Desktop Notifications on linux and bsd 241
64 cargo-call-stack japaric Whole program static stack analysis 235
65 rust-amqp Antti AMQP client in pure rust. Corresponds to rabbitmq spec. 234
66 rulinalg AtheMathmo A linear algebra library written in Rust 233
67 plotlib milliams Data plotting library for Rust 227
68 rusty-clock TeXitoi An alarm clock with environment stats in pure bare metal embedded rust 224
69 rustbreak TheNeikos A simple, fast and easy to use self-contained single file storage for Rust 223
70 tetra 17cupsofcoffee 🎮 A simple 2D game framework written in Rust 221
71 programmieren-in-rust LukasKalbertodt Course page „Programmieren in Rust“, University Osnabrück (German!) 209
72 glyph-brush alexheretic Fast GPU cached text rendering 206
73 owning-ref-rs Kimundi A library for creating references that carry their owner with them. 197
74 cargo-graph kbknapp A cargo subcommand for creating GraphViz DOT files and dependency graphs 193
75 scrap quadrupleslap 📸 Screen capture made easy! 180
76 postgres-extension.rs thehydroimpulse Postgres extensions written in Rust 180
77 rust-mdo TeXitoi Monadic do notation for rust using macro and duck typing 179
78 rust-cheatsheet upsuper A type-based Rust cheatsheet 178
79 subtitles-rs emk Use SRT subtitle files to study foreign languages (in progress) 178
80 dot ubnt-intrepid Yet another management tool for dotfiles 176
81 rust-argparse tailhook The command-line argument parser library for rust 175
82 scaproust blabaere Implementation of the nanomsg "Scalability Protocols" in rust. 172
83 rust-ffi-guide Michael-F-Bryan A guide for doing FFI using Rust 168
84 amber dalance A code search / replace tool 168
85 codespan brendanzab Utilities for dealing with source code locations and pretty diagnostic formatting 163
86 modulator apessino A Rust crate for abstracted, decoupled modulation sources 163
87 keyberon TeXitoi A hand wired ortholinear mechanical keyboard with a firmware in rust 162
88 paperclip wafflespeanut WIP OpenAPI tooling for Rust. 158
89 auto_enums taiki-e A library for to allow multiple return types by automatically generated enum in Rust. 156
90 tiberius steffengy TDS 7.4 (mssql / Microsoft SQL Server) async driver for rust 153
91 concatenation_benchmarks-rs hoodie 📈 benchmarking different ways to concatenate strings in rust 152
92 RustFFT awelkie A mixed-radix FFT library written in pure Rust 152
93 rubble jonas-schievink (going to be a) BLE stack for embedded Rust 147
94 monotron thejpster A simple 8-bit home computer style application for the TI Tiva-C Launchpad 147
95 rust-iterators rustomax Basic Rust iterator usage 146
96 hamt-rs michaelwoerister A Persistent Map Implementation based on Hash Array Mapped Tries 145
97 serverless-wasm Geal 145
98 squark rail44 Rust frontend framework, for web browser and more. 145
99 breeze dpc An experimental, kakoune-inspired CLI-centric text/code editor with |-shaped cursor (in Rust) 145
100 sarkara quininer [unmaintenance] A experimental post-quantum cryptography library 139
 Countries
# Name
1 Germany 14802
2 France 11138
3 USA 10874
4 Ukraine 5971
5 Australia 5681
6 Japan 5336
7 United Kingdom 3354
8 China 2495
9 India 2437
10 Canada 2335
11 Russia 1859
12 Argentina 1353
13 Belarus 116
14 Brazil 53
 Meta
Stars minimum 15
Followers minimum 10
Gathered at 2020-03-06 16:08