Registry / crypto / nom-pem

nom-pem

JSON →
library4.0.0rscratesunverified

PEM parser (RFC 1421) based on nom.

# Cargo.toml [dependencies] nom_pem = "4.0.0"
INSTALL
IMPORT
SIG · NOM-PEM
N
nom-pem
cryptorustv4.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

parse_pem
use nom_pem::parse_pem;

Parses a PEM-encoded certificate.

use nom_pem::parse_pem; fn main() { let pem_data = b"-----BEGIN CERTIFICATE-----\nMIIB\n-----END CERTIFICATE-----"; let result = parse_pem(pem_data); println!("{:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
nom-pem — cargo add nom-pem · libregistry