diff -r 677a5fd1b014 -r b921ed0ab99b src/lib.rs --- a/src/lib.rs Sun Jul 19 07:30:06 2026 +0200 +++ b/src/lib.rs Mon Jul 13 12:09:57 2026 -0500 @@ -265,6 +265,10 @@ #[arg(long)] /// Inner tolerance multiplier pub inner_tol: Option, + + #[arg(long)] + /// Use a conservative insertion strategy + pub conservative: Option, } /// A generic entry point for binaries based on this library