librasn / compiler

An ASN1 compiler producing Rust bindings for the rasn framework
Other
10 stars 7 forks source link

docs: Add module wrapper to ASN.1 literal usage examples #7

Closed v0-e closed 5 months ago

v0-e commented 5 months ago

The module definition seems to be missing in the add_asn_literal usage examples, resulting in a parsing error. Not sure if your intention is later to create internally and output a module definition if the user does not provide it, could be a cool feature :)