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

feat!: allocation free errors #168

Closed Eh2406 closed 6 months ago

Eh2406 commented 6 months ago

This replaces the work in #136 and fixes #116 this allows the user to pick the error type that best suits their needs.

Working on this is a prerequisite for allowing the user to associate data with unavailable dependencies.