#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

#1806 in Parser implementations

Download history 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 46/week @ 2024-11-30 56/week @ 2024-12-07 119/week @ 2024-12-14

252 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
~18K SLoC