mstange / msvc-demangler-rust

A rust library that demangles / undecorates C++ symbols mangled by MSVC
Other
42 stars 13 forks source link

Improved travis check and reformat #43

Closed mitsuhiko closed 5 years ago

mitsuhiko commented 5 years ago

This adds linting and style checks to travis and also makes sure this builds for wasm which is a goal of this crate. Additionally this also reformats the code and fixes lint violations.