Registry / utility / nom-greedyerror

nom-greedyerror

JSON →
library0.5.0rscratesunverified

Custom error type for nom parsers that captures the deepest error encountered during parsing.

# Cargo.toml [dependencies] nom-greedyerror = "0.5.0"
INSTALL
IMPORT
SIG · NOM-GREEDYERROR
N
nom-greedyerror
utilityrustv0.5.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.

GreedyError
use nom_greedyerror::GreedyError;

Creates a GreedyError instance.

use nom_greedyerror::GreedyError; fn main() { let _error: GreedyError<&str> = GreedyError::new("test"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
nom-greedyerror — cargo add nom-greedyerror · libregistry