sec 0.99.2

Prevent secrets from leaking via `Debug` or `Display` traits
Documentation
1
2
3
4
5
6
7
sec
===

[![Build Status](https://travis-ci.org/49nord/sec-rs.svg?branch=master)](https://travis-ci.org/49nord/sec-rs)
[![Crates.io version](https://img.shields.io/crates/v/sec.svg)](https://crates.io/crates/sec)

The `sec` crate prevent secrets from accidentally leaking through `Debug` or `Display` implementations. See the [documentation](https://docs.rs/sec) for details.