Empowering everyone to build reliable and efficient software.
The Rust Project runs funding programs through Rust Foundation.
Project grants, hardship grants, and event grants for Rust ecosystem contributors and maintainers. Three tracks targeting different needs. Applications reviewed on a rolling basis throughout the year.
Reviewed 1w agoPaid 6–12 month fellowships for contributors who want to work full-time on the Rust compiler, toolchain, or ecosystem. Fellows receive a stipend and are integrated with Rust project teams.
Reviewed 1w agoEmergency financial support for Rust ecosystem contributors facing unexpected hardship. Designed to prevent burnout and attrition of critical maintainers. Applications are confidential and reviewed individually.
Reviewed 1w agoFunding to support Rust community events worldwide: meetups, workshops, and regional conferences. Covers venue costs, speaker travel, and materials. Open to organizers at any scale.
Reviewed 1w agoEmpowering everyone to build reliable and efficient software.
:crab: Small exercises to get you used to reading and writing Rust code!
Create book from markdown files. Like Gitbook but implemented in Rust
The Rust Programming Language
A Rust compiler front-end for IDEs
The Rust package manager
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
The Rust toolchain installer
Format Rust code
An interpreter for Rust's mid-level intermediate representation
Zero-cost asynchronous programming in Rust
Automatically generates Rust FFI bindings to C (and some C++) libraries.
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
The Rust package registry
Rust port of Google's SwissTable hash map
Raw bindings to platform APIs for Rust
Logging implementation for Rust
Rust library for build scripts to compile C/C++ code into a Rust library
Cranelift based backend for rustc
libgit2 bindings for Rust
The Rust Reference
The Rust Playground
crates.io documentation generator
libgccjit AOT codegen for rustc