lisbeth-error 0.1.0

Span handling, error generation and reporting crate
Documentation

Lisbeth-error

Build Status Latest Version Rust Documentation

Span manipulation and error reporting made easy.

This crate provide datatypes that aim to make compilation and parsing easier. It contains data structures that store text and carry with them its span and an error reporting system.

Note: while the code is stored in the lisbeth parsing framework repository, this crate contains. Only span- and error reporting-related code. As such, it can be used in any project requiring span management and proper error reporting.