[][src]Module kul::common

Parsers and related types and functions, provided for convenience, that use recommended types for instantiating many of the generic parameters of this crate, for common basic parsing applications.

Modules

inmem

A Parser for parsing inputs that are single in-memory strings.

stream

A Parser for parsing inputs that are chunks from streaming sources.