Expand description

Enhanced context combinator for nom.

This module introduces an updated, ContextError, that allows for arbitrary types of data to be attached as context to errors, rather than requiring &'static str.

Traits

Updated version of nom::error::ContextError. Allows for arbitrary context types, rather than requiring &'static str