Add wrapper type for key IDs
To guard against invalid key IDs and being able to fail early, we should introduce a KeyId
type (akin to the UserId
type).
This change needs to be rolled out in library and CLI crate.
Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
To guard against invalid key IDs and being able to fail early, we should introduce a KeyId
type (akin to the UserId
type).
This change needs to be rolled out in library and CLI crate.