group toml configs into one file #39

Closed
opened 2023-10-21 23:12:17 +02:00 by Anri · 0 comments
Owner

actually we have 2 config toml file:

  • config.toml in config directory for configuration
  • links.toml in data/contact for links shortcut

use [category] specification in toml

pro: only one file to edit
cons: this maybe means that we gonna have a big config struct passing everytime in the whole program
=> reference to the config stored somewhere? isn't it unsafe behaviour for rust lmao?

actually we have 2 config toml file: - config.toml in config directory for configuration - links.toml in data/contact for links shortcut use [category] specification in toml pro: only one file to edit cons: this maybe means that we gonna have a big config struct passing everytime in the whole program => reference to the config stored somewhere? isn't it unsafe behaviour for rust lmao?
Anri added the
wontfix
label 2024-01-25 17:12:16 +01:00
Anri closed this issue 2024-01-25 17:12:18 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Anri/mylloon.fr#39
No description provided.