rizzler 0.1.0

the rizz editor
1
2
3
4
5
6
7
pub mod editor_view;
pub mod minibuffer;
pub mod status_line;

pub use editor_view::EditorView;
pub use minibuffer::MinibufferLine;
pub use status_line::StatusLine;