Code a Static Website Generator with Rust - Load HTML to String

Опубликовано: 26 Май 2026
на канале: Code and Crux
172
5

In this video, we load our HTML template file into a string data type with Rust.

Follow along as we create a static website generator with the Rust programming language in less than 150 lines of code (not including comments)!

How to Install Rust on Linux:    • How to Install Rust (Lang) on Linux  

How to Install Rust on MacOS:    • How to Install Rust (Lang) on Mac  

How to Install Rust on Windows 10:    • How to Install Rust (Lang) on Windows  

Link to the code for this project: https://github.com/josephkreydt/Muffins