Better Conventions
This release makes some changes so that rec better matches Rust conventions.
Breaking Changes
- Updates some function calls of
Patternto better match Rust convention:define->new,load->from_strofstd::str::FromStrtrait. Location now providesend- the index at which the match ends, in place oflength`.
New features
TokensIterandLocationsimplement Debug (although the current implementation is rather unhelpful).