15 releases

0.0.15 Nov 6, 2024
0.0.11 Sep 28, 2024
0.0.8 Jul 12, 2024
0.0.2 Mar 15, 2024

#2550 in Network programming

Download history 7/week @ 2024-07-27 82/week @ 2024-08-17 135/week @ 2024-08-24 166/week @ 2024-08-31 23/week @ 2024-09-07 56/week @ 2024-09-14 31/week @ 2024-09-21 379/week @ 2024-09-28 185/week @ 2024-10-05 30/week @ 2024-10-12 139/week @ 2024-10-19 15/week @ 2024-10-26 120/week @ 2024-11-02 22/week @ 2024-11-09

297 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

~132MB
~2M SLoC