rustls / rcgen

Generate X.509 certificates, CSRs
Other
346 stars 108 forks source link

lib: use From trait for KeyUsagePurpose -> u16 #289

Closed cpu closed 2 months ago

cpu commented 2 months ago

Quick follow-up from https://github.com/rustls/rcgen/pull/287 Using a From impl feels a bit more idiomatic in this case.