aboutsummaryrefslogtreecommitdiff
path: root/src/display.rs
AgeCommit message (Collapse)Author
2024-06-23deprecate ShowContextual, document changes to colors/color_new modulesiximeow
2024-06-22be more careful about what does and doesnt need allociximeow
2024-06-22move DisplaySink code out from yaxpeax-x86iximeow
it was built in-place around yaxpeax-x86, hoisted out once it seemed suitable and could be generalized. yay! also include a Makefile in yaxpeax-arch now to test that various crate feature flag combinations.. work.
2021-05-07swap termion dep for crossterm, simplify Colorization interfaces0.0.5iximeow
2020-01-15no_std!!iximeow
this makes yaxpeax-arch no_std. generally nothing has changed w.r.t downstream crates, but a lot to do with colorization has been moved tweaked to make it no_std-friendly (specifically, allowing `termion` to be an optional dependency) this also makes address parsing optional, in the hopes that decode-only use cases don't need to involve as much machinery when building.
2020-01-12fix sign display bugiximeow
2020-01-12add some display logic into archiximeow