novel-cli 0.15.2

A set of tools for downloading novels from the web, manipulating text, and generating EPUB
Documentation
1
2
3
4
5
6
use shadow_rs::{SdResult, ShadowBuilder};

fn main() -> SdResult<()> {
    ShadowBuilder::builder().build()?;
    Ok(())
}