assert_into 1.0.2

For when writing .try_into().unwrap() feels too long
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "assert_into"
version = "1.0.2"
authors = ["Jonathan Nilsson <jonathan@voysys.se>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "For when writing .try_into().unwrap() feels too long"
repository = "https://github.com/voysys/assert_into"
documentation = "https://docs.rs/assert_into"
keywords = ["convert", "assert", "error"]
readme = "README.md"

[dependencies]