1 2 3 4 5 6 7
//! Common utilities and types used across `asdf-overlay-client` and `asdf-overlay` related crates. //! This crate is not intended to be used directly by end users. pub mod cursor; pub mod ipc; pub mod request; pub mod size;