12 releases
new 0.0.14 | Oct 22, 2024 |
---|---|
0.0.11 | Sep 28, 2024 |
0.0.8 | Jul 12, 2024 |
0.0.1 | Mar 14, 2024 |
#5 in #fabric
676 downloads per month
Used in 2 crates
(via mssf-com)
6KB
97 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
~128MB
~2M SLoC