microkit-macros 0.32.0

MicroKit macros for creating a service
Documentation

microkit-macros

Procedural macros for the MicroKit library.

Usage

This crate is automatically included when you use the microkit crate. You don't need to add it as a direct dependency.

The macros are re-exported through the microkit crate:

use microkit::prelude::*;

Provided Macros

This crate provides procedural macros that simplify service creation and configuration in MicroKit.

See the microkit crate for complete usage examples.