[go: up one dir, main page]

log_err 1.1.1

Log error messages from Unwrap and Expect with log crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.log]
version = "^0.4.*"

[dev-dependencies.simplelog]
version = "^0.10.*"

[package]
authors = ["Kartavya Vashishtha <kartavya0703@gmail.com>"]
categories = ["rust-patterns"]
description = "Log error messages from Unwrap and Expect with log crate"
edition = "2018"
license = "Unlicense"
name = "log_err"
readme = "README.md"
repository = "https://github.com/DesmondWillowbrook/rs-log_err"
version = "1.1.1"