The thing is it had the correct url for where to get all the information, which it referenced to me, https://crates.io/crates/libwebp
So it could have just used the stored information from that page to know the latest version of the rust bindings is 0.1.2 and it had a full working code example for half of what I was asking it to do.
The thing is it had the correct url for where to get all the information, which it referenced to me, https://crates.io/crates/libwebp
So it could have just used the stored information from that page to know the latest rust version is 0.1.2 and it had a full working code example for half of what I was asking it to do.
The thing is it had the correct url for where to get all the information, which it referenced to me, https://crates.io/crates/libwebp
So it could have just used the stored information from that page to know the latest rust version is 0.1.2 and it had a full working code example for half of what I was asking it to do.
It also gave me an answer on string manipulation which violated basic string combining rules in Rust (adding two &str with a plus sign). I'm not impressed.