doublecount
doublecount copied to clipboard
Consider using ArrayString for AccountCategory instead of String
I think it's likely that the category could be quite long, perhaps arbitrarily long, it's passed around less, so there is less need for it to be Copy able, so a String would still be suitable
Another option could be something like https://github.com/ParkMyCar/compact_str