6 releases
0.3.5 | Sep 5, 2024 |
---|---|
0.3.4 | Jul 25, 2024 |
0.3.3 | May 29, 2024 |
0.3.0 | Feb 7, 2024 |
#23 in #dev-tools
2,341 downloads per month
Used in 3 crates
(2 directly)
130KB
2.5K
SLoC
Devtools Core
This is the low level interface for the Devtools for Tauri application.
See devtools for Tauri v1 or tauri-plugin-devtools for the crates that actually connect your Tauri application with the Devtools app.
lib.rs
:
Instrumentation code that will make your Tauri app compatible with CrabNebula Devtools.
CrabNebula Devtools offers seamless and intuitive debugging, and monitoring of Tauri applications.
The instrumentation is compatible with both the log
and tracing
ecosystems out-of-the-box.
Dependencies
~11–20MB
~246K SLoC