rfc-4648 0.1.0

Implementation of RFC 4648.
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
before_script:
- rustup component add rustfmt clippy
script:
- cargo fmt --all -- --check
- cargo build --verbose
- cargo test --all --verbose
matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true
  cache: cargo