13 releases

new 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 29/week @ 2024-07-14 2/week @ 2024-07-21 8/week @ 2024-07-28 158/week @ 2024-08-18 43/week @ 2024-08-25 159/week @ 2024-09-01 14/week @ 2024-09-08 58/week @ 2024-09-15 183/week @ 2024-09-22 270/week @ 2024-09-29 199/week @ 2024-10-06 23/week @ 2024-10-13 156/week @ 2024-10-20 14/week @ 2024-10-27

402 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