//! This crate includes Rust bindings to the
//! [Ghidra](https://github.com/NationalSecurityAgency/ghidra) SLEIGH library libsla for translating
//! native code to p-code.
//!
//! SLEIGH is a processor specification language developed for the Ghidra used to describe
//! microprocessors with enough detail to facilitate disassembly and decompilation. The
//! processor-specific instructions are translated to **p-code**, which captures the instruction
//! semantics independent of the specific processor. The details on how to perform this translation
//! are captured by the compiled SLEIGH specification for the processor.
pub use *;
pub use *;