Furbooru Rust Crate Announcement

Alicia
Even Worse Kobold -
Birthday Fur - Joined within the first year of the site operation and has had significant amount of activity as of June 1, 2021.
Astra - Helped choose the name for our mascot - Astra.
Passing of the Eclipse - Joined within the first month of public opening and has had at least some activity as of August 3, 2020.
Since the Beginning  - Registered before the site was public
Artist -

Site Developer
Enbyshörk
I have just finished version 0.1.0 of the furbooru crate for Rust! This will allow you to create Rust programs that interact with Furbooru (and by extension, Derpibooru)’s api in an efficient and type-safe manner.
 
Here’s an example for getting the image URL of this image:
 
 
let cli = furbooru::Client::new("test", "my cool API token")?;  
let img = cli.image(2366)?;  
println!("URL: {}", img.view_url);
 
This will be improved in the future, and any bugs can be filed in either this thread or on the Github repository. Be sure to let me know what interesting things you do with this library!
 
Be well.
Interested in advertising on Furbooru? Click here for information!
KilianKuro Commissions!

Furbooru is not cheap to operate - help support us financially!

Syntax quick reference: **bold** *italic* ||hide text|| `code` __underline__ ~~strike~~ ^sup^ %sub%

Detailed syntax guide