mssf-metadata

Crates.iomssf-metadata
lib.rsmssf-metadata
version0.0.1
sourcesrc
created_at2024-03-14 18:25:31.562167
updated_at2024-03-14 18:25:31.562167
descriptionmssf-metadata provides linking libs for Microsoft Service Fabric on windows.
homepagehttps://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-overview
repositoryhttps://github.com/Azure/service-fabric-metadata
max_upload_size
id1173653
size54,741
service-fabric-rust (github:azure:service-fabric-rust)

documentation

https://learn.microsoft.com/en-us/azure/service-fabric/

README

fabric-metadata

ci License: MIT

Metadata of service-fabric copied and selected from: service-fabric

Depenencies

Code Generation Dependencies

The use of this repo as a dependency does not require these dependencies.

  • Midl for c/cpp header generation
  • dotnet winget install Microsoft.DotNet.SDK.6 and winget install Microsoft.DotNet.Runtime.6
  • ClangSharpPInvokeGenerator dotnet tool install --global ClangSharpPInvokeGenerator --version 16.0.0

Contents

idl from https://github.com/microsoft/service-fabric/tree/master/src/prod/src/idl into idl and internal_idl

cpp headers in this repo are generated from idls in fabric and fabric_internal

Windows support libs are generated from dll binaries from service fabric runtime installation.

cmake targets fabric_sdk and fabric_internal_sdk can be used for accessing cpp headers.

winmd for service-fabric that is used to generate csharp or rust code in .windows folder.

Example usage

See fabric-rpc for example of how to use this project.

Rust

Exposes fabric support libs to rust lang through build.rs. winmd is used by windows rust tool chain to generate rust bindings. See service-fabric-rs for details.

License

Microsoft MIT license

Commit count: 0

cargo fmt