[][src]Module cpe::cpe

General CPE utilities

Enums

CpeType

A CPE Type Component

Language

CPE Language value

Traits

Cpe

Generic accesss to fields in a Uri or Wfn (either owned or borrowed). If you have a borrowed Uri or Wfn, it is prefereble to use the methods from the struct directly instead of this trait, as they return a &Component instead of Component, and in the case that the string value of a component required decoding, using this trait may result in a string clone.