asn1rs 0.3.1

ASN.1 to Rust, Protobuf and SQL compiler/code generator. Supports ASN.1 UPER
Documentation
1
2
3
4
5
use crate::model::Tag;

pub trait Constraint {
    const TAG: Tag;
}