Code a Static Website Generator with Rust - Create Data Structures

Опубликовано: 22 Апрель 2026
на канале: Code and Crux
214
5

In this video, we declare the data structures (structs) needed for converting our JSON data into a Rust-friendly data type.

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