diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 3 | 
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@  use yaxpeax_arch::{Arch, AddressDiff, Decoder, LengthedInstruction, Reader, StandardDecodeError}; +#[cfg(feature="use-serde")] +#[macro_use] extern crate serde_derive; +  pub mod consts;  pub mod display;  | 
