Skip to content

Commit 8daab8e

Browse files
authored
Impl macro rework (#1314)
1 parent 607f7ce commit 8daab8e

File tree

47 files changed

+1076
-1020
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1076
-1020
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ getrandom = "0.2.7"
152152
glob = "0.3.1"
153153
hashbrown = "0.14"
154154
headers = "0.4"
155+
heck = "0.4"
155156
hex = "0.4.3"
156157
home = "0.5"
157158
hostname = "^0.3"

crates/bindings-macro/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ humantime.workspace = true
1919
proc-macro2.workspace = true
2020
quote.workspace = true
2121
syn.workspace = true
22+
heck.workspace = true

0 commit comments

Comments
 (0)