stackmuncher / stm_server

The server-side code behind stackmuncher.com, a global directory of software developers.
https://stackmuncher.com
GNU Affero General Public License v3.0
2 stars 0 forks source link

Move constants and reusable code into a shared crate #12

Open rimutaka opened 2 years ago

rimutaka commented 2 years ago

File names, paths, config settings, validation regex, ES and S3 routines are duplicated across multiple crates within this repo. That code should be moved into a separate crate for better re-use.