eqrion's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
joshbuchea/HEAD
A simple guide to HTML <head> elements
uutils/coreutils
Cross-platform Rust rewrite of the GNU coreutils
vurtun/nuklear
A single-header ANSI C gui library
systemd/systemd
The systemd System and Service Manager
BurntSushi/xsv
A fast CSV command line toolkit written in Rust.
rr-debugger/rr
Record and Replay Framework
citybound/citybound
A work-in-progress, open-source, multi-player city simulation game.
capstone-engine/capstone
Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), Alpha, BPF, Ethereum VM, HPPA, LoongArch, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86.
asmjit/asmjit
Low-latency machine code generation
servo/pathfinder
A fast, practical GPU rasterizer for fonts and vector graphics
gluon-lang/gluon
A static, type inferred and embeddable language written in Rust.
Kobzol/hardware-effects
Demonstration of various hardware effects.
bytecodealliance/cranelift
Cranelift code generator
BurntSushi/quickcheck
Automated property based testing for Rust (with shrinking).
libpnet/libpnet
Cross-platform, low level networking using the Rust programming language.
floooh/oryol
A small, portable and extensible C++ 3D coding framework
microsoft/Win2D
Win2D is an easy-to-use Windows Runtime API for immediate mode 2D graphics rendering with GPU acceleration. It is available to C#, C++ and VB developers writing apps for the Windows Universal Platform (UWP). It utilizes the power of Direct2D, and integrates seamlessly with XAML and CoreWindow.
servo/rust-url
URL parser for Rust
m4b/goblin
An impish, cross-platform binary parsing crate, written in Rust
hyperium/http
Rust HTTP types
jrmuizel/raqote
Rust 2D graphics library
BinomialLLC/crunch
Advanced DXTc texture compression and transcoding library
dfrg/swash
Font introspection, complex text shaping and glyph rendering.
rust-lang/rust-semverver
Automatic checking for semantic versioning in library crates
cblp/yaml-sucks
YAML sucks.
three-rs/three
[abandoned] Totally not inspired Rust 3D library
aatxe/irc
the irc crate – usable, async IRC for Rust
gfx-rs/rspirv
Rust implementation of SPIR-V module processing functionalities
Michael-F-Bryan/rust-ffi-guide
A guide for doing FFI using Rust