]> git.lizzy.rs Git - rust.git/commit
Generalized implementation of FromBase64
authorSteven Fackler <sfackler@gmail.com>
Wed, 29 May 2013 01:41:05 +0000 (18:41 -0700)
committerSteven Fackler <sfackler@gmail.com>
Wed, 29 May 2013 01:41:05 +0000 (18:41 -0700)
commitb1e7d49b11a51fb3d6b41c0ec677d0d40e1d2c26
treead825c1c5f2c68a78e81708af428dcc05a3a290f
parente3d0c1eb0e86e04c2a6d5abe526516351cfaef3f
Generalized implementation of FromBase64

Previously, FromBase64 was only implemented on ~[u8] and ~str when
any pointer would do. The implementations of FromBase64 are now
consistent with the implementations of ToBase64.
src/libextra/base64.rs