Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 817 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 817 Bytes

This is an example of using ructe with the iron framework.

As for any rust project, the Cargo.toml file defines the project and src contains the rust code.

The templates directory contains the ructe templates and the statics code contains static resourses (images, in this example). There is also a style.scss (which could be in a scss directory, but since it's only one file I put it in the root). These file and directory names are not magic, but defined in src/build.rs.

The files in static is based on open clipart, modified by me and optimized by svgomg.