aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2024-06-21 01:32:12 -0700
committeriximeow <me@iximeow.net>2024-06-21 01:32:48 -0700
commite39d6b576da2f25490bf739b61fc8c9f3ab7c2ec (patch)
tree70359578027f9373ad3e0bfde422d35069e8fa18 /src/lib.rs
parent70f767370feb9ca056e4baf32f37c6d8d8235e0c (diff)
separate out display code further, reword comments on InstructionTextSink to be ... stern
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index a7b8531..709563b 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -139,6 +139,8 @@ pub mod real_mode;
pub use real_mode::Arch as x86_16;
mod safer_unchecked;
+#[cfg(feature = "fmt")]
+mod display;
const MEM_SIZE_STRINGS: [&'static str; 65] = [
"BUG",