static-page-builder 0.2.0

Provides a set of utilities to build static pages. Built off of maud.
Documentation
1
2
3
4
5
6
#![feature(proc_macro_hygiene, decl_macro)]

//! Provides a few utility functions to generate parts of static webpages at compile time.

pub mod data;
pub mod partials;