Initial parser.

This commit is contained in:
2017-11-06 14:47:27 -08:00
commit 827aa0e74e
5 changed files with 766 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "simple_asn1"
version = "0.1.0"
authors = ["Adam Wick <awick@uhsure.com>"]
[dependencies]
num = "^0.1.40"
[dev-dependencies]
quickcheck = "^0.4.1"