A websocket implementation for zig
0

Configure Feed

Select the types of activity you want to include in your feed.

websocket.zig / build.zig.zon
180 B 12 lines
1.{ 2 .name = .websocket, 3 .version = "0.1.0", 4 .dependencies = .{}, 5 .fingerprint = 0x42ce80b97512f264, 6 .paths = .{ 7 "readme.md", 8 "build.zig", 9 "build.zig.zon", 10 "src", 11 }, 12}