ShoyuVanilla's Stars
godotengine/godot
Godot Engine – Multi-platform 2D and 3D game engine
tauri-apps/tauri
Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
redis/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
DioxusLabs/dioxus
Fullstack app framework for web, desktop, mobile, and more.
tree-sitter/tree-sitter
An incremental parsing system for programming tools
NixOS/nixpkgs
Nix Packages collection & NixOS
xtermjs/xterm.js
A terminal for the web
bytecodealliance/wasmtime
A fast and secure runtime for WebAssembly
rayon-rs/rayon
Rayon: A data parallelism library for Rust
nvim-treesitter/nvim-treesitter
Nvim Treesitter configurations and abstraction layer
moonlight-stream/moonlight-qt
GameStream client for PCs (Windows, Mac, Linux, and Steam Link)
microsoft/garnet
Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication features. Garnet can work with existing Redis clients.
rr-debugger/rr
Record and Replay Framework
rustls/rustls
A modern TLS library in Rust
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.
smol-rs/smol
A small and fast async runtime for Rust
lalrpop/lalrpop
LR(1) parser generator for Rust
rust-itertools/itertools
Extra iterator adaptors, iterator methods, free functions, and macros.
salsa-rs/salsa
A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.
owickstrom/the-monospace-web
A minimalist design exploration
microsoft/openvmm
Home of OpenVMM and OpenHCL.
aws/s2n-quic
An implementation of the IETF QUIC protocol
paupino/rust-decimal
Decimal number implementation written in pure Rust suitable for financial and fixed-precision calculations.
spiraldb/vortex
An extensible, state-of-the-art columnar file format
Rust-GPU/rust-gpu
🐉 Making Rust a first-class language and ecosystem for GPU shaders 🚧
tokio-rs/toasty
An async ORM for Rust (incubating)
rayon-rs/either
The enum Either with variants Left and Right is a general purpose sum type with two cases.
pr2502/ra-multiplex
share one rust-analyzer server instance between multiple LSP clients to save resources
rust-lang/compiler-builtins
Porting `compiler-rt` intrinsics to Rust
kaist-cp/circ
CIRC: Concurrent Immediate Reference Counting