Support more numeric types in conversion

This commit is contained in:
Dominik Werder
2021-12-16 15:40:53 +01:00
parent 7053af83b7
commit be666a932d
12 changed files with 282 additions and 538 deletions

9
items_proc/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "items_proc"
version = "0.0.1"
authors = ["Dominik Werder <dominik.werder@gmail.com>"]
edition = "2021"
[lib]
path = "src/items_proc.rs"
proc-macro = true