//! Long-form documentation.
pub mod examples;
pub mod guide {
//! Using the SDK, from loading a model to processing audio.
//!
#![doc = include_str!("docs/guide.md")]
}
pub mod linking {
//! How the native `libaic` is linked and found.
//!
#![doc = include_str!("docs/linking.md")]
}