#network-protocol #line-column #protocols #parser #binary #networking

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

7 releases (4 breaking)

0.5.0 Nov 5, 2024
0.4.1 Aug 8, 2024
0.3.1 Oct 10, 2024
0.3.0 Jan 31, 2024
0.1.0 Mar 5, 2023

#1850 in Parser implementations

Download history 33/week @ 2024-08-17 36/week @ 2024-08-24 29/week @ 2024-08-31 16/week @ 2024-09-07 63/week @ 2024-09-14 100/week @ 2024-09-21 99/week @ 2024-09-28 189/week @ 2024-10-05 132/week @ 2024-10-12 26/week @ 2024-10-19 22/week @ 2024-10-26 164/week @ 2024-11-02 35/week @ 2024-11-09 19/week @ 2024-11-16 30/week @ 2024-11-23 36/week @ 2024-11-30

133 downloads per month
Used in 8 crates (7 directly)

Apache-2.0

12KB
306 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
~19K SLoC