trnovel 0.9.0

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