#expect #exit #panic #soft

expect_soft

.expect 但退出而不是panic

2个版本

0.1.1 2023年9月29日
0.1.0 2023年9月29日

#6 in #soft

CC0 协议

3KB

.expect 但退出而不是panic

示例用法

use expect_soft::ExpectSoft;
use std::fs;

fn main() {
  fs::read_to_string("./readme.md").expect_soft("readme.md does not exist!");
}

无运行时依赖