deadwiki 0.1.27

dead simple personal wiki
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[macro_use]
pub mod shell;
pub mod app;
pub mod db;
mod hatter;
pub mod markdown;
mod page;
pub mod sync;
pub mod utils;

pub use {crate::hatter::Hatter, page::Page};