das-labor / panopticon

A libre cross-platform disassembler.
https://panopticon.re
GNU General Public License v3.0
1.43k stars 78 forks source link

Typedef &'static str #282

Open sphinxc0re opened 7 years ago

sphinxc0re commented 7 years ago

Since &'static str is very ugly to type I'm suggesting to typedef it to string

flanfly commented 7 years ago

Rust naming conventions dictate that types start w/ an upper case letter. Str is good IMHO.