20 releases

0.0.22 Mar 13, 2025
0.0.20 Jan 31, 2025
0.0.17 Dec 12, 2024
0.0.15 Nov 6, 2024
0.0.1 Mar 14, 2024

#453 in #linux

Download history 190/week @ 2024-12-10 10/week @ 2024-12-17 4/week @ 2024-12-24 7/week @ 2024-12-31 191/week @ 2025-01-07 14/week @ 2025-01-14 14/week @ 2025-01-21 297/week @ 2025-01-28 59/week @ 2025-02-04 50/week @ 2025-02-11 61/week @ 2025-02-18 46/week @ 2025-02-25 182/week @ 2025-03-04 193/week @ 2025-03-11 58/week @ 2025-03-18 45/week @ 2025-03-25

484 downloads per month
Used in 2 crates

MIT license

13KB
201 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

~0.4–0.8MB
~20K SLoC