Getting Started
This guide is broken down in to three sections:
- Values: Strongly typed data owned by a node in a graph.
- Nodes: A wrapper for a value controlling its access and tracking dependencies.
- Graphs: A collection of nodes and edges.
Let's walk through some simple code examples and core concepts of Depends!