aphid 0.3.0

A static site generator for blogs and wikis, with wiki-links across both.
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) mod livereload;
mod rebuilder;
mod server;
mod state;
mod watcher;

pub use server::Server;
#[doc(hidden)]
pub use state::AppState;