Skip to content

Commit 1c6272a

Browse files
committed
base64: add docstring
1 parent 9c1bbc5 commit 1c6272a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libstd/base64.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
//! Base64 binary-to-text encoding
12+
1113
use core::iter;
1214
use core::str;
1315
use core::vec;

0 commit comments

Comments
 (0)