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

Опубликовано: 20 Март 2026
на канале: Code and Crux
195
7

In this video, we create our JSON map file (which is actually part of the template rather than part of the actual static site generator), and then we convert our JSON data into a string 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