1//! Compatibility re-exports for ABI constants.
2//!
3//! The link-free source of truth is `lean-rs-abi`; `lean-rs-sys` re-exports
4//! the constants here so existing callers can keep using
5//! `lean_rs_sys::consts::*`.
67pub use lean_rs_abi::consts::*;