docs.rs failed to build tauri-plugin-devtools-2.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
tauri-plugin-devtools-0.1.0
Devtools for Tauri
Inspect, monitor, and understand your Tauri application with ease.
- Easy Integration: With just a few lines of code, enable detailed event logging and metadata extraction for your application.
- Rich Insights: Get insight into what your app is doing, Performance, Errors, Warnings, everything is available at a glance.
- And more: This project is actively worked on, and we are open to hear your ideas, check out the Upcoming Features issue for details.
Getting Started
Ensure you have Tauri set up correctly. Then install the Rust instrumentation from crates.io:
Then add the following snippet to your tauri initialization code:
And then run your app as usual, if everything is set up correctly devtools will print the following message:
You can click or copy & paste the link into your browser to open up the UI. Alternatively you can navigate to https://devtools.crabnebula.dev and connect from there.