Skip to content

v0.7.2

Compare
Choose a tag to compare
@bluk bluk released this 01 Nov 17:59
· 113 commits to trunk since this release
v0.7.2
658ec84

Changed

  • Make Iterator from Lexer::iter() into an explicit type named Iter.

Added

  • Add Lexer::into_inner() to get the underlying bytes passed to the Lexer.
  • Derive PartialEq, Eq, and Hash for Lexer and iterators.