Crate hebi_span

Source
Expand description

This module contains the implementation of spans for Hebi, and various utilities for working with them.

Structsยง

Span
Represents a span of bytes in some source string.
Spanned
Represents a value, and its span in the source string from which it was parsed. This allows tracing syntax nodes back to their location in the source string.