mssf-pal

Crates.iomssf-pal
lib.rsmssf-pal
version0.4.0
created_at2024-03-14 22:56:16.5535+00
updated_at2025-09-26 00:49:11.879382+00
descriptionmssf-pal enables service fabric rust to run on linux
homepage
repositoryhttps://github.com/Azure/service-fabric-rs
max_upload_size
id1174235
size15,750
service-fabric-rust (github:azure:service-fabric-rust)

documentation

https://learn.microsoft.com/en-us/azure/service-fabric/

README

mssf-pal (Platform Abstraction Layer)

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.

Commit count: 219

cargo fmt