binascii 0.1.4

Useful no-std binascii operations including base64, base32 and base16 (hex)
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
cache: cargo
matrix:
  allow_failures:
  - nightly
  fast_finish: true
os:
  - linux
  - osx