0.3.0
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 complexFromBuildertrait bounds. (#38)
Bug fixes
- Fix
Parser::peek_allto only return data up until the parser's length rather than all data. (#40)