summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-01-18 14:31:58 -0800
committeriximeow <me@iximeow.net>2020-01-18 14:31:58 -0800
commit9e46e4718e6c31b4f9ae35ff4a0e65d206b8e688 (patch)
tree4bca466641e7883d660a0e9a72467d9d099a6385 /src/lib.rs
parent8713eca470b00a7afc2d3d18b3fbe13c77806bc0 (diff)
make NoContext public, move to yaxpeax-arch crate
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 74f814c..ccaf2ec 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -11,6 +11,7 @@ extern crate termion;
use yaxpeax_arch::{Arch, Decoder, LengthedInstruction};
mod display;
+pub use display::NoContext;
#[cfg(feature="use-serde")]
#[derive(Debug, Serialize, Deserialize)]