Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!(core, kernels): turn split_edge methods into kernel-crate f…
…unctions (#193) * add module to kernels * add split edge methods to kernel module as functions * move tests * delete old methods & replace usages * add doc & root crate re-exports * change `bool` to `Result<(), SplitEdgeError>` return & usages * update doc * fix lint
- Loading branch information