8573 / irc-bot.rs

A library for writing Internet Relay Chat (IRC) bots in the Rust programming language (@rust-lang).
Other
28 stars 13 forks source link

Give `ServerId` a custom `Debug` implementation #32

Closed 8573 closed 5 years ago

8573 commented 6 years ago

Give ServerId a custom Debug implementation that displays the server UUID in "hyphenated" form rather than as a list of u8 values.

8573 commented 6 years ago

Once that's done, change the uses of server_id.uuid.hyphenated() to use this Debug implementation instead.

jxhn commented 5 years ago

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 🤦‍♂️

8573 commented 5 years ago

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.