8 releases

0.0.10 Sep 4, 2024
0.0.9 Aug 23, 2024
0.0.8 Jul 12, 2024
0.0.7 Jun 29, 2024
0.0.1 Mar 14, 2024

#4 in #fabric

Download history 1/week @ 2024-05-28 5/week @ 2024-06-04 8/week @ 2024-06-11 4/week @ 2024-06-18 192/week @ 2024-06-25 18/week @ 2024-07-02 98/week @ 2024-07-09 11/week @ 2024-07-16 4/week @ 2024-07-23 6/week @ 2024-07-30 181/week @ 2024-08-20 25/week @ 2024-08-27 162/week @ 2024-09-03 14/week @ 2024-09-10

382 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