egml_io/
lib.rs

1mod error;
2mod geometry;
3
4pub use crate::geometry::*;
5
6#[doc(inline)]
7pub use crate::error::Error;