Replies: 1 comment 1 reply
-
If I'm understanding, the way I'd probably do this is:
Steps 1-3 can be done in a minor (non-breaking) release.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
rasterband.rs
file covers an arguably broad set of concerns. I want to propose moving the types selected below into a new module.In addition to this, two other questions might be worth pondering:
a.
pub use color::*
inraster
(to preserve binary compatibility, e.g.gdal::raster::ColorTable
)?b. new paths (e.g.
gdal::raster::color::ColorTable
?Beta Was this translation helpful? Give feedback.
All reactions