#rust
- Fiction AST and GLiNER NER in Rust
How I built a fiction-specific AST and named-entity pipeline with LLM labeling, GLiNER fine-tuning, and ONNX inference in Rust.
- Apps Script and WebAssembly - A comprehensive guide
You can use WebAssembly with Google Apps Script! This post will cover how to do that and provide a comprehensive guide on how to get started.
- Rust, Python, and WASM in Apps Script
A Google Next 2024 lightning talk on extending Apps Script with Rust, Python, and WebAssembly, with a build demonstration.
- Optimized Dockerfile for Rust
A multi-stage Rust Dockerfile that caches dependencies with a dummy main.rs before copying source into a slim Debian runtime image.
- Rust Compiler Whack-a-Mole
Notes from a Rust terminal UI prototype for PlexAmp, covering Tokio tasks, channels, select!, and questions left to explore.