Module scrape_examples

Source
Expand description

This module analyzes crates to find call sites that can serve as examples in the documentation.

Structsยง

CallData ๐Ÿ”’
CallLocation ๐Ÿ”’
FindCalls ๐Ÿ”’
Visitor for traversing a crate and finding instances of function calls.
ScrapeExamplesOptions ๐Ÿ”’
SyntaxRange ๐Ÿ”’

Functionsยง

load_call_locations ๐Ÿ”’
run ๐Ÿ”’

Type Aliasesยง

AllCallLocations ๐Ÿ”’
FnCallLocations ๐Ÿ”’