mj 0.4.3

My Journal - personal tool to capture ideas, work with journals, notes and tasks in your favourite text $EDITOR.
Documentation
1
2
3
use super::error::Error;

pub type Result<T> = std::result::Result<T, Error>;