Closed 8573 closed 5 years ago
Once that's done, change the uses of server_id.uuid.hyphenated()
to use this Debug
implementation instead.
Does 6a304ae97cca41dd1da0ffbecb2d1ac7836ce98c mean this is closed @8573? Wanted to contribute to the project to help myself learn Rust and only found that commit after writing the thing 🤦♂️
Does 6a304ae mean this is closed @8573?
It indeed would appear to, yes. Thanks for your interest in the crate; my apologies for apparently forgetting that I had filed an issue ticket about this.
Give
ServerId
a customDebug
implementation that displays the server UUID in "hyphenated" form rather than as a list ofu8
values.