pdb2 0.9.2

A parser for Microsoft PDB (Program Database) debugging information
Documentation
[dependencies.fallible-iterator]
version = "0.3"

[dependencies.scroll]
version = "0.12"

[dependencies.uuid]
version = "1"

[dev-dependencies.getopts]
version = "0.2.21"

[[example]]
name = "pdb2hpp"
path = "examples/pdb2hpp.rs"

[[example]]
name = "pdb_framedata"
path = "examples/pdb_framedata.rs"

[[example]]
name = "pdb_lines"
path = "examples/pdb_lines.rs"

[[example]]
name = "pdb_symbols"
path = "examples/pdb_symbols.rs"

[[example]]
name = "stream_names"
path = "examples/stream_names.rs"

[lib]
name = "pdb2"
path = "src/lib.rs"

[package]
authors = ["Jan Michael Auer <mail@jauer.org>", "Will Glynn <will@willglynn.com>", "Alex Franchuk <alex.franchuk@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A parser for Microsoft PDB (Program Database) debugging information"
edition = "2018"
exclude = ["fixtures/*", "scripts/*"]
license = "MIT OR Apache-2.0"
name = "pdb2"
readme = "README.md"
repository = "https://github.com/afranchuk/pdb"
version = "0.9.2"

[package.metadata.release]
pre-release-commit-message = "Release {{version}}"
tag-message = "Release {{version}}"
tag-name = "{{version}}"

[[test]]
name = "debug_information"
path = "tests/debug_information.rs"

[[test]]
name = "id_information"
path = "tests/id_information.rs"

[[test]]
name = "modi_symbol_depth"
path = "tests/modi_symbol_depth.rs"

[[test]]
name = "omap_address_translation"
path = "tests/omap_address_translation.rs"

[[test]]
name = "pdb_information"
path = "tests/pdb_information.rs"

[[test]]
name = "pdb_lines"
path = "tests/pdb_lines.rs"

[[test]]
name = "symbol_table"
path = "tests/symbol_table.rs"

[[test]]
name = "type_information"
path = "tests/type_information.rs"