for example, reqwest accepts U: IntoUrl for for ::get. jacquard expects CowStr. easy enough to get a url there, but it might be nice to be able to pass a typed URL where you have one. (in my case i've parsed the pds out of clap)
A better Rust ATProto crate
expected to be able to pass a url::Url to AuthenticatedClient::new for PDS
#6
closed
opened by
Closing because all the changes fix this
yes! happily updated the bot code, worked perfectly.
workaround is easy enough if a bit of a mouthful,args.pds.to_string().into()updated workaround,