stadiamaps / pmtiles-rs

Rust implementation of PMTiles
Apache License 2.0
52 stars 8 forks source link

Rename Error and HttpError, and move them to root #25

Closed nyurik closed 7 months ago

nyurik commented 7 months ago

Even clippy now suggests not to use Error name because it is becoming increasingly conflicting with other libs. Renamed things to PmtError and PmtHttpError. This will probably have merge conflicts with the other PRs - so just +1 and i will fix it after merge.