17 releases

new 0.0.17 Dec 12, 2024
0.0.15 Nov 6, 2024
0.0.8 Jul 12, 2024
0.0.2 Mar 15, 2024

#2491 in Network programming

Download history 185/week @ 2024-08-19 59/week @ 2024-08-26 155/week @ 2024-09-02 7/week @ 2024-09-09 58/week @ 2024-09-16 194/week @ 2024-09-23 228/week @ 2024-09-30 189/week @ 2024-10-07 13/week @ 2024-10-14 149/week @ 2024-10-21 4/week @ 2024-10-28 133/week @ 2024-11-04 12/week @ 2024-11-11 6/week @ 2024-11-18 173/week @ 2024-12-02

200 downloads per month

MIT license

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