vitaly-m / postgis-diesel

Postgis types extension for Diesel framework
MIT License
37 stars 15 forks source link

Remove default features, no 32-col tables by default #27

Closed ryanmcgrath closed 5 months ago

ryanmcgrath commented 5 months ago

Diesel enables feature flags by default for 32-column tables - but if you don't need them, disabling them can improve compile times. Right now if you use this library, you can't disable that flag since it's inadvertently enabled here.

This just modifies Cargo.toml to avoid default features.

vitaly-m commented 5 months ago

Thank you for PR, on my machine compilation time of a library dropped from 27.70s to 9.85s