You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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])
0 commit comments