secstr 0.4.0

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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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