1
2
3
4
5
6
7
8
// Copyright 2019 Contributors to the Parsec project.
// SPDX-License-Identifier: Apache-2.0
//! Service utilities
mod global_config;
mod service_builder;

pub use global_config::GlobalConfig;
pub use service_builder::{CoreSettings, ServiceBuilder, ServiceConfig};