Pinned Repositories
rustcheatsheet.github.io
README RustCheatsheet
rustpad
Efficient and minimal collaborative code editor, self-hosted, no database required
tauri
Build smaller, faster, and more secure desktop applications with a web frontend.
teaching-material
tide
Fast and friendly HTTP server framework for async Rust
tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
tower
async fn(Request) -> Result<Response, Error>
tracing
Application level tracing for Rust.
volta
Volta: JS Toolchains as Code. ⚡
windows-rs
Rust for Windows
Rust Cheatsheet's Repositories
RustCheatsheet/ox
An independent Rust text editor that runs in your terminal!
RustCheatsheet/rls
Repository for the Rust Language Server (aka RLS)
RustCheatsheet/rustcheatsheet.github.io
README RustCheatsheet
RustCheatsheet/rustls
A modern TLS library in Rust
RustCheatsheet/rustpad
Efficient and minimal collaborative code editor, self-hosted, no database required
RustCheatsheet/tauri
Build smaller, faster, and more secure desktop applications with a web frontend.
RustCheatsheet/teaching-material
RustCheatsheet/tide
Fast and friendly HTTP server framework for async Rust
RustCheatsheet/tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
RustCheatsheet/tower
async fn(Request) -> Result<Response, Error>
RustCheatsheet/tracing
Application level tracing for Rust.
RustCheatsheet/volta
Volta: JS Toolchains as Code. ⚡
RustCheatsheet/windows-rs
Rust for Windows
RustCheatsheet/awesome-rust-mentors
A list of rust lang mentors tagged by topics of interest
RustCheatsheet/check-if-email-exists
Check if an email address exists without sending any email, written in Rust.
RustCheatsheet/coreutils
Cross-platform Rust rewrite of the GNU coreutils
RustCheatsheet/hashbrown
Rust port of Google's SwissTable hash map
RustCheatsheet/hyper
An HTTP library for Rust
RustCheatsheet/rezolus
Systems performance telemetry
RustCheatsheet/ring
Safe, fast, small crypto using Rust
RustCheatsheet/ripgrep
ripgrep recursively searches directories for a regex pattern
RustCheatsheet/rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code