const Context = @import("context.zig"); const Self = @This(); // // FIELDS // // --- ID --- name: []const u8, description: []const u8 = "", version: [3]u8 = .{ 0, 0, 0 }, // --- CALLBACKS --- build: *const fn (*Self, Context) anyerror!void,