diff options
author | iximeow <me@iximeow.net> | 2024-06-22 00:25:01 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2024-06-22 00:25:01 -0700 |
commit | 347042c45ced56b37a665a2c4b042b7f7aae8e03 (patch) | |
tree | 31bab03cf9bf54bf8d4173a81e487ce8fb62b28a /src/lib.rs | |
parent | d16cc79d7b7091f67328a0080634ce6cd4880dbd (diff) |
extract reusable display bits into yaxpeax-arch, add a visitor fn to Operand
comes with deleting the body of impl Colorize for Operand, because we can reuse the normal operand formatting code
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -139,8 +139,6 @@ pub mod real_mode; pub use real_mode::Arch as x86_16; mod safer_unchecked; -#[cfg(feature = "fmt")] -pub mod display; const MEM_SIZE_STRINGS: [&'static str; 65] = [ "BUG", |