» Tag
rust
55 postsMCP Sessions Moved Into the Payload: Sticky, Redis, Continuations Compared
MCP dropped server sessions for MRTR; a Rust rmcp v3 benchmark measures sticky, Redis, and sealed-continuation state strategies.
Rust Enables Next-Gen Trait Solver by Default on Nightly
Rust's next-generation trait solver is now default on nightly, fixing 200+ bugs and delivering major compile-time performance gains.
Rust crate arrayref 0.3.10 pulls in malware via proc-macro1 dependency
crates.io package arrayref 0.3.10 pulls in malicious proc-macro1, executing remote payloads and affecting Rust GUI projects like egui and iced.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comShoehorn: Rust Tool Quantizes LLMs to Fit Your Mac's Exact VRAM
Shoehorn is a Rust CLI that quantizes BF16 GGUF LLMs per-tensor to exactly fit your Mac's available VRAM, maximizing quality under a hard memory budget.
Why Debug Info Makes Rust-to-WebAssembly Builds 40x Slower
LLVM's Register Stackify pass mishandles debug records, making Rust-to-WebAssembly builds up to 40x slower; a fix targets the root cause.
Unigram: A Rust Codec Turning Bytes Into Single-Token Words for LLMs
Unigram is a Rust crate encoding bytes into words that cost exactly one LLM token each, giving fixed token-budget guarantees over hex or base64.
Kino: A Rust-powered Ractor web server for Ruby 4.0
Kino brings Ractor-based parallelism to Ruby 4.0 with a Rust core, beating Puma clusters on speed and using up to 7x less memory.
Kakehashi: run macOS ARM64 binaries on Linux aarch64, no JIT
Kakehashi is an experimental userspace layer that runs macOS ARM64 binaries natively on Linux aarch64 without JIT, aimed at cutting CI costs.
Satd: A Guided Code Tour of a Rust-Based Bitcoin Core Compatible Node
A guided tour of satd, a Rust-based full Bitcoin node compatible with Bitcoin Core, covering its architecture and storage design.
Rust's 2026 Goal: Derive-Free Compile-Time Reflection via Const fn
Rust Project's 2026 goals detail a const fn-based compile-time reflection system enabling derive-free serialization and introspection.