#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

#1704 in Parser implementations

Download history 96/week @ 2024-07-29 366/week @ 2024-08-05 27/week @ 2024-08-12 32/week @ 2024-08-19 59/week @ 2024-08-26 2/week @ 2024-09-02 20/week @ 2024-09-09 66/week @ 2024-09-16 101/week @ 2024-09-23 105/week @ 2024-09-30 201/week @ 2024-10-07 115/week @ 2024-10-14 24/week @ 2024-10-21 16/week @ 2024-10-28 180/week @ 2024-11-04 20/week @ 2024-11-11

245 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