rusticata / der-parser

BER/DER parser written in pure Rust. Fast, zero-copy, safe.
Apache License 2.0
85 stars 28 forks source link

Enhancement: Re-export `rusticata-macros` #55

Closed lilyball closed 2 years ago

lilyball commented 2 years ago

der-parser appears to use a crate internally called rusticata-macros, but it doesn't re-export it. It would be nice if this could be re-exported, to make it easier for clients of der-parser to write their own parsers.

The drawback here is it means der-parser can't update to incompatible versions of rusticata-macros without making it a breaking change for der-parser, but the last two major version updates to rusticata-macros appear to have been accompanied by major version updates to der-parser anyway.