[go: up one dir, main page]

testing_logger 0.1.1

Supports writing tests to verify `log` crate calls
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[badges.travis-ci]
branch = "master"
repository = "brucechapman/rust_testing_logger"

[dependencies.log]
version = "0.4.3"

[package]
authors = ["brucechapman <bruce.chapman.nz@gmail.com>", "NEC New Zealand Limited"]
categories = ["development-tools::testing", "development-tools::debugging"]
description = "Supports writing tests to verify `log` crate calls"
keywords = ["testing", "logging", "log"]
license = "BSD-3-Clause"
name = "testing_logger"
readme = "README.md"
repository = "https://github.com/brucechapman/rust_testing_logger"
version = "0.1.1"