Highlights
- Pro
Stars
A curated list of Rust code and resources.
Educational blog posts for Rust beginners
[Chumsky has moved to Codeberg!] Write expressive, high-performance parsers with ease.
Typeshare is the ultimate tool for synchronizing your type definitions between Rust and other languages for seamless FFI.
Claude Opus 4.6 wrote a dependency-free C compiler in Rust, with backends targeting x86 (64- and 32-bit), ARM, and RISC-V, capable of compiling a booting Linux kernel.
A static verifier for Rust, based on the Viper verification infrastructure.
A language for building concurrent software with confidence
RISC-V emulator for CLI and Web written in Rust with WebAssembly. It supports xv6 and Linux (ongoing).
Wolfram Language / Mathematica reimplementation in Rust (Wolfram oxidized)
The parallel, concurrent, and functional programming language for scalable software development
A mostly functional haskell compiler written in rust
A C compiler written in Rust, with a focus on good error messages.
buyukakyuz / rustmm
Forked from rust-lang/rustRust without the borrow checker
Pattern matching and exhaustiveness checking algorithms implemented in Rust
Klassic is A Programming Language which enables Object-Functional Programming
A simple ML-like language with subtyping, polymorphism, higher rank types, and global type inference
The uncurried minimal functional programming language for CPS transformation