//! TPS55288 Rust Driver (skeleton)
//!
//! This crate is a placeholder for the TPS55288 buck-boost converter driver.
//! Implementation will follow the `sc8815-rs` structure with no-std, optional async,
//! defmt support, and type-safe register access.
pub use Tps55288;
pub use Error;
pub use DEFAULT_I2C_ADDRESS;