Module handy_io::pattern [] [src]

Patterns.

Modules

combinators

Patterns to combinate other patterns.

read

Patterns specific to reading operation.

write

Patterns specific to writing operation.

Structs

Buf

A pattern which represents byte oriented buffer like values.

Iter

A pattern which represents a sequence of a pattern P.

Window

A pattern which represents a window of a byte oriented buffer.

Enums

Branch

A pattern which represents branches in a pattern.

Traits

AllowPartial

A trait to indicate that a pattern is partially evaluable.

Endian

A trait to indicates endianness of a pattern.

Pattern

Pattern.