The Rust Programming Language

Results 99 repositories owned by The Rust Programming Language

rust-bindgen

4.2k
Stars
668
Forks
Watchers

Automatically generates Rust FFI bindings to C (and some C++) libraries.

rustc_codegen_cranelift

1.5k
Stars
89
Forks
Watchers

Cranelift based backend for rustc

this-week-in-rust

2.1k
Stars
1.1k
Forks
Watchers

Data for this-week-in-rust.org

homu

161
Stars
53
Forks
Watchers

A bot that integrates with GitHub and your favorite continuous integration service

regex

3.4k
Stars
415
Forks
Watchers

An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.

futures-rs

5.2k
Stars
599
Forks
Watchers

Zero-cost asynchronous programming in Rust

rust-clippy

10.9k
Stars
1.5k
Forks
84
Watchers

A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/

rustfmt

5.8k
Stars
845
Forks
Watchers

Format Rust code

rustc-dev-guide

1.6k
Stars
475
Forks
Watchers

A guide to how rustc works and how to contribute to it.

rust-playground

1.2k
Stars
199
Forks
Watchers

The Rust Playground