MCPcopy Create free account
hub / github.com/PerroEngine/Perro / docs

Function docs

perro_website/src/docs.rs:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32static DOCS: LazyLock<Vec<DocPage>> =
33 LazyLock::new(|| serde_json::from_str(DOCS_JSON).expect("generated docs json"));
34
35pub fn docs() -> &'static [DocPage] {
36 DOCS.as_slice()
37}

Calls 1

as_sliceMethod · 0.45