Struct wit_parser::Package
source · pub struct Package {
pub name: String,
pub url: Option<String>,
pub documents: IndexMap<String, DocumentId>,
}
Fields§
§name: String
Locally-known name of this package.
url: Option<String>
Optionally-specified URL of this package, must be specified for remote dependencies.
documents: IndexMap<String, DocumentId>
Documents contained within this package, organized by name.