Skip to content

Commit

Permalink
Better top-level doc
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Nov 1, 2024
1 parent a4aadea commit 885f428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
//! ## Boolean Operations
//!
//! - **[`BooleanOps`]**: Combine or split (Multi)Polygons using intersecton, union, xor, or difference operations
//! - **[`UnaryUnion`]**: A fast union of a collection of [`Polygon`]s, backed by an R*-tree
//! - **[`UnaryUnion`]**: Efficient union of a collection of adjacent or overlapping [`Polygon`]s
//!
//! ## Outlier Detection
//!
Expand Down

0 comments on commit 885f428

Please sign in to comment.