nom v0.1.6 Release Notes

Release Date: 2015-02-24 // about 9 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ“œ consumers must have an end method that will be called after parsing

    โž• Added

    • big endian unsigned int and float parsers: be_u8, be_u16, be_u32, be_u64, be_f32, be_f64
    • ๐Ÿ‘€ producers can seek
    • ๐Ÿ“š function and macros documentation
    • ๐Ÿ“š README documentation ### ๐Ÿ›  Fixed
    • lifetime declarations
    • ๐Ÿท tag! can return Incomplete