Crates.io | mssf-pal |
lib.rs | mssf-pal |
version | 0.0.15 |
source | src |
created_at | 2024-03-14 22:56:16.5535 |
updated_at | 2024-11-06 21:19:27.326192 |
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 | 5,822 |
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.