//! By convention, root.zig is the root source file when making a library. const std = @import("std"); pub const Golomb = @import("Golomb.zig"); pub const ZigZag = @import("ZigZag.zig"); test { std.testing.refAllDecls(@This()); }