We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8cc55 commit 001bd6aCopy full SHA for 001bd6a
rustls-cert-gen/src/lib.rs
@@ -1,10 +1,9 @@
1
-#![warn(missing_docs)]
2
//! This library wraps [rcgen] to provide a simple API to generate TLS
3
//! certificate-chains. Its primary intent is to ease development of
4
//! applications that verify chains of trust. It can be used for
5
//! whatever purpose you may need a TLS certificate-chain.
6
7
-#![warn(unreachable_pub)]
+#![warn(missing_docs, unreachable_pub)]
8
9
mod cert;
10
pub use cert::{Ca, CaBuilder, CertificateBuilder, EndEntity, EndEntityBuilder};
0 commit comments