aphid 0.1.2

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

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