Rust dependency-solver

Open-source Rust projects categorized as dependency-solver
Topics: Elm

Rust dependency-solver Projects

  • pubgrub

    PubGrub version solving algorithm implemented in Rust

  • Project mention: The magic of dependency resolution | /r/rust | 2023-07-05

    I initially spend quite some time investigating PubGrub for conda (using the awesome rust implementation) but gave up after some time. The biggest issue was that the primitive used in the pubgrub algorithm is the concept of a range and the mathematical operations you can apply to it. This makes the algorithm very good at reasoning about whether or not a particular spec is worth considering. However, it requires that you can express a set of versions as a continuous range. This is often the case when you talk about things like semver, but in conda there are many more factors to consider, for instance, a spec (matchspec in condas case) might, besides referring to a version also refer to a build string in the form of globs ("*cuda") or build numbers, different platforms, features, hashes and you can even use regular expressions in there. I have not been able to figure out a way to map conda matchspecs into a range primitive that works for pubgrub.

  • elm-solve-deps

    A dependency solver for the elm ecosystem

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust dependency-solver related posts

  • The magic of dependency resolution

    2 projects | /r/rust | 5 Jul 2023

Index

Project Stars
1 pubgrub 316
2 elm-solve-deps 4

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com