Crate devtools_core

Source
Expand description

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.

Modules§

aggregator
bridge_layer
layer
server

Structs§

Shared
Shared data between the [Layer] and the [Aggregator]
Watcher

Enums§

Command
Commands send from the Server to the Aggregator
Error
Event
Data sent from the Layer to the Aggregator

Type Aliases§

Result