1
2
3
4
5
//! Contains types like coordinates, bounding boxes (bboxes), format types, and more.

pub mod macros;
pub mod types;
pub mod utils;