trnovel 0.10.4

Terminal reader for novel
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod modal;
pub use modal::*;
pub mod loading;
pub use loading::*;
pub mod file_select;
pub mod list_select;
pub mod list_view;
pub mod multi_list_select;
pub mod search_input;
pub mod select;