src/lib.rs

changeset 76
b921ed0ab99b
parent 75
677a5fd1b014
--- 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<F>,
+
+    #[arg(long)]
+    /// Use a conservative insertion strategy
+    pub conservative: Option<bool>,
 }
 
 /// A generic entry point for binaries based on this library

mercurial