lean-rs-sys 0.2.0

Raw FFI bindings for the Lean 4 C ABI. See `lean-rs` for the safe front door.
Documentation
1
2
3
4
5
6
7
//! Compatibility re-exports for ABI constants.
//!
//! The link-free source of truth is `lean-rs-abi`; `lean-rs-sys` re-exports
//! the constants here so existing callers can keep using
//! `lean_rs_sys::consts::*`.

pub use lean_rs_abi::consts::*;