-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Rust client to README.md #551
Conversation
While trying to compile with:
|
I have no OSX. Can you help me verify whether this fixes the openssl issue on El Capitan?
If that works, I'll add those to my readme. Thanks. |
It did not help. This is what I have:
And build fails while installing:
|
@igorshubovych force link didn't working? Ok, how about?
Thanks. |
Hi @igorshubovych , You should try all the things in: sfackler/rust-openssl#255 For me, the compile succeeded when I set this:
|
@bahrunnur Cool! So we also need |
The Readme is updated at https://github.com/rilut/rust-tldr/blob/master/README.md |
Thank you! It works! |
Add Rust client to README.md
Thank you @igorshubovych and @bahrunnur! 👍😹👍 |
I wrote a client in Rust and would love for it to be included in the Readme. Thanks 😄