18 releases

new 0.0.18 Jan 8, 2025
0.0.17 Dec 12, 2024
0.0.15 Nov 6, 2024
0.0.8 Jul 12, 2024
0.0.2 Mar 15, 2024

#2484 in Network programming

Download history 33/week @ 2024-09-20 359/week @ 2024-09-27 196/week @ 2024-10-04 42/week @ 2024-10-11 135/week @ 2024-10-18 19/week @ 2024-10-25 105/week @ 2024-11-01 39/week @ 2024-11-08 7/week @ 2024-11-15 1/week @ 2024-11-22 143/week @ 2024-11-29 108/week @ 2024-12-06 125/week @ 2024-12-13 1/week @ 2024-12-20 38/week @ 2025-01-03

225 downloads per month

MIT license

2.5MB
62K SLoC

mssf-core

This crate provides safe rust api for Service Fabric, wrapping around mssf-com crate.


lib.rs:

Features

All features are enabled by default unless otherwise noted. For most scenarios, you'll want the features. However, in some scenarios, such as:

  • integrating Rust into an existing Service Fabric Application written in another language
  • when you are using the lower-level COM API to do something more custom You might not need all of the functionality that the mssf-core crate provides In this case, you can configure only what you need to reduce dependencies and compile times.
  • ** config_source ** - Provides an implementation of config::Source. Requires config_rs crate

  • ** Tokio ** - A lot of the sophoisticated functionality in this crate requires Tokio. However, even without tokio, some of the higher level wrappers over COM types have utility.

Dependencies

~1–43MB
~562K SLoC