//! Supabase Realtime client for Rust
//!
//! This crate provides realtime functionality for Supabase,
//! allowing for subscribing to database changes in real-time.
// Declare modules
// Re-export key public types
pub use ;
pub use ;
pub use RealtimeError;
pub use ;
pub use ;
// TODO: Move tests from the original lib.rs into integration tests (`tests/`) or inline here.
// mod tests {
// }