aboutsummaryrefslogtreecommitdiff
path: root/src/color.rs
AgeCommit message (Collapse)Author
7 daysupdate crossterm to a version released in the last two yearsiximeow
also bump rust-toolchain and edition of yaxpeax-arch
7 daysfix cfg(!default,colors,serde) imports, doc commentsiximeow
2021-05-07swap termion dep for crossterm, simplify Colorization interfaces0.0.5iximeow
2020-01-20Default impl of ColorSettings was needlessly feature gatediximeow
on a feature that doesnt exist, no less!
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.