resolvo 0.10.2

Fast package resolver written in Rust (CDCL based SAT solving)
Documentation
1
2
3
4
5
6
7
8
//! Defines several helper functions and structs that make it easier to
//! implement a custom dependency provider.

mod mapping;
mod pool;

pub use mapping::{Mapping, MappingIter};
pub use pool::{PackageName, Pool, Solvable, VersionSet};