SpaceTeam/STS1_EDU_Scheduler

Properly handle config data

Aberta

#129 aberto em 3 de dez. de 2023

 (0 comentário) (0 reação) (0 responsável)Rust (0 fork)auto 404
Featureenhancementgood first issue

Métricas do repositório

Stars
 (2 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Currently, we read configuration data from a config.toml file in the working directory.

This should be improved to

  • load the config file not in main, but in a global (see lazy_static)
  • add more config options like
    • maximum result file size
    • CEP timeouts

Guia do colaborador