elements-of-rust
Rust coding guidelines
A collection of software engineering techniques and best practices for writing clear and effective Rust code.
rust style and philosophy
1k stars
64 watching
29 forks
last commit: about 5 years ago Related projects:
Repository | Description | Stars |
---|---|---|
rust-lang/api-guidelines | Provides guidelines and best practices for designing and presenting APIs in Rust | 1,239 |
ferrous-systems/embedded-trainings-2020 | Training material and resources for learning to develop embedded systems using Rust | 249 |
rust-embedded/book | Documentation on using Rust to develop firmware for microcontrollers. | 1,127 |
ferrous-systems/embedded-trainings | Embedded training courses focusing on Rust programming and system development | 115 |
rust-lang/style-team | Defines and enforces style conventions for the Rust programming language. | 456 |
bytecodealliance/rustix | A safe Rust interface to POSIX-like system calls with configurable backends. | 1,512 |
mre/idiomatic-rust | A curated collection of resources for writing clean, idiomatic Rust code | 6,679 |
rust-lang/rust | Empowering software developers to build reliable and efficient software using a fast and memory-efficient language with strong type safety and comprehensive tooling. | 99,490 |
abdesamedbendjeddou/rusty-cs | An online computer science curriculum focused on the Rust programming language | 913 |
rust-lang/reference | The Rust Language Reference is the primary documentation for the Rust programming language. | 1,263 |
rust-lang/chalk | An implementation of the Rust trait system using a PROLOG-like logic solver | 1,860 |
rust-lang/rustc-dev-guide | An online guide to understanding the Rust compiler's inner workings and contributing to it | 1,677 |
elierotenberg/coding-styles | Guidelines for writing clean and maintainable code in various programming languages | 400 |
corrode/four-horsemen-talk | Slides and sample code from a talk about bad Rust coding practices | 25 |
aisamanra/rust-haskell-ffi | A proof-of-concept demonstrating how to call Rust code from Haskell | 131 |