Tag

Cargo

1 views collected around this technical thread.

Architecture Development Notes
Architecture Development Notes
Dec 18, 2024 · Backend Development

How to Publish Your First Rust Crate: A Step‑by‑Step Guide

This article walks you through creating a Rust function to convert integers to Roman numerals, refining the code, and then turning it into a library and publishing it as a crate on crates.io, covering Cargo configuration, README creation, testing, documentation, and release steps.

CargoDocumentationcrate publishing
0 likes · 9 min read
How to Publish Your First Rust Crate: A Step‑by‑Step Guide
Architecture Development Notes
Architecture Development Notes
Jul 31, 2024 · Fundamentals

Why Rust Might Be the Best Choice for WebAssembly – Pros, Cons, and Real‑World Lessons

After three years of building the Wick framework with Rust and WebAssembly, the author shares practical insights on Rust's strengths—such as its borrow checker, type system, and Clippy linting—and its drawbacks, including tooling gaps, async friction, and refactoring challenges, to help developers decide if Rust is worth the investment.

AsyncCargoClippy
0 likes · 14 min read
Why Rust Might Be the Best Choice for WebAssembly – Pros, Cons, and Real‑World Lessons