base64: add docstring

This commit is contained in:
Daniel Micay 2013-03-27 03:40:15 -04:00
parent 9c1bbc586c
commit 1c6272a267

View File

@ -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;