Jiewyjson's Stars
yt-dlp/yt-dlp
A feature-rich command-line audio/video downloader
Stirling-Tools/Stirling-PDF
#1 Locally hosted web application that allows you to perform various operations on PDF files
dani-garcia/vaultwarden
Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
netty/netty
Netty project - an event-driven asynchronous network application framework
tokio-rs/tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
ZhongFuCheng3y/athena
Java后端知识图谱🔥 帮助Java初学者成长
rust-lang/book
The Rust Programming Language
tikv/tikv
Distributed transactional key-value database, originally created to complement TiDB
launchbadge/sqlx
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
diesel-rs/diesel
A safe, extensible ORM and Query Builder for Rust
sunface/rust-by-practice
Learning Rust By Practice, narrowing the gap between beginner and skilled-dev through challenging examples, exercises and projects.
rayon-rs/rayon
Rayon: A data parallelism library for Rust
DoctorWkt/acwj
A Compiler Writing Journey
cs01/gdbgui
Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.
tracel-ai/burn
Burn is a new comprehensive dynamic Deep Learning Framework built using Rust with extreme flexibility, compute efficiency and portability as its primary goals.
seanmonstar/warp
A super-easy, composable, web server framework for warp speeds.
kevin-wayne/algs4
Algorithms, 4th edition textbook code and libraries
rust-lang/rfcs
RFCs for changes to Rust
sigoden/aichat
All-in-one LLM CLI tool featuring Shell Assistant, Chat-REPL, RAG, AI Tools & Agents, with access to OpenAI, Claude, Gemini, Ollama, Groq, and more.
image-rs/image
Encoding and decoding images in Rust
RockChinQ/QChatGPT
😎高稳定性、🧩支持扩展、🦄多模态的 ChatGPT QQ / QQ频道 / One Bot 机器人🤖 | 支持 OpenAI GPT、Claude、Gemini Pro、DeepSeek、Moonshot(Kimi)、gpt4free、One API、Ollama、dify 的 QQ / QQ频道 / OneBot 机器人 / Agent 平台
tokio-rs/mini-redis
Incomplete Redis client and server implementation using Tokio - for learning purposes only
async-graphql/async-graphql
A GraphQL server library implemented in Rust
luxiaoxun/NettyRpc
A simple RPC framework based on Netty, ZooKeeper and Spring
rcore-os/rCore-Tutorial-v3
Let's write an OS which can run on RISC-V in Rust from scratch!
Warrenren/inside-rust-std-library
本书已经正式出版,目前正预售,可在京东搜索《深入RUST标准库》即可。本书主要对RUST的标准库代码进行分析,并试图给出RUST标准库代码的分析脉络。This project try to give a venation of how reading the RUST standard library source code.
KipData/FnckSQL
SQL as a Function for Rust
wtklbm/rust-library-i18n
Rust 核心库和标准库中文翻译,可作为 IDE 工具的智能提示,并生成本地 API 文档
Ko-oK-OS/xv6-rust
🦀️ Re-implement xv6-riscv in Rust
KuangjuX/xv6-riscv-solution
MIT 6.S081 xv6-riscv solution