BTW, my first ever rust library.
rust
cargo add aghpb
More install instructions at crates.io.
This is how you may retrieve a random anime girls holding programming books: ```rust use std::error::Error;
async fn main() -> Result<(), Box
println!("Name: {}", book.name);
println!("Category: {}", book.category);
book.image.save("./anime_girl.png")?;
Ok(())
}
You can also retrieve specific categories of anime girls holding programming books like so:
rust
let book = aghpb::random(Some("rust".to_string())).await?;
```
This is how you may retrieve a list of available categories: ```rust use std::error::Error;
async fn main() -> Result<(), Box
for category in categories {
println!("{}", category);
}
Ok(())
} ```
Made using my API at 👉 https://api.devgoldy.xyz/aghpb/v1/