A listing as parsed out of the Markdown source.
| 80 | |
| 81 | /// A listing as parsed out of the Markdown source. |
| 82 | pub struct Listing { |
| 83 | pub title: String, |
| 84 | pub local: String, |
| 85 | pub url: String, |
| 86 | } |
| 87 | |
| 88 | impl Listing { |
| 89 | /// Fetches the canonical version of the listing from its GitHub URL. |
nothing calls this directly
no outgoing calls
no test coverage detected