nom5_locate 0.1.1

A special input type for nom to locate tokens
Documentation
# CHANGELOG

## v0.3.1

Patch version:
 - [Support no_std]https://github.com/fflorent/nom_locate/pull/16
 - [Fix compilation with verbose-errors]https://github.com/fflorent/nom_locate/issues/17

## v0.3

 - [Support for Nom v4]https://github.com/fflorent/nom_locate/pull/10
 - [Better performance for columns calculation]https://github.com/fflorent/nom_locate/issues/4
 - [Speed up slices]https://github.com/fflorent/nom_locate/pull/15