2 个版本
0.1.1 | 2019年9月22日 |
---|---|
0.1.0 | 2019年9月22日 |
#2031 in Rust 模式
311 每月下载
4KB
conditional
允许你在 Rust 中使用条件运算符的语法。也称为三元运算符。
示例
let x = conditional!(69 > 42 ? "hello" : "world");
assert_eq!(x, "hello");
许可证
许可协议
- Apache 许可协议版本 2.0(LICENSE-APACHE 或 https://apache.ac.cn/licenses/LICENSE-2.0)
- MIT 许可协议(LICENSE-MIT 或 http://opensource.org/licenses/MIT)
任选其一。
贡献
除非你明确声明,否则任何有意提交以包含在作品中的贡献,如 Apache-2.0 许可证所定义,应按上述方式双许可,不附加任何额外条款或条件。
依赖项
~1.5MB
~36K SLoC