1.1.0
| 2020年10月22日 |
1.0.3
| 2020年10月1日 |
#2790 在 Rust 模式
855 每月下载量
用于 elf2uf2-rs
assert_into
当编写 .try_into().unwrap() 感觉太长时。
use assert_into::AssertInto;
fn main() {
let a: u32 = (-1i32).assert_into();
}
给出:线程 'main' 在 src\main.rs:4:26 处恐慌 '-1 是类型 u32 的范围之外:TryFromIntError(())'