//! # OBSWS - The obws (obvious) remote control library for OBS #![deny(missing_docs, rust_2018_idioms, clippy::all)] pub mod client; pub mod common; pub mod events; pub mod requests; pub mod responses;