//! `ransac` has no dependency on `ort`, so it's split out into this library target
//! (separate from the `ort`-dependent binary) so its correctness can be verified with
//! `cargo test --lib` without needing a working ONNX Runtime / execution provider setup.
pub mod ransac;