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

Download history 22/week @ 2024-07-01 88/week @ 2024-07-08 21/week @ 2024-07-15 3/week @ 2024-07-22 7/week @ 2024-07-29 172/week @ 2024-08-19 34/week @ 2024-08-26 160/week @ 2024-09-02 8/week @ 2024-09-09 61/week @ 2024-09-16 207/week @ 2024-09-23 247/week @ 2024-09-30 201/week @ 2024-10-07 18/week @ 2024-10-14

676 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