base64: add docstring
This commit is contained in:
parent
9c1bbc586c
commit
1c6272a267
@ -8,6 +8,8 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
//! Base64 binary-to-text encoding
|
||||
|
||||
use core::iter;
|
||||
use core::str;
|
||||
use core::vec;
|
||||
|
Loading…
x
Reference in New Issue
Block a user