nom v0.5.0 Release Notes

Release Date: 2015-10-16 // over 8 years ago
  • ๐Ÿš€ This release fixes a few issues and stabilizes the code.

    Thanks

    • ๐Ÿ“š @nox for documentation fixes
    • ๐Ÿ‘• @daboross for linting fixes
    • @ahenry for fixing tap! and extending dbg! and dbg_dmp!
    • @bluss for tracking down and fixing issues with unsafe code
    • ๐Ÿ“œ @meh for inlining parser functions
    • @ccmtaylor for fixing import of str::from_utf8

    ๐Ÿ›  Fixed

    • tap!, dbg! and dbg_dmp! now accept function parameters

    ๐Ÿ”„ Changed

    • ๐Ÿ›  the type used in count_fixed! must be Copy
    • ๐Ÿ“œ chain! calculates how much data is needed if one of the parsers returns `Incomplete
    • ๐Ÿ“œ optional parsers in chain! can return Incomplete