mapbox / Hecate

Fast Geospatial Feature Storage API
MIT License
252 stars 36 forks source link

Stable rust #194

Closed mattciferri closed 4 years ago

mattciferri commented 4 years ago

Context

Hecate currently runs on a specific version of the nightly build of Rust, largely due to the web framework we ran on, Rocket. Now that we've cut over to Actix, we can build off of Rust stable. This brings a more consistent experience for those working on Hecate, and allows us to leverage the tried and true features of rust without worrying about the instability of nightly.

Summary of changes

Next steps

cc @ingalls @lizziegooding @miccolis @samely