mssf-metadata 0.0.2

mssf-metadata provides linking libs for Microsoft Service Fabric on windows. (Deprecated: Use mssf directly instead)
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 54.68 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.21 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Documentation
  • Azure/service-fabric-metadata
    1 7 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • youyuanwu github:azure:service-fabric-rust

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