aver 0.1.5

A dead simple logging library for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
authors = ["alexa <alexa.griffin42@gmail.com>"]
description = "A dead simple logging library for rust"
edition = "2018"
homepage = "https://crates.io/crates/aver"
license = "MIT"
name = "aver"
readme = "README.md"
repository = "https://github.com/alexa-griffin/aver"
version = "0.1.5"

[target."cfg(windows)".dependencies.winapi]
features = ["wincon", "fileapi", "handleapi"]
version = "0.3.8"