tiny.zen.diagram.ego
Defined in diagram.
API (13)
Actions
Public operations.
render: Renders one call map into caller-owned output storage.write: Writes one bounded, linked, static SVG call map.
Types and contracts
Public types and contracts.
ArrangementBand: One call direction with exact total count and a bounded ordered sample.ErrorGeometryLayoutPlanNetwork: A declaration and its direct callers and callees.Node: One declaration in a call map.Surface: Selects geometry for a documentation margin or the wider reading surface.
Namespaces
Public namespaces.
Source
Source: lib/zen/src/diagram/ego/root.zig
zig
pub const layout = @import("layout.zig");pub const model = @import("model.zig");pub const svg = @import("svg.zig");pub const Band = model.Band;pub const Arrangement = model.Arrangement;pub const Error = model.Error;pub const Geometry = model.Geometry;pub const Network = model.Network;pub const Node = model.Node;pub const Surface = model.Surface;pub const LayoutPlan = layout.Plan;pub const render = svg.render;pub const write = svg.write;Source: lib/zen/src/diagram/root.zig:7
zig
pub const ego = @import("ego/root.zig");Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |