revw 0.2.5

A vim-like TUI for managing notes and resources
Documentation
1
2
3
4
5
pub mod colorscheme;
pub mod rc;

pub use colorscheme::ColorScheme;
pub use rc::RcConfig;