pubgrub-rs / pubgrub

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

Use arrays to provide dependency lists #109

Closed tranzystorekk closed 3 years ago

tranzystorekk commented 3 years ago

Use arrays instead of vecs in examples, docs and tests (IntoIterator implemented since Rust 1.53)