32 stable releases (8 major)
Uses new Rust 2024
| new 19.0.5 | Jan 21, 2026 |
|---|---|
| 19.0.0 | Dec 17, 2025 |
| 18.1.0 | Dec 10, 2025 |
| 17.1.0 | Dec 4, 2025 |
| 11.4.1 | Oct 17, 2025 |
#1996 in Hardware support
38 downloads per month
8.5MB
22K
SLoC
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
Patina Samples Crate
This crate contains sample components that demonstrate how to build or use other Patina components. These example components are meant to serve as references for developers looking to create their own Patina components or understand and modify working component examples when developing new code.
Contents
hello_world: A simple component that logs messages during its initialization.
More samples are planned for future inclusion.
Dependencies
~6.5MB
~92K SLoC