ShindanMaker
A Rust library for interacting with ShindanMaker, the popular personality quiz service.
- Asynchronous API (Tokio)
- Multi-domain support (JP, EN, CN, KR, TH)
- Easy shindan submission and result parsing
Usage
[]
# default feature: ["segments"]
# optional features: ["html"], ["full"] (segments + html)
= { = "0.1", = ["segments"] }
Example
Get title
use Result;
use ;
async
Get segments (need "segments" feature)
use ;
async
Get HTML string (need "html" feature)
To convert the HTML string to an image, consider using cdp-html-shot.
async
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.