Vijay Thirugnanamyocanay.com·Nov 18, 2024My first Rust programI wrote my first Rust program. On my Mac, I was able to get started in a few minutes. brew install rustup This installs rustc (rust compiler) and cargo (for build). rustc --version cargo --version I built an api server based on actix. It gets some ...RustAdd a thoughtful commentNo comments yetBe the first to start the conversation.