add from, into, try_from, try_into

This commit is contained in:
2020-02-10 21:08:27 +08:00
parent 9aaa53b09a
commit 46b1ca7af2
3 changed files with 67 additions and 0 deletions

9
into/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "into"
version = "0.1.0"
authors = ["Hatter Jiang@Pixelbook <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]