mutable global configuration in rust / axum / tokio
I am trying to create a global configuration that can be used by axum handlers, and that is being updated periodically (in real life from s3, in the example below I kept it simple).
I am trying to create a global configuration that can be used by axum handlers, and that is being updated periodically (in real life from s3, in the example below I kept it simple).