base64_t 0.1.1

A Base64 type based on the base64 crate that guarantees successful encoding and decoding.
Documentation
image: "scorpil/rust:stable"

test:cargo:
  script:
  - rustc --version && cargo --version      # Print version info for debugging
  - cargo test --verbose --jobs 1 --release # Don't paralize to make errors more readable