Rust API wrapper for nekos.best.
toml
[dependencies]
nekosbest = "0.1.0"
```rust,no_run
async fn main() -> Result<(), Box
Or with an amount(amount is capped at 20 by the server):
```rust,no_run
async fn main() -> Result<(), Box
Or if you already have a reqwest::Client
that you want to use, use get_with_client
and get_with_client_amount
respectively.