Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by rust-lang
A curated list of projects in awesome lists by rust-lang .
https://github.com/rust-lang/rust
Empowering everyone to build reliable and efficient software.
compiler hacktoberfest language rust
Last synced: 16 Dec 2024
https://github.com/rust-lang/rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
beginner-friendly rust rustlings
Last synced: 16 Dec 2024
https://rust-lang.github.io/mdBook/
Create book from markdown files. Like Gitbook but implemented in Rust
Last synced: 09 Nov 2024
https://github.com/rust-lang-nursery/mdBook
Create book from markdown files. Like Gitbook but implemented in Rust
Last synced: 15 Dec 2024
https://github.com/rust-lang/mdbook
Create book from markdown files. Like Gitbook but implemented in Rust
Last synced: 16 Dec 2024
https://github.com/rust-lang/mdBook
Create book from markdown files. Like Gitbook but implemented in Rust
Last synced: 26 Oct 2024
https://rust-lang-nursery.github.io/mdBook
Create book from markdown files. Like Gitbook but implemented in Rust
Last synced: 12 Dec 2024
https://github.com/rust-lang/book
The Rust Programming Language
book mdbook rust rust-programming-language
Last synced: 16 Dec 2024
https://github.com/rust-lang/rust-analyzer
A Rust compiler front-end for IDEs
Last synced: 16 Dec 2024
https://github.com/rust-lang/rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
Last synced: 16 Dec 2024
https://rust-lang.github.io/rust-clippy/
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
Last synced: 14 Nov 2024
https://github.com/rust-lang/rust-by-example
Learn Rust with examples (Live code editor included)
Last synced: 17 Dec 2024
https://github.com/rust-lang/rust-by-example?tab=readme-ov-file
Learn Rust with examples (Live code editor included)
Last synced: 04 Dec 2024
https://github.com/diggsey/multirust-rs
The Rust toolchain installer
hacktoberfest rust rustlang toolchain
Last synced: 30 Sep 2024
https://rust-lang.github.io/rustup/
The Rust toolchain installer
hacktoberfest rust rustlang toolchain
Last synced: 10 Nov 2024
https://github.com/rust-lang/rustup
The Rust toolchain installer
hacktoberfest rust rustlang toolchain
Last synced: 16 Dec 2024
https://github.com/rust-lang/rustfmt
Format Rust code
codeformatter formatter rust rustfmt
Last synced: 16 Dec 2024
https://github.com/rust-lang/futures-rs
Zero-cost asynchronous programming in Rust
Last synced: 16 Dec 2024
https://github.com/rust-lang-nursery/futures-rs
Zero-cost asynchronous programming in Rust
Last synced: 29 Nov 2024
https://github.com/rust-lang/miri
An interpreter for Rust's mid-level intermediate representation
Last synced: 17 Dec 2024
https://github.com/rust-lang/rust-bindgen
Automatically generates Rust FFI bindings to C (and some C++) libraries.
Last synced: 16 Dec 2024
https://rust-lang.github.io/rust-bindgen/
Automatically generates Rust FFI bindings to C (and some C++) libraries.
Last synced: 10 Nov 2024
https://github.com/rust-lang/regex
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
automata automaton dfa nfa regex regex-engine regex-parser regex-syntax regexp regular-expressions rust
Last synced: 16 Dec 2024
https://github.com/rust-lang/rls
Repository for the Rust Language Server (aka RLS)
ide language-server-protocol rust
Last synced: 29 Sep 2024
https://github.com/rust-lang-nursery/rls
Repository for the Rust Language Server (aka RLS)
ide language-server-protocol rust
Last synced: 14 Dec 2024
https://github.com/rust-lang/hashbrown
Rust port of Google's SwissTable hash map
Last synced: 16 Dec 2024
https://github.com/rust-lang/this-week-in-rust
Data for this-week-in-rust.org
Last synced: 18 Dec 2024
https://github.com/alexcrichton/cc-rs
Rust library for build scripts to compile C/C++ code into a Rust library
Last synced: 13 Dec 2024
https://github.com/rust-lang/cc-rs
Rust library for build scripts to compile C/C++ code into a Rust library
Last synced: 16 Dec 2024
https://github.com/rust-lang/nomicon
The Dark Arts of Advanced and Unsafe Rust Programming
Last synced: 19 Dec 2024
https://github.com/rust-lang/chalk
An implementation and definition of the Rust trait system using a PROLOG-like logic solver
Last synced: 16 Dec 2024
https://github.com/rust-lang/rustc-dev-guide
A guide to how rustc works and how to contribute to it.
compiler contributing rust rustc
Last synced: 19 Dec 2024
https://github.com/rust-lang/vscode-rust
Rust extension for Visual Studio Code
Last synced: 28 Sep 2024
https://github.com/rust-lang/reference
The Rust Reference
documentation reference rust rust-lang
Last synced: 19 Dec 2024
https://github.com/rust-lang/flate2-rs
DEFLATE, gzip, and zlib bindings for Rust
Last synced: 17 Dec 2024
https://github.com/rust-lang/rustc_codegen_gcc
libgccjit AOT codegen for rustc
Last synced: 20 Dec 2024
https://github.com/rust-lang/portable-simd
The testing ground for the future of portable SIMD in Rust
Last synced: 20 Dec 2024
https://github.com/rust-lang/rustfix
Automatically apply the suggestions made by rustc
Last synced: 28 Sep 2024
https://github.com/rust-lang/rust-enhanced
The official Sublime Text 4 package for the Rust Programming Language
Last synced: 28 Sep 2024
https://github.com/rust-lang/socket2
Advanced configuration options for sockets.
Last synced: 17 Dec 2024
https://github.com/rust-lang/unsafe-code-guidelines
Forum for discussion about what unsafe code can and can't do
Last synced: 21 Dec 2024
https://github.com/rust-lang/arewewebyet
Are we web yet? A simple reckoning of Rust's readiness for Web-related things.
Last synced: 28 Sep 2024
https://github.com/rust-lang/crater
Run experiments across parts of the Rust ecosystem!
Last synced: 21 Dec 2024
https://github.com/rust-lang/rustc-perf
Website for graphing performance of rustc
Last synced: 20 Dec 2024
https://github.com/rust-lang/rust-semverver
Automatic checking for semantic versioning in library crates
Last synced: 28 Sep 2024
https://github.com/rust-lang/stdarch
Rust's standard library vendor-specific APIs and run-time feature detection
Last synced: 19 Dec 2024
https://github.com/rust-lang/packed_simd
Portable Packed SIMD Vectors for Rust standard library
Last synced: 19 Dec 2024
https://github.com/alexcrichton/cfg-if
A if/elif-like macro for Rust #[cfg] statements
Last synced: 13 Dec 2024
https://github.com/rust-lang/cfg-if
A if/elif-like macro for Rust #[cfg] statements
Last synced: 20 Dec 2024
https://github.com/rust-lang/glob
Support for matching file paths against Unix shell style patterns.
Last synced: 19 Dec 2024
https://github.com/rust-lang/rust-forge
Information useful to people contributing to Rust
Last synced: 20 Dec 2024
https://github.com/rust-lang/docker-rust
The official Docker images for Rust
Last synced: 14 Dec 2024
https://github.com/rust-lang/rustc-hash
Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure
Last synced: 17 Dec 2024
https://github.com/rust-lang/compiler-team
A home for compiler team planning documents, meeting minutes, and other such things.
Last synced: 15 Dec 2024
https://github.com/rust-lang/wg-async
Working group dedicated to improving the foundations of Async I/O in Rust
Last synced: 15 Dec 2024
https://github.com/rust-lang/compiler-builtins
Porting `compiler-rt` intrinsics to Rust
Last synced: 17 Dec 2024
https://github.com/rust-lang/www.rust-lang.org
The home of the Rust website
Last synced: 21 Dec 2024
https://github.com/rust-lang/blog.rust-lang.org
Home of the Rust and Inside Rust blogs
Last synced: 21 Dec 2024
https://github.com/rust-lang/measureme
Support crate for rustc's self-profiling feature
Last synced: 19 Dec 2024
https://github.com/rust-lang/cmake-rs
Rust build dependency for running cmake
Last synced: 18 Dec 2024
https://github.com/rust-lang/a-mir-formality
a model of MIR and the Rust type/trait system
Last synced: 21 Dec 2024
https://github.com/rust-lang/annotate-snippets-rs
Library for snippet annotations
annotator ascii library parser-library
Last synced: 19 Dec 2024
https://github.com/rust-lang/project-error-handling
Error handling project group
Last synced: 28 Sep 2024
https://github.com/rust-lang/edition-guide
A guide to changes between various editions of Rust
Last synced: 15 Dec 2024
https://github.com/rust-lang/getopts
The getopts repo maintained by the rust-lang project
Last synced: 19 Dec 2024
https://github.com/rust-lang/rust-playpen
A web interface for running Rust code
Last synced: 28 Sep 2024
https://github.com/rust-lang/wg-allocators
Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!
Last synced: 07 Oct 2024
https://github.com/rust-lang/ferris-says
A Rust flavored implementation of `cowsay`
Last synced: 20 Dec 2024