trywarn 0.1.0

a Result like warning system, that allows warning propagation within the type system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "trywarn"
version = "0.1.0"
edition = "2024"
description = "a Result like warning system, that allows warning propagation within the type system"
license = "MIT"
docs = "docs.rs"

[dependencies]
concat-idents = "1.1.5"
paste = "1.0.15"

[features]
try = []