bitcoindevkit / bitcoindevkit/rust-electrum-client
deps(rustls+openssl): re-export rustls and openssl dependencies ?
- Dominant language
- Rust
- Stars
- 89
- Forks
- 82
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 1
Description
As mentioned in a discord discussion, a user relying on the `use-rustls` feature needs to also depend on `rustls` dependency making sure to match the dependency version, to properly use `rust-electrum-client` with `rustls`, as it relies on a `CryptoProvider` implementation.
Alongside that there's a lack of documentation regarding the proper usage of this project with `use-rustls` and `CryptoProvider` inner workings.
It can be solved by using the `use-rustls-ring` feature, however, it'd be easier if the users had access to a re-exported version of the `rustls`.
Also, does that also applies for `openssl` one ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.