codespan 0.1.0

Data structures for tracking locations in source code
Documentation
# 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