turnip 1.0.1

Ternary operators for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[package]
authors = ["Adam Erickson <adam.michael.erickson@gmail.com>"]
categories = ["algorithms", "development-tools"]
description = "Ternary operators for Rust"
documentation = "https://github.com/admercs/turnip-rs"
edition = "2021"
homepage = "https://github.com/admercs/turnip-rs"
keywords = ["ternary", "operators", "utilities", "library"]
license = "MIT"
name = "turnip"
readme = "README.md"
repository = "https://github.com/admercs/turnip-rs"
rust-version = "1.56.0"
version = "1.0.1"