Registry / other / nom-supreme

nom-supreme

JSON →
library0.8.0rscratesunverified

A collection of excellent utilities for nom parsers.

# Cargo.toml [dependencies] nom-supreme = "0.8.0"
INSTALL
IMPORT
SIG · NOM-SUPREME
N
nom-supreme
otherrustv0.8.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.

tag
use nom_supreme::tag::complete::tag;

Parse a literal string using nom-supreme's tag combinator.

use nom_supreme::tag::complete::tag; use nom::IResult; fn parse_hello(input: &str) -> IResult<&str, &str> { tag("hello")(input) } fn main() { let result = parse_hello("hello world").unwrap(); println!("Parsed: {:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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