russel 0.0.2

A simple static site builder I built for myself.
Documentation
1
2
3
4
5
6
//! Contains implementations for all CLI subcommands

pub mod build;
pub mod dev;
pub mod generate;
pub mod new;