13 releases

0.0.15 Nov 6, 2024
0.0.11 Sep 28, 2024
0.0.8 Jul 12, 2024
0.0.1 Mar 14, 2024

#5 in #fabric

Download history 8/week @ 2024-07-27 86/week @ 2024-08-17 106/week @ 2024-08-24 159/week @ 2024-08-31 22/week @ 2024-09-07 58/week @ 2024-09-14 36/week @ 2024-09-21 408/week @ 2024-09-28 198/week @ 2024-10-05 33/week @ 2024-10-12 151/week @ 2024-10-19 19/week @ 2024-10-26 133/week @ 2024-11-02 20/week @ 2024-11-09

325 downloads per month
Used in 2 crates (via mssf-com)

MIT license

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