feat: Added new crate harmony_macros with ip! macro to facilitate creating ip addresses

This commit is contained in:
Jean-Gabriel Gill-Couture
2024-12-09 15:23:12 -05:00
parent 3592b176e5
commit 1e0c2eb470
7 changed files with 189 additions and 56 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "harmony_macros"
edition = "2024"
version = "1.0.0"
[lib]
proc-macro = true
[dependencies]
quote = "1.0.37"
syn = "2.0.90"