MCPcopy Create free account
hub / github.com/bitfield/up2code / Listing

Class Listing

src/lib.rs:82–86  ·  view source on GitHub ↗

A listing as parsed out of the Markdown source.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected