cond 1.0.5

Rust macro to use a match-like syntax as an elegant alternative to nesting if-else statements
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "cond"

version = "1.0.5"

authors = ["CheckM4te"]

license = "MIT"

description = "Rust macro to use a match-like syntax as an elegant alternative to nesting if-else statements"

homepage = "https://github.com/checkm4ted/cond"

edition = "2021"

repository = "https://github.com/checkm4ted/cond"

documentation = "https://docs.rs/cond"

readme = "README.md"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]