pastemd 0.1.6

Pluggable pastebin backend
1
2
3
4
5
pub mod database;
pub mod model;
pub mod routing;

pub use dorsal::DatabaseOpts;