Skip to main content

asdf_overlay_common/
lib.rs

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