//! This is an **internal** module, used for communication
//! through a pipe using the [`send`] and [`receive`] function.
//!//! You should not be able to visit this in the docs.
#[path=r"com\send.rs"]pub(crate)modsend;#[path=r"com\receive.rs"]pub(crate)modreceive;