Skip to content

Commit 73f1f68

Browse files
committed
std: Export base64
1 parent c199090 commit 73f1f68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/std.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export rope, arena, par;
2323
export ebml, dbg, getopts, json, rand, sha1, term, time, prettyprint;
2424
export test, tempfile, serialization;
2525
export cmp;
26+
export base64;
2627

2728
// General io and system-services modules
2829

0 commit comments

Comments
 (0)