lisbeth-error 0.1.0

Span handling, error generation and reporting crate
Documentation
  • Coverage
  • 100%
    30 out of 30 items documented11 out of 27 items with examples
  • Size
  • Source code size: 50.66 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.82 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • scrabsha/lisbeth
    2 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • scrabsha

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.