Crates.io | mssf-pal |
lib.rs | mssf-pal |
version | 0.4.0 |
created_at | 2024-03-14 22:56:16.5535+00 |
updated_at | 2025-09-26 00:49:11.879382+00 |
description | mssf-pal enables service fabric rust to run on linux |
homepage | |
repository | https://github.com/Azure/service-fabric-rs |
max_upload_size | |
id | 1174235 |
size | 15,750 |
This crate fills windows api needed for windows-rs to work in linux environment. It contains bare minimum WIN32 API substitute on linux to make windows-rs crate COM support working. Service Fabric Rust app and test all requires this pal shared library to work. This crate is forced to be linked with fabric_base crate.
Originally this crate is a shared lib, but it is a rlib now to avoid dynamic loading and packaging.
See the main README.md for details.