getsentry / pdb

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

Expose an iterator over files in a module #45

Closed jan-auer closed 5 years ago

jan-auer commented 5 years ago

Exposes an iterator over files in a module without having to iterate line records.

jan-auer commented 5 years ago

The clippy errors are fixed in #44 already.

willglynn commented 5 years ago

LGTM :+1: