From a66be66c22bc31526ac35c1cffdb28992a392ccf Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 22 Jun 2024 11:03:43 -0700 Subject: move DisplaySink code out from yaxpeax-x86 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. --- src/testkit.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/testkit.rs (limited to 'src/testkit.rs') diff --git a/src/testkit.rs b/src/testkit.rs new file mode 100644 index 0000000..1018234 --- /dev/null +++ b/src/testkit.rs @@ -0,0 +1,2 @@ +#[cfg(feature="alloc")] +pub mod display; -- cgit v1.1