27
Rustls making ring optional
(hachyderm.io)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
Cool. Ring has come up as a bit of an annoyance for us, because its license is relatively complex and as a result, not declared in the crate metadata. We've almost even considered replacing rustls with the openssl-crate, just to sidestep that whole issue.