Crate query_graph

Source

Structs§

Graph
The Graph struct represents a concurrent query dependency graph. It provides the infrastructure for managing, resolving, and optimizing a wide range of queries across a variety of applications, including but not limited to concurrent incremental compilers.
QueryResolver

Traits§

ResolveQuery