#line-column #protocols #numbers #binary #parser #computing #cloned

netgauze-locate

Cloned from the crate nom_locate but with the omission of computing the line & column number since we don’t care about them in binary protocols, and they do make using the LocateSpan slower

3 releases (breaking)

0.3.0 Jan 31, 2024
0.2.0 Oct 9, 2023
0.1.0 Mar 5, 2023

#2473 in Parser implementations

Download history 4/week @ 2024-01-08 30/week @ 2024-01-29 62/week @ 2024-02-12 49/week @ 2024-02-19 60/week @ 2024-02-26 14/week @ 2024-03-04 29/week @ 2024-03-11 15/week @ 2024-03-18 32/week @ 2024-03-25 97/week @ 2024-04-01 10/week @ 2024-04-08 17/week @ 2024-04-15

157 downloads per month
Used in 9 crates (6 directly)

Apache-2.0

12KB
305 lines

Cloned from the crate nom_locate but with the omission of computing the line & column number since we don't care about them in binary protocols, and they do make using the LocateSpan slower.

Dependencies

~1MB
~17K SLoC