libobs-simple 5.0.2+32.0.2

A simple and easy-to-use Rust wrapper around libobs-wrapper for recording and streaming.
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;