mssf-com 0.0.1

Rust for Azure Service Fabric. The COM base layer.
Documentation
1
2
3
4
5
6
7
8
# fabric_base


* This crate is generated from ServiceFabric winmd file by windows-bindgen.
  * [ServiceFabric.winmd]https://github.com/youyuanwu/fabric-metadata/tree/main/.windows/winmd
  * [windows-bindgen]https://github.com/microsoft/windows-rs/tree/master/crates/libs/bindgen

This is the lowest layer for Service Fabric Rust. Higher layer APIs are built on top of this.
User should prefer using fabric_rs crate safe rust API when possible.