Crate inspect_runtime
source ·Expand description
Inspect Runtime
This library contains the necessary functions to serve inspect from a component.
Modules
- This module contains the inspect_runtime functions that utilize the diagnostics directory. This functionality is deprecated and will eventually be completely removed. New code should use
inspect_runtime::publish
instead. - Implementation of the
fuchsia.inspect.Tree
protocol server.
Structs
- Optional settings for serving
fuchsia.inspect.Tree
Enums
- A setting for the fuchsia.inspect.Tree server that indicates how the server should send the Inspector’s VMO. For fallible methods of sending, a fallback is also set.
Functions
- Spawns a server handling
fuchsia.inspect.Tree
requests and a handle to thefuchsia.inspect.Tree
is published usingfuchsia.inspect.InspectSink
.