Crate nom_tracer

source

Macros§

  • Activates tracing for either the default tag or a specified tag.
  • Deactivates tracing for either the default tag or a specified tag.
  • Prints the trace for either the default tag or a specified tag.
  • Resets the trace for either the default tag or a specified tag.
  • Traces a parser with optional tag and context, automatically capturing the function name.

Structs§

  • A collection of traces, each associated with a tag.

Constants§

Traits§

Functions§

  • Gets the trace for the default tag.
  • Gets the trace for a specified tag.
  • Prints the entire trace for the default tag to the console.
  • Prints the trace for a specific tag to the console.
  • Wraps a parser with tracing, using the default tag.
  • Wraps a parser with tracing, using the default tag and a context.
  • Wraps a parser with tracing, using a specified tag.
  • Wraps a parser with tracing, using a specified tag and optional context.