Yet, another youtube downloader write in rust

i began to learn rust recently, rust is beautiful and i love it. but still have some pain in writing the code when it is related to ownership and lifetime, maybe some of my code is ugly.

I will be happy if someone help me to review the code.
the most tough part is build the static binary for other platform especially when it's related to openssl, still trying to fix this problem.

you can find the code here

thanks:grin:

1 Like

fix the cross compilation of openssl for the use of https://github.com/emk/rust-musl-builder and https://github.com/alexcrichton/openssl-probe, thanks @alexcrichton @emk