secstr 0.5.1

A data type suitable for storing sensitive information such as passwords and private keys in memory, featuring constant time equality, mlock and zeroing out.
Documentation
jobs:
  include:
    - os: linux
      arch: amd64
    - os: linux
      arch: arm64
    - os: linux
      arch: ppc64le
    - os: osx
    - os: windows
sudo: false
language: rust
script: cargo test --verbose && cargo test --verbose --features "serde"
rust:
  - stable
  - nightly