Registry / utility / netgauze-locate

netgauze-locate

JSON →
library0.11.0rscratesunverified

A fork of nom_locate optimized for binary protocols by omitting line/column computation.

# Cargo.toml [dependencies] netgauze-locate = "0.11.0"
INSTALL
IMPORT
SIG · NETGAUZE-LOCATE
N
netgauze-locate
utilityrustv0.11.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LocatedSpan
use netgauze_locate::LocatedSpan;

Create a located span for binary parsing.

use netgauze_locate::LocatedSpan; fn main() { let span = LocatedSpan::new(b"\x00\x01\x02"); println!("Span: {:?}", span); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
netgauze-locate — cargo add netgauze-locate · libregistry