flowerchecker / plant-id-examples

Example client's code for work with Plant.id identification API in various languages
MIT License
127 stars 44 forks source link

Asynchronous implementation using Rust #9

Closed rlebre closed 3 years ago

rlebre commented 4 years ago

Plant-id-API call using Rust. I tried to keep it simple, but just had the first contact with Rust, tho. Any comments would be appreciated. Dependencies in Cargo.toml; Run: $ cargo run

Related to #4

(contribution related to HacktoberFest. "hacktoberfest-accepted" label would be appreciated 😄)

Krejdom commented 3 years ago

Thank you!