nom v0.2.1 Release Notes

Release Date: 2015-04-04 // about 9 years ago
  • Thanks

    • ๐Ÿ–จ @mtsr for catching the remaining debug println!
    • โš  @jag426 who killed a lot of warnings
    • @skade for removing the dependency on the core feature gate

    โž• Added

    • little endian unsigned int parsers le_u8, le_u16, le_u32, le_u64
    • ๐Ÿ“œ count! to apply a parser a specified number of times
    • ๐Ÿ“œ cond! applies a parser if the condition is met
    • ๐Ÿ“œ more parser development tools in util::*

    ๐Ÿ›  Fixed

    • in one case, opt! would not compile

    โœ‚ Removed

    • ๐Ÿšš most of the feature gates are now removed. The only one still needed is collections