Module builder

Source
Expand description

This module provides a trait to abstract the generation of an ASN1 document. The particularity of this trait is that the base values are of type Value<T> which can either be literals or variables.

Traits§

Builder
Trait for an abstract ASN1 builder.

Functions§

concat_suffix
Helper function to add a suffix to a name hint.