parsec_service/front/
mod.rs

1// Copyright 2019 Contributors to the Parsec project.
2// SPDX-License-Identifier: Apache-2.0
3//! IPC front handlers
4pub mod domain_socket;
5pub mod front_end;
6pub mod listener;