Skip to content

Commit

Permalink
Impl macro rework (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
coolreader18 authored Sep 9, 2024
1 parent 607f7ce commit 8daab8e
Show file tree
Hide file tree
Showing 47 changed files with 1,076 additions and 1,020 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ getrandom = "0.2.7"
glob = "0.3.1"
hashbrown = "0.14"
headers = "0.4"
heck = "0.4"
hex = "0.4.3"
home = "0.5"
hostname = "^0.3"
Expand Down
1 change: 1 addition & 0 deletions crates/bindings-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ humantime.workspace = true
proc-macro2.workspace = true
quote.workspace = true
syn.workspace = true
heck.workspace = true
Loading

2 comments on commit 8daab8e

@github-actions
Copy link

@github-actions github-actions bot commented on 8daab8e Sep 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmarking failed. Please check the workflow run for details.

@github-actions
Copy link

@github-actions github-actions bot commented on 8daab8e Sep 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmarking failed. Please check the workflow run for details.

Please sign in to comment.