8 releases

new 0.0.8 Jul 12, 2024
0.0.7 Jun 29, 2024
0.0.6 May 6, 2024
0.0.5 Apr 29, 2024
0.0.2 Mar 15, 2024

#2570 in Network programming

Download history 2/week @ 2024-03-24 49/week @ 2024-03-31 13/week @ 2024-04-07 161/week @ 2024-04-14 188/week @ 2024-04-21 194/week @ 2024-04-28 148/week @ 2024-05-05 2/week @ 2024-05-12 11/week @ 2024-05-19 2/week @ 2024-06-09 1/week @ 2024-06-16 166/week @ 2024-06-23 85/week @ 2024-06-30 74/week @ 2024-07-07

326 downloads per month

MIT license

2.5MB
60K 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

~133MB
~2M SLoC