22 releases

0.0.22 Mar 13, 2025
0.0.20 Jan 31, 2025
0.0.17 Dec 12, 2024
0.0.15 Nov 6, 2024
0.0.2 Mar 15, 2024

#2312 in Network programming

Download history 146/week @ 2025-01-05 20/week @ 2025-01-12 10/week @ 2025-01-19 237/week @ 2025-01-26 95/week @ 2025-02-02 54/week @ 2025-02-09 46/week @ 2025-02-16 45/week @ 2025-02-23 163/week @ 2025-03-02 174/week @ 2025-03-09 63/week @ 2025-03-16 62/week @ 2025-03-23 88/week @ 2025-03-30 130/week @ 2025-04-06

361 downloads per month

MIT license

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

~0.9–36MB
~514K SLoC