site 2.0.1

A simple, fast, opinionated static site generator
Documentation
1
2
3
4
5
mod html;
mod site;
mod text;

pub use crate::site::*;