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

#455 in #linux

Download history 187/week @ 2024-12-11 7/week @ 2024-12-18 7/week @ 2024-12-25 4/week @ 2025-01-01 196/week @ 2025-01-08 10/week @ 2025-01-15 13/week @ 2025-01-22 318/week @ 2025-01-29 44/week @ 2025-02-05 52/week @ 2025-02-12 64/week @ 2025-02-19 42/week @ 2025-02-26 204/week @ 2025-03-05 174/week @ 2025-03-12 65/week @ 2025-03-19 38/week @ 2025-03-26

488 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
~19K SLoC