20 releases
0.0.22 | Mar 13, 2025 |
---|---|
0.0.20 | Jan 31, 2025 |
0.0.17 | Dec 12, 2024 |
0.0.15 | Nov 6, 2024 |
0.0.1 | Mar 14, 2024 |
#453 in #linux
484 downloads per month
Used in 2 crates
13KB
201 lines
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.
Dependencies
~0.4–0.8MB
~20K SLoC