Expand description
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ยง
- Read
Iter  - Extract and return all PEM sections by reading 
rd. - Slice
Iter  - Iterator over all PEM sections in a 
&[u8]slice. 
Enumsยง
- Error
 - Errors that may arise when parsing the contents of a PEM file
 - Section
Kind  - A single recognised section in a PEM file.
 - Section
Label ๐ 
Traitsยง
- PemObject
 - Items that can be decoded from PEM data.
 - PemObject
Filter ๐ 
Functionsยง
- from_
buf  - Extract and decode the next supported PEM section from 
rd. - from_
buf_ ๐inner  - read ๐
 - read_
until_ ๐newline