Home
last modified time | relevance | path

Searched refs:crates_io_url (Results 1 – 2 of 2) sorted by relevance

/development/tools/external_crates/crate_health/src/
Dreports.rs81 &linkify(&krate.name(), &krate.crates_io_url()), in table()
104 &linkify(&krate.name(), &krate.crates_io_url()), in health_table()
149 &linkify(&source.name(), &source.crates_io_url()), in migratable_table()
175 &linkify(&krate.name(), &krate.crates_io_url()), in migration_ineligible_table()
206 &linkify(&source.name(), &source.crates_io_url()), in migration_eligible_table()
Dcrate_type.rs139 pub fn crates_io_url(&self) -> String { in crates_io_url() method