const std = @import("std");
const Group = struct {
gid: u32,
name: []const u8,
members: std.BufSet,
};