Skip to content

Commit

Permalink
make kernels public.
Browse files Browse the repository at this point in the history
I'm not sure if we want to do this, but something like this was needed to address: urschrei/polylabel-rs#6
  • Loading branch information
michaelkirk committed Dec 28, 2020
1 parent 4540562 commit 31d432c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo/src/algorithm/mod.rs
@@ -1,5 +1,5 @@
/// Kernels to compute various predicates
pub(crate) mod kernels;
pub mod kernels;

/// Calculate the area of the surface of a `Geometry`.
pub mod area;
Expand Down

0 comments on commit 31d432c

Please sign in to comment.