dalek-cryptography / x25519-dalek

X25519 elliptic curve Diffie-Hellman key exchange in pure-Rust, using curve25519-dalek.
BSD 3-Clause "New" or "Revised" License
328 stars 133 forks source link

feature(external_doc) -> doc = include_str #76

Closed exFalso closed 2 years ago

exFalso commented 3 years ago

Fixes https://github.com/dalek-cryptography/x25519-dalek/issues/75

isislovecruft commented 2 years ago

Hi @exFalso!

I vaguely dislike that this means the MSRV for nightly jumps all the way up to 1.55-nightly. (This is not your fault at all @exFalso.) The alternative is to duplicate README.md in lib.rs, which I've done in subtle and curve25519-dalek, since they are lower level and likely need to support a wider range of compiler versions, and I dislike this alternative roughly equally. I'll merge this for now and see if anyone turns up to complain.