Rust to WebAssembly the hard way
A technical guide on compiling Rust to WebAssembly without using the standard wasm-bindgen tool, covering low-level details and workflows.
A technical guide on compiling Rust to WebAssembly without using the standard wasm-bindgen tool, covering low-level details and workflows.
A guide to handling JSON fields with multiple possible data types (like strings, integers, arrays) during deserialization in Rust using the serde library.
A developer announces a return to blogging with a renewed focus on software's societal impact and engineering principles, moving away from shallow critiques.
A technical guide on implementing Slack's HTTP request signature verification in Rust using the ring crate.
An analysis arguing against including Rust in the Linux kernel, focusing on the unique constraints of kernelspace development.
A developer shares their experience setting up live reloading in Rust using the cargo-watch crate for automatic recompilation and execution.
A developer details their journey rewriting their personal blog's static site generator from Haskell/Hakyll to a custom Rust solution to improve speed and reduce dependencies.
An overview and technical exploration of Poem, a feature-rich, Rust-based web framework, covering its setup, features, and examples.
A guide exploring the Axum web framework for Rust, covering its features, setup, and examples like a chat app.
Developer updates on vdirsyncer rewrite progress, async API considerations, and improvements to darkman and KeePassXC tools.
Article critiques modern package managers (npm, Cargo, PyPI) for supply-chain attacks and advocates for distribution-based package management.
A developer shares recent articles on using Rust with OpenCV for image recognition and creating a Svelte store with Rust.
Explores using Rust traits for external types, using a custom IsLocalhost trait as a practical example to improve code clarity.
A survey of SQL parser libraries across multiple programming languages, comparing handwritten vs. generated parsers and their handling of basic SELECT queries.
A developer shares their experience creating and publishing their first Rust crate, 'recoord', for handling and resolving geographic coordinates.
A guide to building a reactive Svelte store using Rust and integrating it into an Electron app for performance gains.
A tutorial on building a minimal Lua interpreter with a virtual machine from scratch using the Rust programming language.
A guide to installing and configuring the Starship cross-shell prompt, a customizable terminal enhancement for developers.
A guide for beginners on how to learn Rust, recommending resources like tutorials, books, and the Exercism platform.
A developer shares lessons from removing Rust libraries from a mobile app, discussing performance gains but significant compilation and binary size issues.