obws/src/lib.rs

10 lines
205 B
Rust
Raw Normal View History

2020-12-27 13:52:56 +00:00
//! # 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;