[][src]Crate tamawiki

A wiki implemented in Rust

Re-exports

pub use service::TamaWiki;

Modules

document

Documents and Operations on their content.

service

TamaWiki HTTP service suitable for serving via Hyper

session

Co-ordinates store updates and notifications

store

Persists document events using paths as keys.

Macros

memorystore

Convenient way to create a new MemoryStore with existing content.