bluss / permutohedron

https://docs.rs/permutohedron/
Apache License 2.0
38 stars 5 forks source link

Swap control::Control<B> for std::ops::ControlFlow<B, ()> #11

Open schneiderfelipe opened 4 months ago

schneiderfelipe commented 4 months ago

This addresses #10 in a way that still makes (): control::ControlFlow.

EDIT: this also removes an unused function, and makes some small code changes to match some of the std::ops::ControlFlow API. No functionality is lost, but it might break code of anyone calling methods on control::ControlFlow...