Furbooru Rust Crate Announcement

Cadey
Thread Starter - Started a thread with over 100 pages
Literally Named Self After Pony -
Platinum bit -
Ruby -
Artist -
Responsible Disclosure -

I was a mod once
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 Deroibooru’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::derpi("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 Derpibooru? Click here for information!
Ministry of Image - Fanfiction Printing

Help fund the $15 daily operational cost of Derpibooru - support us financially!

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

Detailed syntax guide