codespan 0.1.1

Data structures for tracking locations in source code
Documentation
1
2
3
4
5
6
7
8
# codespan

Utilities for working with source code and printing nicely formatted diagnostic
information like warnings and errors.

## Acknowledgments

Inspired by rustc's libsyntax_pos, and codemap