pdb 0.1.2

A parser for Microsoft PDB (Program Database) debugging information
Documentation
[package]
name = "pdb"
version = "0.1.2"
description = "A parser for Microsoft PDB (Program Database) debugging information"
repository = "https://github.com/willglynn/pdb"
authors = ["Will Glynn <will@willglynn.com>"]
readme = "README.md"
license = "MIT OR Apache-2.0"

[dependencies]
fallible-iterator = "0.1.3"
byteorder = "1.0.0"

[dev-dependencies]
# for examples/
getopts = "0.2"