Skip to content

Commit 06abba2

Browse files
Make SecretBuffer and shred! public
I'm assuming can and should (sometimes) be used, not just by Julia. shred! ok in Strings? Maybe it or both should go under IO?
1 parent 30c34ef commit 06abba2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

base/public.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public
1313
AbstractOneTo,
1414
AbstractPipe,
1515
AsyncCondition,
16+
SecretBuffer,
1617
CodeUnits,
1718
Event,
1819
Fix,
@@ -108,6 +109,7 @@ public
108109

109110
# Strings
110111
escape_raw_string,
112+
shread!,
111113

112114
# IO
113115
# types

0 commit comments

Comments
 (0)