stadiamaps / pmtiles-rs

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

Make backends as compilation features #1

Closed nyurik closed 1 year ago

nyurik commented 1 year ago

Each backend should be a separate compilation feature to speed up the build time and reduce external dependencies.

lseelenbinder commented 1 year ago

Absolutely!

lseelenbinder commented 1 year ago

This is partially addressed in d134a208e5d2f9bd9480c338d29184af7be504ce. More needed, though.

lseelenbinder commented 1 year ago

This is done! :fireworks: