error_log 0.1.2

Simple, struct-based Error-Handling
Documentation
[[example]]
name = "async"
required-features = ["anyhow"]

[[example]]
name = "anyhow"
required-features = ["anyhow"]
[dependencies.anyhow]
optional = true
version = "1.0.70"

[dependencies.libc-print]
version = "0.1.21"

[dependencies.log]
default-features = false
version = "0.4.17"

[dependencies.native-dialog]
optional = true
version = "0.6.3"

[dependencies.time]
features = ["formatting"]
optional = true
version = "0.3.20"
[dev-dependencies.anyhow]
version = "1.0.70"

[dev-dependencies.env_logger]
version = "0.10.0"

[dev-dependencies.native-dialog]
version = "0.6.3"

[dev-dependencies.pretty_assertions]
version = "1.3.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.27.0"

[features]
anyhow = ["dep:anyhow", "errors"]
default = ["std", "default_no_std"]
default_no_std = ["helper-traits", "instant-display", "messages", "errors"]
errors = []
helper-traits = ["errors"]
instant-display = []
messages = []
native-dialog = ["dep:native-dialog", "std"]
std = ["time"]

[package]
authors = ["LeSnake04"]
categories = ["no-std", "rust-patterns"]
description = "Simple, struct-based Error-Handling"
edition = "2021"
keywords = ["error-handling", "error", "log"]
license = " Apache-2.0"
name = "error_log"
readme = "README.md"
repository = "https://github.com/LeSnake04/error_log"
resolver = "2"
version = "0.1.2"