mssf-util 0.6.2

mssf utilites and extensions for tokio and more
Documentation
// ------------------------------------------------------------
// Copyright (c) Microsoft Corporation.  All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------

//! mssf utilities and extensions

#[cfg(feature = "tokio")]
pub mod tokio;

// Requires tokio select
#[cfg(feature = "tokio")]
pub mod resolve;

#[cfg(feature = "tokio")]
pub mod retry;

#[cfg(feature = "tokio")]
pub mod monitoring;

pub mod data;

pub mod mock;