Crates.io | shindanmaker-rs |
lib.rs | shindanmaker-rs |
version | 0.3.1 |
source | src |
created_at | 2022-09-07 12:42:42.406207 |
updated_at | 2023-05-18 14:07:51.349628 |
description | Shindanmaker in Rust |
homepage | |
repository | https://github.com/Sakura1943/shindanmaker-rs |
max_upload_size | |
id | 660349 |
size | 55,628 |
A library to visit https://en.shindanmaker.com/917962 or https://en.shindanmaker.com/{page_id}.
Add dependencies to Cargo.toml
:
tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"] }
shindanmaker-rs = { version = "0.3.1" }
Use the following command to fetch and print diagnosis information:
$ cargo run --example persona <name>
serde
: Serialize and Deserialize support for Card
.
MIT license (LICENSE or https://opensource.org/licenses/MIT)