//! Support for the PEM data-encoding format.
/// A type that represents a PEM-encoded private key.
;
/// A type that represents a PEM-encoded certificate.
;
/// Parse the data in PEM format.
/// Serialize [`rcgen::Certificate`] into PEM format.