blob: 185538ec73cc0862ffef4e0f767b3cfef913be51 [file] [log] [blame]
// Copyright 2025 Google
// SPDX-License-Identifier: MIT
pub mod descriptor;
pub mod event;
pub mod memory_mapping;
pub mod pipe;
pub mod shm;
pub mod tube;
pub mod wait_context;
pub use memory_mapping::MemoryMapping;
pub use shm::page_size;
pub use shm::SharedMemory;