securer-string 0.1.2

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
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.2]https://github.com/cot-rs/securer-string/compare/v0.1.1...v0.1.2 - 2026-05-22

[View diff on diff.rs](https://diff.rs/securer-string/0.1.1/securer-string/0.1.2/Cargo.toml)

### Fixes

- Use miri instead of test for ignoring mlocking ([#7]https://github.com/cot-rs/securer-string/pull/7) (by [@seqre]https://github.com/seqre)
- Improve debug implementations ([#5]https://github.com/cot-rs/securer-string/pull/5) (by [@seqre]https://github.com/seqre)

## [0.1.1]https://github.com/cot-rs/securer-string/compare/v0.1.0...v0.1.1 - 2026-05-21

[View diff on diff.rs](https://diff.rs/securer-string/0.1.0/securer-string/0.1.1/Cargo.toml)

- Do not use --locked (by [@seqre]https://github.com/seqre)
- Use client-id in release-plz (by [@seqre]https://github.com/seqre)