asn1rs 0.1.16

ASN.1 to Rust, Protobuf and SQL compiler/code generator. Supports ASN.1 UPER
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![deny(intra_doc_link_resolution_failure)]
#![warn(unused_extern_crates)]

#[cfg(feature = "psql")]
extern crate postgres;

pub mod converter;
pub mod gen;
pub mod io;
pub mod model;
pub mod parser;