[go: up one dir, main page]

pem 1.0.0

Parse and encode PEM-encoded data.
Documentation
1
2
3
# 1.0

 - `pem::parse_many` now returns a `Result<Vec<Pem>>` instead of a `Vec<Pem>` that silently discarded invalid sections.