[][src]Module pahs::slice

Basic parsers for slices

Modules

num

Parsers for different number types.

Structs

NotEnoughData

SNAFU context selector for the TagError::NotEnoughData variant

TagMismatch

SNAFU context selector for the TagError::TagMismatch variant

Enums

TagError

Errors that may happen when using tag.

Functions

tag

Matches the input slice against the tag, succeeding if both are equal.