trylog 0.3.1

Log if `Err` or `None`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "trylog"
version = "0.3.1"
authors = ["Berrysoft <Strawberry_Str@hotmail.com>"]
edition = "2021"
description = "Log if `Err` or `None`."
license = "MIT"
repository = "https://github.com/Berrysoft/trylog"
keywords = ["log", "logging"]
categories = ["development-tools::debugging"]
readme = "README.md"

[dependencies]
log = "0.4"

[dev-dependencies]
simple_logger = "4.0"