1 2 3 4 5 6 7
#![cfg_attr(doc, feature(doc_cfg))] //! A simplified interface for recording and streaming with libobs pub mod output; pub mod sources; pub use libobs_wrapper as wrapper;