<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Global Installation on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/global-installation/</link><description>Recent content in Global Installation on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 01 Dec 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/global-installation/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 10: Deployment with `cargo install`</title><link>https://ai-blog.noorshomelab.dev/rust-password-generator-guide/chapter-10-deployment-with-cargo-install/</link><pubDate>Mon, 01 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/rust-password-generator-guide/chapter-10-deployment-with-cargo-install/</guid><description>&lt;h3 id="purpose-of-this-chapter"&gt;Purpose of This Chapter&lt;/h3&gt;
&lt;p&gt;Our password generator is now complete with core features, robust error handling, logging, and unit tests. The final step to making it a production-ready tool is to properly package and deploy it so that users (including yourself) can easily install and run it from anywhere on their system. This chapter will cover building a release binary and deploying it using &lt;code&gt;cargo install&lt;/code&gt;.&lt;/p&gt;
&lt;h3 id="concepts-explained"&gt;Concepts Explained&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Release Build:&lt;/strong&gt; When developing, Rust compiles code in &amp;ldquo;debug mode&amp;rdquo; by default, which includes debugging information and fewer optimizations, making compilation faster. For deployment, we use &amp;ldquo;release mode&amp;rdquo; which optimizes the code for performance and size, resulting in a production-ready executable.&lt;/p&gt;</description></item></channel></rss>