Thread
Stories related to "rustgo: calling Rust from Go with near-zero overhead" across the full archive.
aljabar - an experimental n-dimensional linear algebra library for Rust based on const generics
(github.com)
An extremely small and incomplete linear algebra I wrote over the weekend to test Rust's handling of const generics.
zerobrew takes a lot of ideas from uv - packages live in a content-addressable store (by sha256), so reinstalls are instant. Downloads, extraction, and linking run in parallel with aggressive HTTP caching. It pulls from Homebrew's CDN, so you can swap brew for zb with your existing commands. This le...
Sukr is a minimal static site compiler written in Rust that focuses on moving traditionally client-side features to build-time. It uses Tree-sitter for syntax highlighting (with language injection support), KaTeX for MathML rendering, and Mermaid for inline SVG diagrams. The resulting static HTML co...