Module sphinx_rust::data_query

pub mod data_query;[source]

Functions for querying the cache.

Functions

load_child_enums

load all enums from the cache that are children of the given parent

load_child_functions

load all function from the cache that are children of the given parent

load_child_modules

load all modules from the cache that are children of the given parent

load_child_structs

load all structs from the cache that are children of the given parent

load_crate

load a crate from the cache, if it exists

load_descendant_enums

load all enums from the cache that that have a common ancestor

load_descendant_modules

load all modules from the cache that have a common descendant

load_descendant_structs

load all structs from the cache that have a common ancestor

load_enum

load an enum from the cache, if it exists

load_function

load a function from the cache, if it exists

load_module

load a module from the cache, if it exists

load_struct

load a struct from the cache, if it exists