rusticata / der-parser

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

Make `BerError` Copy + Clone #51

Closed SergioBenitez closed 3 years ago

SergioBenitez commented 3 years ago

Because otherwise nothing that embeds a BerErrorcan be Clone.

chifflier commented 3 years ago

Merged, thanks!