ternary-operator-macro 0.0.1

rust
Documentation
1
2
3
4
5
### Ternary Operator

```rust
ternary!(true => "a","b")
```