matheus-consoli's Stars
rust-unofficial/awesome-rust
A curated list of Rust code and resources.
practical-tutorials/project-based-learning
Curated list of project-based tutorials
dtolnay/cargo-expand
Subcommand to show result of macro expansion
rust-lang/rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
frondeus/test-case
Rust procedural macro attribute for adding test cases easily
microsoft/verona
Research programming language for concurrent ownership
dtolnay/rust-faq
Frequently Asked Questions · The Rust Programming Language
xd009642/tarpaulin
A code coverage tool for Rust projects
system-f/fp-course
Functional Programming Course
PyO3/maturin
Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages
PyO3/pyo3
Rust bindings for the Python interpreter
kurtlawrence/papyrus
(Rust) repl
crossbeam-rs/crossbeam
Tools for concurrent programming in Rust
satwikkansal/wtfpython
What the f*ck Python? 😱
tokio-rs/tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
MagicStack/uvloop
Ultra fast asyncio event loop.
mfornos/awesome-microservices
A curated list of Microservice Architecture related principles and technologies.
rust-db/refinery
Powerful SQL migration toolkit for Rust.
dtolnay/case-studies
Analysis of various tricky Rust code
brendanzab/codespan
Beautiful diagnostic reporting for text-based programming languages.
cpitclaudel/company-coq
A Coq IDE build on top of Proof General's Coq mode
coq/coq
Coq is a formal proof management system. It provides a formal language to write mathematical definitions, executable algorithms and theorems together with an environment for semi-interactive development of machine-checked proofs.
starship/starship
☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
nrc/r4cppp
Rust for C++ programmers
rsapkf/42
@rsapkf's wiki. [Merged into rsapkf/www]
lrlna/smol-zines
sketching out concepts one 📝 at a time
EbookFoundation/free-programming-books
:books: Freely available programming books
rust-lang/rust-analyzer
A Rust compiler front-end for IDEs
binhnguyennus/awesome-scalability
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
bytecodealliance/wasmtime
A fast and secure runtime for WebAssembly