rusticata / der-parser

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

Inconsistent naming of parser functions #64

Closed bkstein closed 1 year ago

bkstein commented 1 year ago

String parser functions in src/der/parser.rs are named consistently: parse_der_<stringtype>(). But there is one exception for VisibleString, whose parser function is named visiblestring() This seems to be a typo.