Crate metaslang_bindings

Crate metaslang_bindings 

Source
Expand description

This module contains the core utilities for dealing with the binding graph for Slang.

It’s based on the stack graph library.

Structs§

BindingGraph
Represents the binding graph for Slang.
BuiltInLocation
Represents a built-in location in the binding graph.
Definition
Represents a definition in the binding graph.
Reference
Represents a reference to a node in the binding graph.
UserFileLocation
Represents a location in a user file.

Enums§

BindingLocation
Represents a location in the binding graph.