🔥 grpc / grpc-rust - A native gRPC client & server implementation with async/awai
GitHub热门项目 | A native gRPC client & server implementation with async/await support. | Stars: 12,178 | 130 stars this week | 语言: Rust
找到 278 篇相关文章
GitHub热门项目 | A native gRPC client & server implementation with async/await support. | Stars: 12,178 | 130 stars this week | 语言: Rust
GitHub热门项目 | A Datacenter Scale Distributed Inference Serving Framework | Stars: 7,101 | 285 stars this week | 语言: Rust
GitHub热门项目 | Production-grade Rust-native trading engine with deterministic event-driven architecture | Stars: 23,081 | 241 stars this week | 语言: Rust
GitHub热门项目 | A refreshingly simple data-driven game engine built in Rust | Stars: 46,314 | 165 stars this week | 语言: Rust
GitHub热门项目 | agent multiplexer that lives in your terminal. | Stars: 2,639 | 853 stars this week | 语言: Rust
GitHub热门项目 | Your Personal AI super intelligence. Private, Simple and extremely powerful. | Stars: 28,888 | 5,723 stars this week | 语言: Rust
GitHub热门项目 | π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video. | Stars: 66,735 | 5,434 stars this week | 语言: Rust
GitHub热门项目 | A lightning-fast search engine API bringing AI-powered hybrid search to your sites and applications. | Stars: 57,775 | 22 stars today | 语言: Rust
GitHub热门项目 | ⚡ Rust/WebAssembly image processing library | Stars: 3,800 | 83 stars today | 语言: Rust
GitHub热门项目 | Lightweight coding agent that runs in your terminal | Stars: 86,340 | 402 stars today | 语言: Rust
GitHub热门项目 | 🚀2.3x faster than MinIO for 4KB object payloads. RustFS is an open-source, S3-compatible high-performance object storage system supporting migration and coexistence with other S3-compatible platforms such as MinIO and Ceph. | Stars: 28,053 | 39 stars today | 语言: Rust
GitHub热门项目 | An incremental parsing system for programming tools | Stars: 25,576 | 25 stars today | 语言: Rust
GitHub热门项目 | A free, open source, and extensible speech-to-text application that works completely offline. | Stars: 22,499 | 86 stars today | 语言: Rust
GitHub热门项目 | A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io | Stars: 82,792 | 1,009 stars today | 语言: Rust
GitHub热门项目 | A Git-compatible VCS that is both simple and powerful | Stars: 29,124 | 35 stars today | 语言: Rust
GitHub热门项目 | | Stars: 800 | 51 stars today | 语言: Rust
GitHub热门项目 | Effortlessly compose, extend, and observe every service in real-time for the first time ever. | Stars: 16,896 | 376 stars today | 语言: Rust
I used to live in VS Code with GitLens pinned — the branch graph, heat-mapped blame, the lens annotations. That was my git workflow. Then 2026 happened. With Cursor, Claude Code, and Codex doing the actual editing, the editor itself became optional. The only thing dragging me back was GitLens. That felt wasteful — booting an entire IDE just to peek at commit history. The agent runs the git commands now; I only need to sanity-check the result, occasionally, when something looks off. So I built gitwink — the smallest possible tool for that loop. A tray icon that expands into a glance, hands the commit off as AI context, and gets out of the way. Read-only by design. It cannot commit, push, merge, or modify anything. If I need git surgery, I tell the agent. The 0.5-second confirm loop agent commits → tray click → inline expand → "Copy as AI context" → paste into Claude/Codex/Cursor → "did the agent do this right?" No window switching. No IDE boot. The whole loop fits inside a glance. What's in it Tray-resident (Windows tray / macOS menu bar) — click to toggle, global hotkey Ctrl+Shift+G to summon from anywhere. Right-click the tray icon for Reset position / Open settings file / Quit. First-run discovery that walks your usual code dirs ( source , Documents , Projects , Code , Dev , repos , Desktop , every non-system drive on Windows; ~/Projects , ~/Code , ~/Developer on macOS) and caches the result in SQLite. No "add repo" friction. Unified commit timeline across all repos, with chips above for filtering by Repo (search + pinning), Time range (24h / 3d / 7d / 30d / All), and Authors (multi-select with counts). Per-row markers — ● commit · ◆ merge · ★ tagged — and branch label badges when a commit isn't on the currently checked-out branch. Single-repo DAG view — pick a repo and the panel switches to a per-branch graph with a custom SVG lane drawer (eight-colour palette, hashed from branch name; main / master / develop kept neutral). Inline expand on click — commit body +