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

GitHub

1k stars
64 watching
29 forks
last commit: almost 7 years ago

Related projects:

RepositoryDescriptionStars
rust-lang/api-guidelinesProvides guidelines and best practices for designing and presenting APIs in Rust1,239
ferrous-systems/embedded-trainings-2020Training material and resources for learning to develop embedded systems using Rust249
rust-embedded/bookDocumentation on using Rust to develop firmware for microcontrollers.1,128
ferrous-systems/embedded-trainingsEmbedded training courses focusing on Rust programming and system development115
rust-lang/style-teamDefines and enforces style conventions for the Rust programming language.456
bytecodealliance/rustixA safe Rust interface to POSIX-like system calls with configurable backends.1,512
mre/idiomatic-rustA curated collection of resources for writing clean, idiomatic Rust code6,679
rust-lang/rustEmpowering 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-csAn online computer science curriculum focused on the Rust programming language913
rust-lang/referenceThe Rust Language Reference is the primary documentation for the Rust programming language.1,263
rust-lang/chalkAn implementation of the Rust trait system using a PROLOG-like logic solver1,860
rust-lang/rustc-dev-guideAn online guide to understanding the Rust compiler's inner workings and contributing to it1,679
elierotenberg/coding-stylesGuidelines for writing clean and maintainable code in various programming languages400
corrode/four-horsemen-talkSlides and sample code from a talk about bad Rust coding practices25
aisamanra/rust-haskell-ffiA proof-of-concept demonstrating how to call Rust code from Haskell131