-
-
Notifications
You must be signed in to change notification settings - Fork 2
Strong typing #71
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Feature Description
pleezer started off with strong typing in mind. After time, we should review and refactor types like
Percentageand see where we can implement things likeGainorVolumeinstead off32.Implementation Ideas
We should also look into using
#[serde(transparent}]to flatten structs with only one field.