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
[dependencies]

[package]
authors = ["CheckM4te"]
description = "Rust macro to use a match-like syntax as an elegant alternative to nesting if-else statements"
documentation = "https://docs.rs/cond"
edition = "2021"
homepage = "https://github.com/checkm4ted/cond"
license = "MIT"
name = "cond"
readme = "README.md"
repository = "https://github.com/checkm4ted/cond"
version = "1.0.5"