trnovel 0.10.4

Terminal reader for novel
Documentation
1
2
3
4
#[tokio::main]
async fn main() -> trnovel::Result<()> {
    trnovel::run().await
}