Start a cleaner parsing routine over iterators, and generator that only requires

This commit is contained in:
2020-06-18 15:34:48 -07:00
parent 5d07dc7cc3
commit 9dae809afa
3 changed files with 604 additions and 0 deletions

View File

@@ -26,6 +26,10 @@
//!
//! Please send any bug reports, patches, and curses to the GitHub repository
//! at <code>https://github.com/acw/simple_asn1</code>.
extern crate alloc;
mod ber;
mod bitstring;
use chrono::{DateTime, TimeZone, Utc};
pub use num_bigint::{BigInt, BigUint};
use num_traits::{FromPrimitive, One, ToPrimitive, Zero};