As far as I see the number parsers in nom 5 dont support `nom_locate::LocatedSpan<_>` : See here: https://github.com/Geal/nom/blob/master/src/number/complete.rs Will this crate support that parsers in future?
As far as I see the number parsers in nom 5 dont support
nom_locate::LocatedSpan<_>:See here: https://github.com/Geal/nom/blob/master/src/number/complete.rs
Will this crate support that parsers in future?