env_assert 0.1.5

A Rust library to assert when an environmental variable is set
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Jake Vossen <jake@vossen.dev>"]
categories = ["development-tools::debugging", "development-tools"]
description = "A Rust library to assert when an environmental variable is set"
edition = "2018"
homepage = "https://github.com/jakevossen5/env_assert/"
keywords = ["assert", "testing"]
license = "MIT"
license-file = "LICENSE"
name = "env_assert"
readme = "README.md"
repository = "https://github.com/jakevossen5/env_assert/"
version = "0.1.5"