Crate fuchsia

Source
Expand description

Macros for creating Fuchsia components and tests.

These macros work on Fuchsia, and also on host with some limitations (that are called out where they exist).

Structs§

Interest
Interest expresses the scope of clients’ desired diagnostics data, e.g. for filtering messages or controlling their generation.
LoggingOptions
Options used when initializing logging.

Enums§

Severity
The severity of a given record.

Attribute Macros§

main
Define a fuchsia main function.
test
Define a fuchsia test.