shindanmaker-rs

Crates.ioshindanmaker-rs
lib.rsshindanmaker-rs
version0.3.1
sourcesrc
created_at2022-09-07 12:42:42.406207
updated_at2023-05-18 14:07:51.349628
descriptionShindanmaker in Rust
homepage
repositoryhttps://github.com/Sakura1943/shindanmaker-rs
max_upload_size
id660349
size55,628
(Sakura1943)

documentation

https://docs.rs/shindanmaker-rs/latest/shindanmaker

README

Shindanmaker Client

A library to visit https://en.shindanmaker.com/917962 or https://en.shindanmaker.com/{page_id}.

📔 Usage

Add dependencies to Cargo.toml:

tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"] }
shindanmaker-rs = { version = "0.3.1" }

🤖 Example CLI

Use the following command to fetch and print diagnosis information:

$ cargo run --example persona <name>

🛠 Features

  • serde: Serialize and Deserialize support for Card.

💳 License

MIT license (LICENSE or https://opensource.org/licenses/MIT)

Commit count: 41

cargo fmt