Zig 0.17.0-dev (Split by item)

This is an example of documentation generated by ZigDoc, an alternative to Zig's built-in Auto Doc feature. See also examples in other modes/formats. The project being documented here (as the example) is the Zig library itself.

StatusUpdate

WebSocket server->client.

Indicates that the build status has changed.

abi.StatusUpdate
pub const StatusUpdate = extern struct

File

lib/std/Build/abi.zig:113

Code

pub const StatusUpdate = extern struct {
    tag: ToClientTag = .status_update,
    new: BuildStatus,
}