kellerkindt / asn1rs

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

Ignore multiline comments #78

Closed Nicceboy closed 1 year ago

Nicceboy commented 1 year ago

Adds ability for parser to also ignore multi-line comments

kellerkindt commented 1 year ago

Thanks!