Expand description
Sample Patina Components
This crate provides example component implementations demonstrating various Patina component patterns and usage models.
§Examples
component::hello_world::HelloStruct: Demonstrates a struct-based component with default entry pointcomponent::hello_world::GreetingsEnum: Demonstrates an enum-based component with custom entry pointsmbios_platform: Demonstrates SMBIOS platform configuration and record creation
§License
Copyright (c) Microsoft Corporation.
SPDX-License-Identifier: Apache-2.0
Modules§
- component
- Sample Component Implementations
- smbios_
platform - SMBIOS Platform Example Component