dust-engine / dot_vox

Rust parser for MagicaVoxel .vox files.
MIT License
51 stars 20 forks source link

upgrade to nom 2.0 #2

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.

I'm happy to tell you that this crate built fine with nom 2.0 out of the box, no need to change anything!

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 a few new features that could be of interest for this project :)

davidedmonds commented 7 years ago

@Geal Thanks very much for taking the time to test my little library with Nom 2.0! I'll get on releasing this fairly soon, and when I next get a chance to take a look at more features for this I'll have a peek at some of the new functionality, which already looks awesome.

Thanks again!