curl-rust icon indicating copy to clipboard operation
curl-rust copied to clipboard

Please provide examples for some use cases of the library

Open king-d-dev opened this issue 5 years ago • 1 comments

i'm a beginner in the rust ecosystem and i would love if you could provide some assistance in the form of working examples for some use cases such as downloading a file

king-d-dev avatar Apr 29 '19 15:04 king-d-dev

This is certainly something we could do, but most of the examples would be similar to the offical curl examples since this library is mostly a 1-to-1 wrapper around that. The syntax might differ here and there but the concepts should be exactly the same.

I would not be opposed to a PR that ported the official examples into Rust and then included them here.

sagebind avatar Feb 06 '21 23:02 sagebind