pubgrub-rs / pubgrub

PubGrub version solving algorithm implemented in Rust
https://pubgrub-rs.github.io/pubgrub/pubgrub/
Mozilla Public License 2.0
337 stars 30 forks source link

Remove `Reporter` trait #159

Open zanieb opened 7 months ago

zanieb commented 7 months ago

Per discussion in https://github.com/pubgrub-rs/pubgrub/pull/158, the Reporter trait is not particularly useful to users because they are not expected to pass generic reporters around. It'd probably be easier to reason about some standalone functions instead.