rusticata / der-parser

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

upgrade to nom 2.0 #1

Closed Geal closed 7 years ago

Geal commented 7 years ago

Hi!

as a part of the release process for nom 2.0, I selected a few crates to test it with, and make sure everything works correctly.

Since your crate uses nom 1.0's error management, I added the "verbose-errors" compilation feature to keep compatibility. Otherwise, you're good to go!

If you want more information on this release, see the blogpost: https://unhandledexpression.com/2016/11/25/this-year-in-nom-2-0-is-here/ (reddit discussion: https://www.reddit.com/r/rust/comments/5espfm/this_year_in_nom_20_is_here/ )

There are new features that could be of interest for this project :)