Skip to content

Commit

Permalink
[wip] component as an attr macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Fisch03 committed Apr 22, 2024
1 parent 8faa459 commit f427cef
Show file tree
Hide file tree
Showing 13 changed files with 583 additions and 32 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/target

10 changes: 10 additions & 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 fishnet-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
litrs = "0.4"
nanoid = "0.4"
proc-macro-error = "1"
proc-macro2 = "1"
Expand Down
2 changes: 2 additions & 0 deletions fishnet-macros/src/component/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mod parse;
pub(crate) use parse::parse;
Loading

0 comments on commit f427cef

Please sign in to comment.