Skip to content

0.3.0

Choose a tag to compare

@partim partim released this 18 Oct 08:42
· 43 commits to main since this release
97f2813

Breaking changes

  • Change the lifetime of the range for a reference to the lifetime of the reference. (#41 by @xofyarg)
  • Explicitly re-export select items at crate level rather than wildcard export everything. (#39)

New

  • Adds a BuilderAppendError<_> type alias that simplifies trait bounds for complex FromBuilder trait bounds. (#38)

Bug fixes

  • Fix Parser::peek_all to only return data up until the parser's length rather than all data. (#40)