A library to visit https://en.shindanmaker.com/917962 or https://en.shindanmaker.com/{page_id}.
Add dependencies to Cargo.toml
:
toml
tokio = { version = "1.21.0", features = ["macros", "rt-multi-thread"] }
shindanmaker-rs = { version = "0.2.8" }
Use the following command to fetch and print diagnosis information:
bash
$ cargo run --example cli <name>
serde
: Serialize and Deserialize support for Card
.MIT license (LICENSE or https://opensource.org/licenses/MIT)