1//! # Synth AI SDK 2//! 3//! Rust SDK for interacting with the Synth AI API. 4//! 5//! **Note:** This crate is under active development. 6 7/// SDK version. 8pub const VERSION: &str = env!("CARGO_PKG_VERSION");