Cargo Features

ser_der has no features set by default.

[dependencies]
ser_der = { version = "0.1.0-alpha.1", features = ["std", "alloc", "bytes", "oid", "pem", "real", "arbitrary"] }
std = alloc
alloc std?

Enables alloc of der

Affects ser_der::asn1

bytes

Enables bytes of der

oid

Enables oid of der

pem

Enables pem of der

real

Enables real of der

arbitrary

Enables arbitrary of der