#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

#1718 in Parser implementations

Download history 103/week @ 2024-09-24 142/week @ 2024-10-01 178/week @ 2024-10-08 100/week @ 2024-10-15 19/week @ 2024-10-22 19/week @ 2024-10-29 179/week @ 2024-11-05 18/week @ 2024-11-12 24/week @ 2024-11-19 51/week @ 2024-11-26 29/week @ 2024-12-03 56/week @ 2024-12-10 113/week @ 2024-12-17 6/week @ 2024-12-24 2/week @ 2024-12-31 12/week @ 2025-01-07

143 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