#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

#1902 in Parser implementations

Download history 99/week @ 2024-10-16 20/week @ 2024-10-23 105/week @ 2024-10-30 92/week @ 2024-11-06 18/week @ 2024-11-13 26/week @ 2024-11-20 48/week @ 2024-11-27 47/week @ 2024-12-04 47/week @ 2024-12-11 105/week @ 2024-12-18 3/week @ 2024-12-25 5/week @ 2025-01-01 22/week @ 2025-01-08 18/week @ 2025-01-15 39/week @ 2025-01-22 7/week @ 2025-01-29

89 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