kellerkindt / asn1rs

Generates Rust Code and optionally compatible Protobuf schema files from ASN.1 definitions.
http://asn1.rs
Apache License 2.0
55 stars 20 forks source link

Tracking Issue: Value References #50

Open kellerkindt opened 3 years ago

kellerkindt commented 3 years ago

ValueReferences are the constants of ASN.1. With this PR constant definitions in ASN.1 are parsed.

PR #49 changes public API and thus is a breaking change in this regard. ~A version bump to 0.3.0 is therefore required by the semantic versioning guidelines~ No. 4: "Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable."

This resolves #45