coreutils/base64
Jordy Dickinson 492b35f629 Fix base64 due to from_utf8 and replace changes
These two changes were made in rust's std lib:
    1. `str::replace` was a method of str, now it's a function.
    2. `from_utf8` now wraps its return value in Option.
2014-01-24 12:30:03 -05:00
..
base64.rs Fix base64 due to from_utf8 and replace changes 2014-01-24 12:30:03 -05:00