Skip to content

Commit

Permalink
refactor!(core, kernels): turn split_edge methods into kernel-crate f…
Browse files Browse the repository at this point in the history
…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
imrn99 authored Oct 16, 2024
1 parent 9285a3e commit 253f51a
Show file tree
Hide file tree
Showing 10 changed files with 1,044 additions and 996 deletions.
483 changes: 0 additions & 483 deletions honeycomb-core/src/cmap/dim2/advanced_ops.rs

This file was deleted.

1 change: 0 additions & 1 deletion honeycomb-core/src/cmap/dim2/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
// ------ MODULE DECLARATIONS

pub mod advanced_ops;
pub mod basic_ops;
pub mod embed;
pub mod link_and_sew;
Expand Down
Loading

0 comments on commit 253f51a

Please sign in to comment.