Code a Static Website Generator with Rust - Create HTML from JSON

Опубликовано: 04 Октябрь 2024
на канале: Code and Crux
173
3

In this video, we generate our HTML website menu (a menu of links to each of the pages on the site). We do this using our JSON map file and some Rust hackage!

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: https://www.youtube.com/watch?v=WvwFD...

How to Install Rust on MacOS: https://www.youtube.com/watch?v=BQilz...

How to Install Rust on Windows 10: https://www.youtube.com/watch?v=9qYde...

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