georust / gpx

Rust read/write support for GPS Exchange Format (GPX)
https://crates.io/crates/gpx
MIT License
98 stars 44 forks source link

`Time` seems to be a private struct #75

Closed oppiliappan closed 2 years ago

oppiliappan commented 2 years ago

src/types.rs uses Time as use crate::parser::time::Time, perhaps this should be pub use?

rayslava commented 2 years ago

Do you plan to bump version with this change? Currently I can't publish my package with error[E0432]: unresolved import gpx::Time on 0.8.6, local build with git dependency works fine though.