zahuyach 0.5.6

Static site generator for blogs written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Zahuyach - static site generator library

pub mod cli;
pub mod commands;
pub mod config;
pub mod content;
pub mod error;
pub mod generator;
pub mod templates;

pub use error::Result;