1 2 3 4 5 6 7
/// Collection of EPSG codes and their WKT definitions #[rustfmt::skip] #[rust_analyzer::skip] #[allow(dead_code, unused_imports, clippy::all)] pub mod epsg; pub use epsg::*;