mstange / pdb-addr2line

A rust crate to symbolicate addresses from PDBs, like addr2line. Uses the `pdb` crate.
https://docs.rs/pdb-addr2line
Apache License 2.0
33 stars 4 forks source link

Add github workflows. #37

Closed mstange closed 3 years ago

mstange commented 3 years ago

I've never done this before. I got these from https://eipi.xyz/blog/github-workflows-to-do-useful-things-with-rust/ .