//! Core data structures and traits for point cloud processing
//!
//! This module contains the fundamental building blocks of the FerrumCloud library,
//! including point types, point cloud containers, and views.
// Re-export commonly used types
pub use PointCloud;
pub use Metadata;
pub use ;
pub use PointCloudView;