paralegal_flow::ann

Module parse

Source
Expand description

nom-based parser-combinators for parsing the token stream in Rust Attributes.

Usually used in a closure handed to MetaItemMatch::match_extract.

The benefit of using a combinator library such as nom is not just that it gives us boundaries for parsers that lets us (re)combine them, but also that we get features that are annoying to implement (such as backtracking) for free.

Re-exportsยง

  • pub extern crate nom;

Structsยง

Enumsยง

Functionsยง

Type Aliasesยง