auditable 0.2.0

Audit Rust binaries for known bugs or vulnerabilities in production with zero bookkeeping.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "auditable"
version = "0.2.0"
authors = ["Sergey \"Shnatsel\" Davidoff <shnatsel@gmail.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Shnatsel/rust-audit"
description = "Audit Rust binaries for known bugs or vulnerabilities in production with zero bookkeeping."
categories = ["development-tools"]
edition = "2018"

[features]

[dependencies]