You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
obws/src/lib.rs

10 lines
205 B
Rust

//! # 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;