rustls / webpki-roots

CA certificates for use with webpki
Apache License 2.0
89 stars 47 forks source link

add no-std support #50

Closed japaric closed 1 year ago

japaric commented 1 year ago

the crate does not rely on libstd API so it's already no-std compatible. it only needs the #![no_std] attribute.