is_relation_implied

Function is_relation_implied 

Source
pub fn is_relation_implied(inner: &Entry, outer: &Entry) -> bool
Expand description

Check if one relation implies another.

§Arguments

  • inner - Inner relation (e.g. “bzr (>= 1.3)”)
  • outer - Outer relation (e.g. “bzr (>= 1.3) | libc6”)