Add `signstar-config` crate to handle Signstar configs, administrative and non-administrative credentials on a Signstar host
Compare changes
- David Runge authored
The `Passphrase` type redacts its contents from debug prints, so it is safe to implement `Debug` for `Credentials`. Signed-off-by:
David Runge <dvzrv@archlinux.org>
+ 4
− 3
@@ -118,7 +118,7 @@ impl FromStr for NamespaceId {
@@ -357,7 +357,7 @@ impl FromStr for UserId {
@@ -396,6 +396,7 @@ impl TryFrom<String> for UserId {