Skip to main content

Module encode

Module encode 

Source
Expand description

Trait definition for Encode.

Traits§

Encode
Encode trait produces a complete TLV (Tag-Length-Value) structure.
EncodePem
PEM encoding trait.
EncodeValue
Encode the value part of a Tag-Length-Value encoded field, sans the Tag and Length.

Functions§

encode_value_to_slice 🔒
Encodes value only (without tag + length) to a slice.