mssf-pal

Crates.iomssf-pal
lib.rsmssf-pal
version0.0.15
sourcesrc
created_at2024-03-14 22:56:16.5535
updated_at2024-11-06 21:19:27.326192
descriptionmssf-pal enables service fabric rust to run on linux
homepage
repositoryhttps://github.com/Azure/service-fabric-rs
max_upload_size
id1174235
size5,822
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.

Commit count: 122

cargo fmt