cobalt-bin 0.18.4

Static site generator written in Rust
Documentation
pub use anyhow::Error;
pub type Result<T> = std::result::Result<T, Error>;