Replies: 1 comment
-
This didn't occur to me at first because I'm new to Rust but I can partially answer this myself actually. If you build a project using webui in Rust, then build the docs for your project using 'cargo doc --open', the docs for your project will open in a browser and there is also a link to all the docs for all the dependencies. So you can view webui API there. It is a bit sparse however, a description or two about what the parameters mean would be helpful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've seen the examples here https://webui.me/docs/2.4/#/ but is there anything written yet which gives a detailed view of the methods/properties etc of each object? Or is it still a case of reading the source code?
Beta Was this translation helpful? Give feedback.
All reactions