//! ziskos-hints: ziskos compiled with hints feature enabled
//!
//! This crate compiles the symlinked core/ (which points to ziskos/entrypoint/src)
//! with the hints feature enabled, and adds hints-specific processing utilities.
// Include the symlinked source as a module
// Re-export everything from the symlinked implementation
pub use *;
// The symlinked source references INPUT_POS/INPUT_INITIAL_OFFSET as crate-root
// items (since in the `ziskos` crate, core/lib.rs *is* the crate root). Mirror
// that here so the same source compiles in both crates.
pub use ;
// Add hints-specific modules that only exist in ziskos-hints
/// Per-precompile hint handlers: decode a precompile's hint data and compute
/// the values fed back to the emulator.