Skip to content

Commit 0fb7a0a

Browse files
committed
std.zon: better namespace for Serializer
1 parent 737b133 commit 0fb7a0a

File tree

7 files changed

+957
-981
lines changed

7 files changed

+957
-981
lines changed

lib/std/zon.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838

3939
pub const parse = @import("zon/parse.zig");
4040
pub const stringify = @import("zon/stringify.zig");
41+
pub const Serializer = @import("zon/Serializer.zig");
4142

4243
test {
4344
_ = parse;

0 commit comments

Comments
 (0)