Module pem
Low-level PEM decoding APIs.
These APIs allow decoding PEM format in an iterator, which means you can load multiple different types of PEM section from a file in a single pass.
Structs
Enums
- Error Errors that may arise when parsing the contents of a PEM file
- SectionKind A single recognised section in a PEM file.
Traits
- PemObject Items that can be decoded from PEM data.
Functions
-
from_buf
Extract and decode the next supported PEM section from
rd.