/// Holds information about the process: memory map layout, parsed info
/// for the binary and/or library, etc.
/// An abstraction over the different language runtimes (Python, Ruby, etc) that we support
/// A trait implementation for Python processes
/// A trait implementation for Ruby processes
pub use ProcessType;
pub use PythonProcessType;
pub use RubyProcessType;