We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1bbc5 commit 1c6272aCopy full SHA for 1c6272a
src/libstd/base64.rs
@@ -8,6 +8,8 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
+//! Base64 binary-to-text encoding
12
+
13
use core::iter;
14
use core::str;
15
use core::vec;
0 commit comments