Replies: 1 comment 2 replies
-
Ok, I found 1 solution for this:
with: But this one still don't answer my question, why the my previous design don't work, and raises second question, there is some macro or something for this ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I plan a liitle bit bigger logic on rust side, than javascript side, and I'm asking, how to split my code?
Every example I saw on github is having really big main.rs file, where everything is written, but I want to split my code to multiple modules. But when I do it tauri, don't register the handlers.
I have:
and then
main.rs
and finaly:
/handlers/licences.rs
After printl, my code reach every function. But functions are not registered:
Beta Was this translation helpful? Give feedback.
All reactions