23 releases

0.0.23 May 7, 2025
0.0.22 Mar 13, 2025
0.0.20 Jan 31, 2025
0.0.17 Dec 12, 2024
0.0.2 Mar 15, 2024

#166 in Authentication

Download history 301/week @ 2025-01-29 42/week @ 2025-02-05 55/week @ 2025-02-12 53/week @ 2025-02-19 40/week @ 2025-02-26 193/week @ 2025-03-05 163/week @ 2025-03-12 63/week @ 2025-03-19 38/week @ 2025-03-26 114/week @ 2025-04-02 138/week @ 2025-04-09 81/week @ 2025-04-16 106/week @ 2025-04-23 196/week @ 2025-05-07 21/week @ 2025-05-14

336 downloads per month

MIT license

2.5MB
65K 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
~510K SLoC