//! This crate contains a high level API wrapper around the OBs C API.
//! To get started, have a look at the [examples](https://github.com/libobs-rs/libobs-rs/tree/main/examples) folder.
//!
//! For documentation, have a look at the [docs](https://libobs-rs.github.io/libobs_wrapper/).
//!
//! Also have a look at the [libobs-simple](https://crates.io/crates/libobs-simple) crate, which has a lot of
//! source builders for easier source creation.
//! You can also create outputs easily with it.
pub use libobs as sys;
// Add the macros module to the public exports