14 releases

new 0.0.14 Oct 22, 2024
0.0.11 Sep 28, 2024
0.0.8 Jul 12, 2024
0.0.2 Mar 15, 2024

#2503 in Network programming

Download history 85/week @ 2024-06-30 77/week @ 2024-07-07 21/week @ 2024-07-14 7/week @ 2024-07-28 168/week @ 2024-08-18 72/week @ 2024-08-25 153/week @ 2024-09-01 13/week @ 2024-09-08 56/week @ 2024-09-15 171/week @ 2024-09-22 249/week @ 2024-09-29 186/week @ 2024-10-06 20/week @ 2024-10-13

626 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