libobs_simple/
lib.rs

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