formats
formats copied to clipboard
der: Add `serde` integration for types in `asn1` module.
It would be nice if types from the asn1
module could be used with serde
. That could be useful in cases when a structure decoded from DER needs to be serialized in some other format (e.g. a human-readable one).