trywarn 0.1.0

a Result like warning system, that allows warning propagation within the type system
Documentation
[[bin]]
name = "trywarn"
path = "src/main.rs"

[dependencies.concat-idents]
version = "1.1.5"

[dependencies.paste]
version = "1.0.15"

[[example]]
name = "filters"
path = "examples/filters.rs"

[[example]]
name = "macros"
path = "examples/macros.rs"

[features]
try = []

[lib]
name = "trywarn"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "a Result like warning system, that allows warning propagation within the type system"
edition = "2024"
license = "MIT"
name = "trywarn"
readme = "README.md"
version = "0.1.0"