group toml configs into one file #39
Labels
No labels
bug
duplicate
enhancement
optimization
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Anri/mylloon.fr#39
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
actually we have 2 config toml file:
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?