4 releases

0.0.6 May 6, 2024
0.0.5 Apr 29, 2024
0.0.4 Apr 22, 2024
0.0.1 Mar 14, 2024

#3 in #fabric

Download history 153/week @ 2024-03-10 29/week @ 2024-03-17 1/week @ 2024-03-24 32/week @ 2024-03-31 17/week @ 2024-04-07 14/week @ 2024-04-14 187/week @ 2024-04-21 210/week @ 2024-04-28 150/week @ 2024-05-05 3/week @ 2024-05-12 18/week @ 2024-05-19

385 downloads per month
Used in 2 crates (via mssf-com)

MIT license

6KB
97 lines

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

~140MB
~2.5M SLoC