getsentry / pdb

A parser for Microsoft PDB (Program Database) debugging information
https://docs.rs/pdb/
Apache License 2.0
368 stars 68 forks source link

Re-export public enums located in private `constants` crate #90

Closed landaire closed 3 years ago

landaire commented 3 years ago

This change allows rustdoc to index CPUType and SourceLanguage types (see #89 for more info). While I was examining the rustdoc output I noticed that there were a few URLs not properly hyperlinked, so I fixed those aswell.