Crate panorama_proto_common[][src]

Macros

sep_list!(t, d) represents t *(d t) and automatically collapses it into Vec<T>.

Structs

Glue code between nom and Bytes so they work together

Functions

Match a single byte exactly.

Always fails, used as a no-op.

Parse from a u8 into a u32 without first decoding it to UTF-8.

Same as nom’s satisfy, but operates on Bytes instead of &str.

Skip the part of the input matched by the given parser.

Tag (case-)Insensitive: Same as nom’s tag_no_case, but operates on Bytes

Same as nom’s streaming take, but operates on Bytes

Same as nom’s streaming take_while1, but operates on Bytes

Type Definitions

A specific form of nom::IResult that uses nom::error::VerboseError.