6 releases

0.3.1 May 18, 2023
0.2.9 Nov 8, 2022
0.2.8 Sep 10, 2022
0.1.9 Sep 7, 2022

#1695 in Web programming

MIT license

16KB
156 lines

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)

Dependencies

~7–20MB
~320K SLoC