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

#215 in Authentication

Download history 153/week @ 2025-01-06 14/week @ 2025-01-13 9/week @ 2025-01-20 267/week @ 2025-01-27 66/week @ 2025-02-03 55/week @ 2025-02-10 45/week @ 2025-02-17 48/week @ 2025-02-24 167/week @ 2025-03-03 178/week @ 2025-03-10 53/week @ 2025-03-17 61/week @ 2025-03-24 90/week @ 2025-03-31 136/week @ 2025-04-07 91/week @ 2025-04-14 86/week @ 2025-04-21

404 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

~1–36MB
~516K SLoC