Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
static DOCS: LazyLock<Vec<DocPage>> =
33
LazyLock::new(|| serde_json::from_str(DOCS_JSON).expect(
"generated docs json"
));
34
35
pub fn docs() -> &'static [DocPage] {
36
DOCS.as_slice()
37
}
Callers
12
docs_pages
Function · 0.85
book_pages
Function · 0.85
find_doc
Function · 0.85
docs_by_area
Function · 0.85
grouped_docs
Function · 0.85
grouped_docs_filtered_for_area
Function · 0.85
docs_do_not_contain_stale_script_model_terms
Function · 0.85
docs_do_not_contain_generated_placeholder_examples
Function · 0.85
api_ref_headings_match_compiled_api_names
Function · 0.85
api_ref_signatures_name_their_heading
Function · 0.85
docs_do_not_use_generic_api_placeholder_prose
Function · 0.85
sitemap_xml
Function · 0.85
Calls
1
as_slice
Method · 0.45
Tested by
5
docs_do_not_contain_stale_script_model_terms
Function · 0.68
docs_do_not_contain_generated_placeholder_examples
Function · 0.68
api_ref_headings_match_compiled_api_names
Function · 0.68
api_ref_signatures_name_their_heading
Function · 0.68
docs_do_not_use_generic_api_placeholder_prose
Function · 0.68