cipher-crypt 0.18.0

A cryptographic tomb of ciphers forgotten by time.
Documentation
language: rust
rust:
  - stable
  - beta
cache:
  - cargo
matrix:
  fast_finish: true
before_script:
  - rustup component add rustfmt
  - rustup component add clippy
script:
  - cargo fmt --all -- --check
  - cargo clippy --all-targets --all-features -- -D warnings
  - cargo build --verbose --all
  - cargo test --verbose --all