codemap 0.1.3

A data structure for efficiently storing source code position and span information (e.g. in a compiler AST), and mapping it back to file/line/column locations for error reporting and suggestions.
Documentation
[badges.travis-ci]
repository = "kevinmehall/codemap"

[package]
authors = ["Kevin Mehall <km@kevinmehall.net>"]
categories = ["data-structures"]
description = "A data structure for efficiently storing source code position and span information\n(e.g. in a compiler AST), and mapping it back to file/line/column locations for error\nreporting and suggestions.\n"
documentation = "https://docs.rs/codemap"
keywords = ["source", "position", "compiler", "sourcemap", "rustc"]
license = "MIT/Apache-2.0"
name = "codemap"
readme = "README.md"
repository = "https://github.com/kevinmehall/codemap"
version = "0.1.3"