mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
fixed codecs.zig (#23706)
This commit is contained in:
parent
535a0c4270
commit
8e79fc64cd
@ -1,3 +1,3 @@
|
||||
pub const asn1 = @import("codecs/asn1.zig");
|
||||
pub const Base64 = @import("codecs/base64_hex_ct.zig").Base64;
|
||||
pub const Hex = @import("codecs/base64_hex_ct.zig").Hex;
|
||||
pub const base64 = @import("codecs/base64_hex_ct.zig").base64;
|
||||
pub const hex = @import("codecs/base64_hex_ct.zig").hex;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user