//! Haply Robotics Client Library
//!
//! This crate provides a Rust interface for interacting with Haply haptic devices
//! through the Haply Inverse Service. It supports both HTTP and WebSocket
//! communications for device control and state management.
// Public modules for external use
// Core device interaction functionality
// Event channel handling and notifications
// Data structures and models
// Physics simulation utilities
pub use physics as physics_model;
// Re-exports of commonly used items
pub use ;
pub use events as events_model;
pub use HaplyDevice;
pub use compute_total_force;
pub use ;