Expand description
A crate containing macros to be re-exported in the patina crate.
§License
Copyright (c) Microsoft Corporation.
SPDX-License-Identifier: Apache-2.0
Attribute Macros§
- component
- Attribute macro for component impl blocks with automatic parameter validation.
- patina_
test - A proc-macro that registers the annotated function as a test case to be run by patina_test component.
Derive Macros§
- FromHob
- Derive Macro for implementing the
HobConfigtrait for a type. - Into
Service - Derive Macro for implementing the
IntoServicetrait for a type. - Smbios
Record - Derive Macro for implementing the
SmbiosRecordStructuretrait.