-
|
hi! Is CLI the only interface Specifically, I wanted to make a GUI app in Tauri (https://tauri.app/) that relies on I don't have much experience with Rust, so I'm asking to make sure I'm reading it right. If this is not possible at the moment; are there plans to do that, and would it be hard to do as a contribution? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
If I were you I wouldn't worry about re-use at all and instead take the pieces you need to make the |
Beta Was this translation helpful? Give feedback.
-
|
wow, thanks for responding so fast (and so clearly). This sounds like great advice, I'm sure there's plenty of stuff I don't need. I will check it out! I wasn't sure if you prefer this closed or open, so I left it like this - feel free to close of course :) |
Beta Was this translation helpful? Give feedback.
duadefinitely isn't meant to be used as library just yet, and making the interactive incantation usable certainly requires some work. On top of that, the new variant would have to be suitable for both the current CLI and the tauri version.If I were you I wouldn't worry about re-use at all and instead take the pieces you need to make the
tauriversion work. That should yield results faster.And I am saying that knowing that the core logic of
duais really simple, and that lots of the operations are tied to the user interface.