trylog

Crates.iotrylog
lib.rstrylog
version0.3.1
sourcesrc
created_at2022-09-27 11:54:56.126758
updated_at2022-12-06 04:22:26.349921
descriptionLog if `Err` or `None`.
homepage
repositoryhttps://github.com/Berrysoft/trylog
max_upload_size
id674892
size15,459
王宇逸 (Berrysoft)

documentation

README

trylog

This crate is inspired by tracing-unwrap, and provides inspect and unwrap_or_default series of methods.

It also supports all types implemented Try.

Log level

method level
inspect_or_log* info
unwrap_or_default_log* warn
unwrap_or_log* error
Commit count: 8

cargo fmt