Versions in this module Expand all Collapse all v0 v0.0.1 Aug 25, 2026 Changes in this version + type Circle struct + R float64 + X float64 + Y float64 + type Link struct + From K + To K + type Options struct + LeafRadius float64 + MaxDepth int + Padding float64 + PayloadFill float64 + type Packing struct + Bounds Circle + Links []Link[K] + Nodes []Placed[K] + func Pack[K comparable](g *graph.Graph[K], opts Options) *Packing[K] + type Placed struct + Depth int + HasParent bool + Hash []byte + ID K + Kind string + Label string + Leaf bool + Parent K + Payload []Slot + Shared bool + type Slot struct + Field graph.Field