Add newtypes for UnixUser, DbUser, etc. #34
Labels
No Label
art
big
blocked
bug
crash report
disputed
documentation
duplicate
feature request
good first issue
packaging
question
security
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Projects/mysqladm-rs#34
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
There are a lot of strings passing around, with different types of content. Just to make absolutely sure that no one mixes up database names, database usernames and unix usernames at any point, it would be good if we could add types to them.
https://doc.rust-lang.org/rust-by-example/generics/new_types.html