1//! Public Rust API for the Ledge portfolio QP solver.
2//!
3//! Numerical implementation details live in `ledge-core`; this crate is the
4//! import surface intended for Rust applications and the Python bindings.
56#![forbid(unsafe_code)]
78pub use ledge_core::*;