@bagder in rust?
@csierrandres I've heard you can basically do it in any language and it'll just be a 100 lines of code.
@bagder probably a oneliner in perl
@csierrandres @bagder Yup, with just a little regex, really
@bagder @csierrandres Yes, fn main(...) { libcurl(...); }
See, even if you add some extra lines for nice error handling, you will end up with less than 100 lines. It wasn't even hard.
@csierrandres there's of course this companion book
@bagder @csierrandres I bet ChatGPT can do this for you ;)
@csierrandres I've heard you can basically do it in any language and it'll just be a 100 lines of code.