aatxe / irc

the irc crate – usable, async IRC for Rust
Mozilla Public License 2.0
531 stars 97 forks source link

make tag members public #52

Closed vadixidav closed 8 years ago

vadixidav commented 8 years ago

This will allow users to access the previously private members of the Tag tuple struct.

aatxe commented 8 years ago

Good catch! Thanks!