terny 0.1.0

A simple, C-like, ternary operator for cleaner syntax.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.quote]
version = "1.0.26"

[dependencies.syn]
version = "2.0.15"

[lib]
proc-macro = true

[package]
authors = ["KaitlynEthylia <kaitlyyn.ethylia@proton.me>"]
description = "A simple, C-like, ternary operator for cleaner syntax."
edition = "2021"
license = "Unlicense"
name = "terny"
readme = "README.md"
repository = "https://github.com/KaitlynEthylia/terny"
version = "0.1.0"